web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics CE Tech Blog / Get User Privilege on a fie...

Get User Privilege on a field – Dynamics 365 CE

gopi.royal999@gmail.com Profile Picture gopi.royal999@gmail... 430

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 user have permission.

Hope this helps.


Happy 365’ing
Gopinath.

Comments

*This post is locked for comments