[b]new[/b]
Returns a list of the new versions of the sObject records.
Note that this sObject list is only available in insert and update triggers, and the records can only be modified in before triggers.
[b]newMap[/b] A map of IDs to the new versions of the sObject records.
Note that this map is only available in before update, after insert, and after update triggers.
[b]old[/b] Returns a list of the old versions of the sObject records.
Note that this sObject list is only available in update and delete triggers.
[b]oldMap[/b] A map of IDs to the old versions of the sObject records.
Note that this map is only available in update and delete triggers.
Returns a list of the new versions of the sObject records.
Note that this sObject list is only available in insert and update triggers, and the records can only be modified in before triggers.
[b]newMap[/b] A map of IDs to the new versions of the sObject records.
Note that this map is only available in before update, after insert, and after update triggers.
[b]old[/b] Returns a list of the old versions of the sObject records.
Note that this sObject list is only available in update and delete triggers.
[b]oldMap[/b] A map of IDs to the old versions of the sObject records.
Note that this map is only available in update and delete triggers.