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.
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.