Make records accessible for service desk and assigned to group members
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 03:23 AM
I’m trying to make the list of records accessible for service desk and the assigned to group members. Should I use ACL, script or other method? Please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 03:28 AM
Hi @Kogila Oke
You need some kind of report where record are assigned to SD or else?
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 05:48 AM
Hi Atulya,
No I don’t need report. I want the list of records to be visible only to the service desk and the members of assigned to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 05:49 AM
Hi @Kogila Oke
In this case create the ACL.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 03:28 AM
Hi @Kogila Oke ,
You can write query business rule or ACL to achieve your requirment.
1. Performance: Before query is better because the conditions/filters run the initial Database query level.
2. User Experience: Before Query is better because you don't get the security message in the bottom of the ListView saying 'some records removed due to security" which might confuse the user.
Though ACL has its own advantages (for example - field level restriction..etc)
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0859355
Please mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand