Useful tips for everyday
How do you get feedback on a sent message? A) Use two Intent objects in the sendTextMessage() method. B) Use two PendingIntent objects in the…
How do I set up mutual authentication? Creating a Client Certificate for Mutual Authentication Create a backup copy of the server truststore file. Generate the…
How do I turn off lightning experience in Salesforce? Select “Go to Steps” For option number three “Optimize Phase” Expand Option Two “Motivate Users to…
How do you build lightning components? Create a Component to Use in the Lightning App Builder Click the gear icon ( In the Developer Console,…
How do you introduce yourself as a salesperson? Introduce yourself and your company Don’t mention your product. If you do, that allows the other party…
How to retrieve lookup, managed metadata, and, person or group data? Managed Metatdata field does not require expanding. Each of these special properties, in turn,…
Do not include null values in JSON response? You can ignore null fields at the class level by using @JsonInclude(Include. NON_NULL) to only include non-null…
When to use loading spinner in Lightning component? Lightning Spinners is CSS loading indicators that should be display when retrieving data from server or performing…
Where can I find the responses to a survey? View the responses Survey responses can be viewed by clicking on the analyze tab within the…
How to create a record type in Salesforce? Creating Record Types: Example to create record types: In this example, I am creatinga a record type…