Copied to clipboard

Flag this post as spam?

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


  • Damion 96 posts 331 karma points
    Oct 14, 2020 @ 10:57
    Damion
    0

    Cancelling the MemberService.Saving event and show message

    When cancelling the MemberService.Saving event I want to show a custom message:

                                e.CancelOperation(new EventMessage("Member Save Error:", "save cancelled due to missing end date", EventMessageType.Error));
    

    What actually happens is the event is cancelled but in the back office the standard green 'member saved' success message is shown, should what I have above not override that?

    thanks

Please Sign in or register to post replies

Write your reply to:

Draft