Hello;
When I log into the CRM system, Version 2013, I get a message saying that I need to Assign Roles to certain users, the problem being that the only users who I need to assign roles to have been disabled since they are no longer with the company.
When I run this query:
SELECT FullName, DomainName, IsDisabled
FROM onecrm_mscrm..SystemUserBase
WHERE SystemUserId NOT IN (SELECT SystemUserId FROM onecrm_mscrm..SystemUserRoles)
I get a list of 12 Users, but they are all disabled in the CRM system, (IsDisabled = 1), so I cannot add a security role to them, and their user IDs are invalid since they have left the company, and resolve the issue.
Is there another way of taking care of this issue, so that I stop seeing the message?
Thanks
Gerry Broderick
*This post is locked for comments