RE: Classify a specific case/casetype, so that a group/team only has access
Hi There,
Looks like access team is not an option for us here. so if i understood you correctly , only a few users will be added by some super users to the form who can access apart from it no should access.
see below.
you could have utilized the access team very well if you have option to add users to the subgrid who should access the record rather hiding only from them. , I would still recommend this approach as its easy to manage. Put super users in higher business unit and assign the case record to one of them so that they can add users who can access record on the subgrid using access team template.
however - looks like requirement is different , i have another approach for which you would need to write javascript using some web api request.
1.Remove the access team template and subgrid from the form and add a normal system user subgrid on the form and add users for which you would like to restrict the access.
2. Create a javascript on the load of the form to check if current user(who is trying to acceess the record) exists on the subgrid. If exist --- hide all the sections on the form and put an alert ( "you are not authorized to access this record") something like that. otherwise just continue.