Get User Privilege on a field – Dynamics 365 CE

Hi Everyone,

Today I got a requirement to check whether the user has access to read the data on the field where feild level security has been enabled and do some operations.

We can achieve this using getUserPrivilege() client API.

var fieldPrivileges = formContext.getAttribute("new_fieldsecurityfield").getUserPrivilege();

Result when user doesn’t have permission.

Result when…

Continue Reading Gopinath’s Article on their blog

Get User Privilege on a field – Dynamics 365 CE

Hi Everyone, Today I got a requirement to check whether the user has access to read the data on the field where feild level security has been enabled and do some operations. We can achieve this using getUserPrivilege() client API. var fieldPrivileges = formContext.getAttribute(“new_fieldsecurityfield”).getUserPrivilege(); Result when user doesn’t have permission.

Blog Syndicated with Gopinath’s Permission

Author: Gopi Nath

Share This Post On
Share via
Copy link
Powered by Social Snap