Copied to clipboard

Flag this post as spam?

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


  • Paul de Quant 403 posts 1520 karma points
    Mar 04, 2018 @ 14:37
    Paul de Quant
    0

    Updating a value during Saved or Saving Event in Member Service

    Hello,

    Is is it possible to update a value/property during a MemberService.Saved event. I'm saving a member record, but I want to change a value as it's saved, but I don't want to keep triggering the save event every-time.

    I thought by using

    sender.Save(member, false);
    

    It wouldn't trigger the event, but it still does.

    Any thoughts on how i can do this?

    Thanks

    Paul

Please Sign in or register to post replies

Write your reply to:

Draft