Dynamics CRM
Thursday, January 15, 2015
Field security Profile is system administrator
select * from SystemUser
where SystemUserId in
(
select SystemUserId from SystemUserProfiles
where FieldSecurityProfileId in
(
select FieldSecurityProfileId from FieldSecurityProfile
where Description = 'System Administrator'
)
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment