Question
How can I check which user have Administrator permissions in FlexiCapture complex directly via database?
Answer
Go to dbo.Principal table of the database, check the ids of the users:
Then go to dbo.Principal Permissions and check which user has the Role Type = 10
Role Type = 10 is an Administrator role.
Comments
0 comments
Please sign in to leave a comment.