Copied to clipboard

Flag this post as spam?

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


  • Asembli 81 posts 255 karma points
    Jun 03, 2020 @ 06:45
    Asembli
    0

    Fluidity events notification

    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

Please Sign in or register to post replies

Write your reply to:

Draft