Last active
July 1, 2019 13:31
-
-
Save lfreeland/09991d9377f7e1b7ebef71f5be56ba40 to your computer and use it in GitHub Desktop.
OpportunityContactRoleChangeService Trigger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trigger OCRChangeEventTrigger on OpportunityContactRoleChangeEvent (after insert) { | |
new OCRService().runOCRRollups(Trigger.New); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment