function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AbAb 

call trigger when few fields are modifed

Hello,

How to check if the fields are modified in trigger,

I have  account object, i want to execute a trigger if the few fiedls are modified,

How can i acheve it
Best Answer chosen by Ab
Tejpal KumawatTejpal Kumawat
Hi Sandrine,

Compare it in Trigger.NewMap and Trigger.OldMap.

Regards
Tej Pal Kumawat
Skype : tejpalkumawat1991

If this answers your question mark Best Answer it as solution and then hit Like!