Hello Platform Community,
I'm currently working on a project where I need to compare and customize security roles in Dataverse, specifically focusing on the "System Customizer" and a copied version of the "Environment Maker" role.
I've successfully extended permissions using privilege delegation, allowing me to create and modify Dataverse tables and columns with the copied role. However, I've encountered a challenge when it comes to entering data into the created table. It seems that the permission to add records to the table is not being granted even though I have the necessary permissions to create and modify the table structure.
Has anyone else faced a similar issue? Any insights or suggestions on how to troubleshoot and resolve this problem would be greatly appreciated.
To provide a bit more context, I've ensured that the permissions are extended not only to the table and column creation but also to the data manipulation within the table. Despite this, I'm unable to add records.
Here are the steps I've taken so far:
- Copied the "Environment Maker" role.
- Extended permissions for creating and modifying tables and columns. (Permissions: Full Access to Entities and Attribut)
- Created a Table in a Dataverse Solution
- Encountered an issue with adding records to the created Table
- Recognized in Admin Center that my copied role dont got any Permission for the Created Table
If anyone has successfully tackled this or has ideas on what might be causing the problem, I'd love to hear your thoughts. Thanks a lot.