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?
Cancelling the MemberService.Saving event and show message
When cancelling the MemberService.Saving event I want to show a custom message:
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
is working on a reply...