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 all, From some reason,
ApplicationContext.Current.Services.MemberService.Save
creates a new member, instead of overwriting the old one.
Anyone?
Hi, Rotem Orbach
You should be able to adapt the below for your needs
public static IMemberService MemberService { get { return ApplicationContext.Current.Services.MemberService; } } public void AssignUser(IMember member) { MemberService.Save(member); }
Hope you got as you need. Thanks.
is working on a reply...
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.
Continue discussion
Save creates a new member instead of overwriting
Hi all, From some reason,
creates a new member, instead of overwriting the old one.
Anyone?
Hi, Rotem Orbach
You should be able to adapt the below for your needs
Hope you got as you need. Thanks.
is working on a reply...
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.