ServiceNow HR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 02:45 AM
Hi All
a bit of a random one, need the ability to make a case private so can be viewed only by those in the privileged group but also my the case worker who may not be in this group, is this possible and if so how would you recommend.
Thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 05:32 AM
Is this already within HR? Because then you already have some OOB possibilities to make certain cases only available for certain roles.
If you are on Xanadu, it will be an easy one through ACLs. You can just use a 'deny-unless' ACL for all group members (that's a security attribute you can use on the ACL and no need for scripting) and the same for 'case handlers', which may need to be a custom list field to add the handlers if that also is someone that is not the current assigned to.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark