In this example is “System Administrator”
select * from SystemUser where SystemUserId in ( select SystemUserId from SystemUserProfiles where FieldSecurityProfileId in ( select FieldSecurityProfileId from FieldSecurityProfile where Description = 'System Administrator' ) )
Run the Test:
From UI:
From SQL Database Result:
Hope it helps!
No comments:
Post a Comment
My Name is..