Create read and report view ACL on a table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2024 07:26 AM
Hello Community,
I have a requirement as below :
I want to create read and report view ACL on a table.
Thank you in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2024 08:56 AM
@GP001 You can use the following steps to create ACL on a table in ServiceNow.
1. As a first step, you need to elevate your role to security admin
Choose the ACL module
Use New button to create new ACL
Choose the operation (read/write/create etc.)
Choose table name, field name (* for all fields) choose the role to which you would like to grant the access.
For more information on ACL please refer to https://docs.servicenow.com/bundle/washingtondc-it-service-management/page/product/change-management...
Hope this helps.