Copied to clipboard

Flag this post as spam?

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


  • Asembli 86 posts 260 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies