Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
is it possible to hook notification on Fluidity event, eg:
Fluidity.Fluidity.SavingEntity += (sender, args) => { var person = args.Entity.After as Person; if (person.id == 77) { args.Cancel = true; // e.Messages.Add(CreateWarningMessage("duplicate")); } };
Regards,
/Asembli
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Fluidity events notification
Hi,
is it possible to hook notification on Fluidity event, eg:
Regards,
/Asembli
is working on a reply...