Restrict access to RITM records and catalog task

Sajal Chatterje
Tera Contributor

Hello Community,

 

We have a requirement to show certain RITM /SCTASK records pertaining to particular catalog item only. Rest all should be hidden for a user.

 

What is the downside if we implement this customization??

Thanks,

Sajal

2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Sajal Chatterje 

There’s no downside to this, as it is a requirement from the business. Sometimes, we don’t want to show all types of records to every user. You can use the ACL to make this possible.

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

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

View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@Sajal Chatterje 

Nothing impact as such.

But remember you will have to update table level READ ACLs on both the table

Also query business rule on those 2 tables.

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

View solution in original post

12 REPLIES 12

@Sajal Chatterje 

Hope you are doing good.

Did my reply answer your question?

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

Hi @Ankur Bawiskar ,

 

Yes, I have got what I needed.Thanks for the recommendation.

 

Thanks,

Sajal

@Sajal Chatterje 

Please close the thread by marking appropriate response as correct.

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

Hi Experts

I have similar requirement for particular catalog item to restrict the access to sc_request, sc_req_item, sc_task and it should only access when below conditions met.

1. only members of catalog task assignment group should access the sc_request, sc_req_item, sc_task

2. there are some 50 plus assignment group, they should also access sc_request, sc_req_item, sc_task

3. approvers of that catalog item should also access sc_request, sc_req_item, sc_task

4. opened by user and requested for should accesss the records sc_request, sc_req_item, sc_task

 

Rishi_11
Kilo Sage

Hi @Sajal Chatterje ,

As others have mentioned, there should not be any impact. Try to identity the user persona for which you'll be implementing this, maybe a group or some roles. Then, this can be done pretty easily using ACLs.

Thanks,

Rishi.