In CRMScript, is it possible to get a list of usergroup items that an associate belongs to?
All Replies (2)
The UserAgent isn't restricted in CRMScript, so you can do;
Integer associateId = 1;
NSUserAgent userAgent;
NSUser user = userAgent.GetUser(associateId);
user.GetUserGroup();
user.GetOtherGroups();
30 Jan 2026 | 03:04 PM
Add reply
info
Please log in to post a reply.