We have a requirement to assign both Technical and Business users to each application in order to complete technical and business data. It is important that both types of users are not allowed to edit each other's data. To fulfill this requirement, we used an Access Team Template that allows us to assign specific users with access to the application. Our process involved:
- Creating an "App Read Only Role" with edit access to all related entities.
- Assigning the "App Read Only Role" as the default role.
- Allowing the App Admin to add users to either the Technical or Business Access Team for a specific application.
However, we have encountered an issue where Business users are able to add data to the Subgrid on the Technical page. This is problematic because only Technical users are allowed to edit the value of the Subgrid on the Technical page. We need to ensure that non-technical users are not able to add existing data to the Subgrid.
how we can hide the 'Add Existing..' button for the Subgrid on the technical page for non technial users.