Useful tips for everyday
How do you assign a compact layout to a record type? Each record type can have only one compact layout assigned to it. From the…
How do I use API token? Click the Settings tab, and make sure Token Access is enabled. Click the Add API token button to the…
How do you select multiple records in list view in lightning experience? To edit fields for multiple records. Select the Checkbox from the left of…
When to send an email from your apex class? There may be situations in which you would not want a workflow email alert, because either…
How does the date and time function work? Returns the serial number of the date that is the indicated number of months before or after…
How do I vertically align a button inside a div? We can align the buttons horizontally as well as vertically. We can center the button…
How to support multiple selection in Lightning component? To support multiple selection, use lightning:dualListbox instead. This component inherits styling from select in the Lightning Design…
What is bulk API in Salesforce? Bulk API is based on REST principles and is optimized for working with large sets of data. You can…
What does CSP script-src-http mean in JavaScript? CSP: script-src The HTTP Content-Security-Policy (CSP) script-src directive specifies valid sources for JavaScript. This includes not only URLs…
How do I submit an approval process automatically? In the Process Builder actions, select ‘Submit for Approval’ and select the approval process. The option ‘Skip…