Search

search results for: Lightning

Found 40 Results
  • post per page:

  • sort by:

Signature Capture Component – Salesforce Lightning

OpFocus often encounters hurdles when completing projects and as Salesforce experts, we find solutions. We recently overcame an issue regarding the signature capture component of Salesforce Lightning. Learn how you…

Lightning Lookup Input Field

…manually) <c:LightningLookup sObjectName=”User” displayedFieldName=”Name” valueFieldName=”Id” label=”Account Owner:” selectedValue=”{!v.myLookupValue}”/> Configuration #2: (defining the lookup field instead of sObjectName) <c:LightningLookup sObjectField=”Account.OwnerId” displayedFieldName=”Name” valueFieldName=”Id” label=”Account Owner:”selectedValue=”{!v.myLookupValue}”/> Using help text showHelp        …

Button, Button, Who’s Got The Button?

…more records, and then performing some sort of action on all of the selected records. Alas, those buttons are not even visible in Lightning Experience. There are several reasons: Lightning

5 Updates to Sales Cloud in Spring ’16

Lightning with these updates. Lightning is slick and exciting, but remember that we are still in the “proceed with caution” stage. It still may not be the best time for you…

Person Accounts in Spring ’16

When Lightning Experience was released in Winter ’15, companies couldn’t hold back their excitement. The Salesforce world was humming, “Lightning.” However, the Salesforce users using Person Accounts had a little bit more waiting to do…

Superbadge Tips and Tricks

…Name your variables and fields EXACTLY as the Superbadge states in the requirement. If you have a Lightning component that you want to invoke from another Lightning component’s JS method,…