either caller or assignment group members only to see incidents if it is assigned to specific group.

pdurgapavan
Tera Contributor

I would need to allow either caller or application development group members to see the incidents only when incident is assigned to Application Development group.

 

@Community Alums ,

@Dr Atul G- LNG 

 

2 REPLIES 2

Eshwar Reddy
Kilo Sage

Hi @pdurgapavan 

Create an ACL and use the below script


(current.assignment_group.getDisplayValue() == 'Application Development' && (current.caller_id == gs.getUserID()))

 

Please mark this response as Correct and Helpful if it helps you can mark more that one reply as accepted solution

Dr Atul G- LNG
Tera Patron
Tera Patron

Experts @Eshwar Reddy  already replied @pdurgapavan 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************