I am current building PCF component that required me to determine if the user has specific rights to an entity before attempting to modify it. In order to do this
I am current building PCF component that required me to determine if the user has specific rights to an entity before attempting to modify it. In order to do this
We can use RetrievePrincipalAccess function in Web API to get the access rights of either a user or team on a specific record. The sample code: Result: Hope it helps..