You can see that any field which has modified will have new values in it.
Entity Name is the name of object
Change type is the operation performed on this object
change origin – if the event published inside salesforce then it will contain salesforce in URL. if it is outside then client will contain name of application that publish this event.
To capture the debug logs for this trigger, you need to set debug logs under “Automated Process”. Otherwise logs will not show anywhere.
The net effect is the transactions become faster and Apex limits consumption is reduced.
Leave a comment