Question: What is a Salesforce trigger context variable?Answer: Trigger context variables, such as Trigger.new and Trigger.old, provide information about the records being processed by a trigger. They allow developers to access and manipulate data within the trigger. |
Is it helpful?
Yes
No
Most helpful rated by users: