Request, RITM, catalog task should be only visible for one particular group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2022 08:26 AM
Hi Experts,
Good Day!
I am trying to make the whole request and Ritm should be only visible to one group. I have tried the can view in related and its working but the issue is the record for that particular catalog item where as the Request Number , RITM number and catalog task should be only visible to that particular group. So that only they can have access to it.
could you advise me what is the best way to solve this.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2022 08:56 AM
Hi Atchutaram,
If you are looking forward to restricting the record visibility to certain groups you will have to create a ACL that will provide access or restrict based on the conditions you mention.
This will help you create an ACL - https://docs.servicenow.com/bundle/quebec-platform-administration/page/administer/contextual-securit...
You can create read ACLs on sc_req_item, sc_task and sc_request tables based on your conditions.
Happy to help you further if you are stuck.
Thanks
-Harneet Sital (ServiceNow Certified Technical Architect)
Request you to please mark my answer as helpful or correct based on the impact
Find all my ServiceNow articles here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2022 09:28 AM
Thank you reaching back Harneet. Will reach you back if I got struck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 10:01 AM
Hi Harneet,
I have written a ACL for requested item table both read and write. with giving the condition: item is device Request and short description is Use to request a device and i have given require role as admin. This is not working. Could you guide me what are the changes should i make to get this done.
BR,
Atchutaram.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2022 01:31 AM
Hi Atchutaram,
Would you mind sharing the ACLs please so we can determine where the issue is? Hope you have read the above ServiceNow documentation while creating the ACLs.
Thanks,
Harneet