
I am trying to subscribe to the EventInsert, EventUpdate and EventDelete CUD events on the Application class. I have created event handlers for each event on the Application class and then added these handlers to these events through the AOT. I just put in an info() call in these handlers to indicate when a CUD event has happened. However, when I add a new contact or update an existing one these handlers never get called. What am I missing? I haven’t been able to find any examples or documentation on how to implement these new CUD events. Any help would be greatly appreciated.
*This post is locked for comments
I have the same question (0)