[Subscribe(Dynamicweb.Modules.UserManagement.Notifications.UserOnBeforeSave)]
public class NotificationCreateUser : NotificationSubscriber
I'm doing an NAV integrated usercreation routine, and need to act on the event UserOnBeforeSave, to check if userinformation is available in NAV, before doing creation in both DW and NAV. However, I need to tell NAV, which groups, the user is going to be a member of, when the creation succeeds, so I need to retrieve the group collection set diretly on the module.
(Important!: NOT the group collection on the user, as it (of course) is still empty before creation, but the group collection on the module itself.
Thanks in advance...
Jesper/NORRIQ