Hello DynamicWeb
i am making an integration between webcrm and dynamicweb, this has focuse on the Users comming from WebCRM and being imported into DynamicWeb
so far everything is working well, but i ran into an issue today.
The groups a user is part of, are controlled in webCRM, but for each person object i can get the name of each group and then use that to find the group name and id in dynamicweb using the UserManagement.Group Class, this works aswell and i get the group fine, then for each group i get i add the group id to a string with a @ char in the front and after each group id, i get a string that looks like this @14489@@14490@@19074@ i checked the data inside the database and this matches perfectly, i am trying to add this information to the AccessUserGroups column inside the AccessUser table.
Information:
Source Reader: Custom
Destination Provider: User Provider
Site: Localhost
note that all other fields are working fine and the error i'm getting is:
Can't associate the user 'hb@bha-revision.dk' with non existing group '@14489@@14490@@19074@' as far as i understand, AccessUserGroups is for a collection of groups. So what am i doing wrong ? |