Explain Trigger events? & context variables?
Answer / Akash Kumar Varshney
Trigger events are the actions that cause a trigger to execute. They include: Before Insert, After Insert, Before Update, After Update, Before Delete, and After Delete. Context variables are special variables provided by Salesforce within the trigger code that contain information about the record being processed or the context of the event.nFor example, {!Account} is the context variable for an Account trigger.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you edit a visualforce page in production environment?
What all data types can a set store? : salesforce crm
Difference between SOSL and SOQL in Salesforce ?
What are sharing rules? Name what are the types of sharing rules?
Give an example of a standard object that’s also a junction object?
What is the difference between trigger. New, trigger. Old, trigger.newmap and trigger.oldmap?
What is collection in apex?
Can a dependent field be a controlling field as well in salesforce ?
Can we achieve this without using a trigger ?
What are the permission sets in salesforce?
Is check box performs like controlling field?
Who are the people who can access a “drag and drop dashboard”?