Hi Jordi,
If this issue is occurring within a CRM on-premise installation, you can run the following SQL query in order to get a list of all users who do not have a security role assigned to them:
SELECT FullName, DomainName, IsDisabled FROM SystemUserBase WHERE SystemUserId NOT IN (SELECT SystemUserId FROM SystemUserRoles)
The query will also list the disabled accounts (including SYSTEM and INTEGRATION). If this does not return any results that are helpful in tracking down the issue further, can you please let me know what version of CRM and Update Rollup you have installed, as well as the total number of users in your environment?
↧
Forum Post: RE: Message asking to assign roles appears below the ribbon when all users have roles assigned
↧