
Hi, I am getting forbidden error (code 403) when using the Microsoft Dataverse (Legacy) connection with the https://microsoftsales.crm.dynamics.com environment. The trigger is when a row in a table is modified.
The error details are:
Principal user xxxxx is missing prvCreateCallbackRegistration privilege (Id=c0ddad3a-665d-467d-9650-575e91af01ec) on OTC=301 for entity 'callbackregistration' (LocalizedName='Callback Registration'). context.Caller=xxxxx
Can you suggest the steps to resolve the issue? I have global MS Sales access.
I see the following documentation. Any suggestions how I can get the required permissions on the Callback Registration table.
Trigger privileges
To create a cloud flow that triggers based on create, update, or delete on a row, the user needs to have user level permissions for create, read, write, and delete on the Callback Registration table. Additionally, depending on the scopes defined, the user might need at least that level of read on the same table. Learn more about environment security.