#fieldlevelsecurity

Posts tagged with this topic.

How to use the getUserPrivilege function in Dataverse Client API

Jun 4, 2022

The getUserPrivilege is a function that will return canRead, canCreate, and canUpdate. This function correlated with the Field Level Security feature making it suitable to check if users have enough privilege to run our custom function on Javascript. For example, we have below...