I have a plugin that needs to be fired on an annotation Messages like create, update, delete, RetrieveMultiple and Retrieve.
These messages are called using javascript library SDK.Rest.js ( SDK.REST.retrieveRecord(guid,"Annotation", ....)
I have registered plugin for every steps.
I have problem only with Retrieve event. The plugin simply won't fire.