Hi ,
I have multiple clients using customer service module and they have their own accounts created under account entity. each account will have two or more security roles required and the access should be restricted accordingly. below the example
Account/contact entity have client 1, client 2 , client 3
we should be able to create cases for each client - client 1 have case1 , case 2, case 3
client 2 have case1 , case2, case3
one is super user security role which will have access to all clients and cases that are available
now i want to create two or more security roles for each client one is client1 admin , client1 user
when client1 admin login , they should be able to see client 1 account/contact record and all the cases associated with client 1 and admin should be able to create users and change the security roles but should not be able to see other client records other than client 1
when client1 user login , they should be able to see only the cases that are relevant to that user but not all the cases associated with client 1 or other clients.
please can i have solution for this ?