You need to sign in to do that
Don't have an account?
Jordan Miles 9
Including null values in Trigger.new
Is there a way to include null values in a Trigger.new record? It looks like the record only includes non-null. In an "after update" trigger, I post the data to an external system to be updated, and I need to know what fields have been removed. I haven't been able to find any information on this.
Thanks.
Thanks.
Check this sample code and try to understand how to set Null values using Trigger.New
if statement in loop should be like below,
Best Regards,
Thota Rakesh.