Explain Trigger events? & context variables?



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

Post New Answer

More Salesforce Interview Questions

Can you edit a visualforce page in production environment?

1 Answers  


What all data types can a set store? : salesforce crm

1 Answers  


Difference between SOSL and SOQL in Salesforce ?

1 Answers   Deloitte,


What are sharing rules? Name what are the types of sharing rules?

1 Answers  


Give an example of a standard object that’s also a junction object?

1 Answers  


What is the difference between trigger. New, trigger. Old, trigger.newmap and trigger.oldmap?

1 Answers  


What is collection in apex?

1 Answers  


Can a dependent field be a controlling field as well in salesforce ?

1 Answers  


Can we achieve this without using a trigger ?

1 Answers  


What are the permission sets in salesforce?

1 Answers  


Is check box performs like controlling field?

1 Answers  


Who are the people who can access a “drag and drop dashboard”?

1 Answers  


Categories