I've a requirement where I need Before and After Update triggers to be fired when an existing record is updated, but not when a new record is inserted. My understanding is that for insert operations we've Insert triggers.
Then why Update triggers are firing after Insert operation?? How to make them fire for Update operations only, and not for Insert operations please?
Thanks.
Then why Update triggers are firing after Insert operation?? How to make them fire for Update operations only, and not for Insert operations please?
Thanks.