You need to sign in to do that
Don't have an account?

Trigger -> How to find out if values have changed
I have the following scenario:
In a after update trigger, I need to find out if 2/3 fields are getting updated(basically getting new values)
only then proceed with trigger. It seems really simple, but I am not very sure how to go about it
Thanks
you can use the "Trigger.OldMap" to get the old values and check with the "Trigger.New" values to see if they have changed or not!
Cool_D
All Answers
you can use the "Trigger.OldMap" to get the old values and check with the "Trigger.New" values to see if they have changed or not!
Cool_D