I'd like to overwrite, or display an additionnal message on cancel in an ApplicationEventHandler.
e.CancelOperation(new EventMessage({...})) only display the usual Cancelled: Operation was cancelled by a 3rd party add-in message, and not the EventMessage passed to it.
Display custom message on cancel.
Hello,
I'd like to overwrite, or display an additionnal message on cancel in an ApplicationEventHandler.
e.CancelOperation(new EventMessage({...})) only display the usual Cancelled: Operation was cancelled by a 3rd party add-in message, and not the EventMessage passed to it.
Is there a way to do it?
Apparently it doesn't work with ContentService.SendingToPublish, but works with ContentService.Publishing.
Guess I'll hook it on this instead.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.