Useful tips for everyday
How many days are deleted records kept in the recycle bin? 15 days Deleted data is only available for 15 days. After 15 days, data…
Does Salesforce use Amazon Web Services? Salesforce plans to incorporate Amazon’s A.I. services too. The software combo will let customers do tasks like analyze sales…
What are system events in lightning? System events are fired automatically by the Lightning framework such as during component initialization, attribute value change, rendering etc.…
Can we have permission set for Public group? You can group permission sets based on user roles using Permission Set Groups for easier user permission…
What to know before writing a trigger Test class? 1. Functionality of trigger 2. When a trigger is executing 3. Conditions/Criteria written inside the apex…
Can Commit be used in trigger? Yes, you can commit inside the trigger. But for this you have to make this trigger transaction to be…
How long do things stay in beta? We generally recommend tests that are no shorter than two weeks and no longer than twelve, with most…
What is a REST API error? The REST API reports errors by returning an appropriate HTTP response code, for example 404 (Not Found), and a…
How do you integrate Salesforce and SharePoint online through files connect? Integrating Salesforce and SharePoint using Files Connect Step 1: Enabling Salesforce Files Connect. Step…
What does Database QueryLocator do? Represents the record set returned by Database. getQueryLocator and used with Batch Apex. What is the transaction limit for the…