Activity Forums Salesforce® Discussions What is trigger.new?

  • Deepak

    Member
    May 27, 2020 at 12:10 pm

    trigger.new Returns a list of the new versions of the sObject records.
    This sObject list is only available in insert, update, and undelete triggers, and the records can only be modified in before triggers.

  • Marziya

    Member
    May 27, 2020 at 12:28 pm

    Triger. new in Salesforce is a command which returns the list of records that have been added recently to the sObjects. ... Note that this sObject list is only available in insert and update triggers, and the records can only be modified in before triggers. But just for your information, Trigger.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos