Restrict Problem management module with out using ACL

Mounika30
Kilo Sage

restrict Problem management module with out using ACL

 

1. Only problem manager and incident manager can view/edit problem module.

2.ITI fulfiller can only view/edit problem tasks that are specifically assigned to them.

 

How to achieve this?

 

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Mounika30 

Either create a Business Rule (BR) or provide a module-specific rule, such as...

DrAtulGLNG_0-1753701695730.png

 

*************************************************************************************************************
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]

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

Viraj Hudlikar
Tera Sage

Hello @Mounika30 

 

Have you given a try for it? What kind of blocker you are facing on this?
For 1 you can add roles in module settings who should be able to view & edit.

For 2 you can write a Display BR which will check if login user is assigned to user over prb record then only showcase record and allow to edit.

 

If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.

Thanks & Regards
Viraj Hudlikar.

 

Ankur Bawiskar
Tera Patron
Tera Patron

@Mounika30 

My thoughts

-> even if you hide the problem module the users can navigate to problem.LIST and view or edit

a) ensure you update the correct ACLs

-> for 2nd point you can use query business rule, what did you start and where are you stuck?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

for second point I have implemented this but it is not wrokingInsert, update and query  BR.png