Hi,
I have a model driven app with a table called "Players". I am looking to set up security/security roles for this in such a way that,
there are Users, Managers and Admins.
Users: Should be able to create the records and view only the records they submitted and should not see the records submitted by others users.
Managers: Should be able to see records of all the users and fellow managers(Subordinates).
Admins: Should be able to see all the records that are submitted by everyone in the App.
Please can anyone help me in setting up this Security structure for a Model driven app/Dataverse table, what kind of Business Units are needed/created and how security roles should be assigned for the dataverse table to get that experience?
Thanks.