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
‹
›
Home
View web version
No comments:
Post a Comment