Useful tips for everyday
How is JSON parsing used in Salesforce apex? We can use the JSONParser class methods to parse JSON-encoded content. The methods of JSONParser class enable…
What is a reasonable code coverage% for unit tests? Code Coverage is a misleading metric if 100% coverage is your goal (instead of 100% testing…
How do I get Google Maps Help? Contacting the support team Visit the Google Maps Platform Support page in the Cloud Console. Select the project…
Can a custom object link to another custom object? You can link multiple custom object records to a single contact or account record. A single…
Can a table have a background image? You can specify an image to set background of your HMTL page or table. Following is the syntax…
How do I create a deployment package? To create a software updates deployment package Set up a connection to the SMS Provider. Create the new…
What is UI features in Salesforce? The foundation of the Lightning stack is User Interface API, which gives you payloads of Salesforce data and metadata…
How to test a web service in apex? Generated code is saved as an Apex class containing the methods you can invoke for calling the…
Why we use Helper class in trigger? // This is used to Call before Insert method. // In this method Trigger are arranged in order…
Can a custom metadata type be retrieved without soql? Just An Update: Salesforce is coming up with new methods to retrieve custom metadata type records…