Quantcast
Viewing all articles
Browse latest Browse all 39

How to trigger function on object write?

I want to send a message to the salesperson assigned to an Account when that account is edited by another user. How to I tie into the ORM to trigger my function on object save? The closest I have gotten is the on_change method on specific fields; I don't want to add this per field.

Viewing all articles
Browse latest Browse all 39

Trending Articles