Trigger Most Common Interview Questions and Answers for MNCs and Small-Mid Companies
*** Trigger Most Common Interview Questions and Answers for MNCs and Small-Mid Companies *** Salesforce Trigger How is Trigger. New Different from Trigger.newMap? Ans:- Trigger. New variable returns the list of sObject which has invoked the trigger and Trigger.NewMap returns the map of ids with the newly entered records. NewMap is only available in after insert, before and after the update and after undelete. Difference between Trigger.new different from Trigger.old? Ans:- Trigger. New variable returns the list of sObject which has invoked the trigger and Trigger.old returns a list of the older versions of the records which have invoked the trigger. Trigger.Old is only available in update and deletes events What is a Trigger? Ans: Trigger 😇⇍ Click This Link What is Trigger Syntax? Ans: Trigger Syntax 😇⇍ Click This Link What are the various event on which a trigger ca...