What are the different context variables available in apex triggers ?
Answer / Neelabh Shukla
Different context variables available in Apex triggers include: Trigger.New (List<SObject>) for new records being inserted, Trigger.Old (List<SObject>) for records being updated or deleted, Trigger.oldMap (Map<Id, SObject>) to access old values of individual records before updates, and Trigger.isInsert (boolean) for determining if the current trigger is firing due to an insert operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are future methods and where are they used ?
Will one workflow effects another workflow?
What is Standard and Custom Fields in Salesforce?
Why use batch apex?
What is a matrix report? : salesforce admin
Do we need a namespace to develop lightning components?
What is the difference between 15 digit and 18 digit id in salesforce?
How many reports types are there in Salesforce?
What is field-level security? How do you set field-level security on a single field for all profiles?
What is a lead?
What is the junction object and what purpose does it serve?
Can we use pagereference in lightning component? : salesforce lightning component