Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kin 30 posts 172 karma points
    Mar 31, 2016 @ 17:05
    Kin
    0

    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?

  • Kin 30 posts 172 karma points
    Apr 01, 2016 @ 17:45
    Kin
    0

    Apparently it doesn't work with ContentService.SendingToPublish, but works with ContentService.Publishing.

    Guess I'll hook it on this instead.

Please Sign in or register to post replies

Write your reply to:

Draft