table name.* ACL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 07:43 PM
can anyone explain me how Table name.* ACL will work?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 07:49 PM
Hi Kalesh,
Please go through this training module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 10:44 PM
Below are some points regarding ACLs:
1) TableName.None acls executes first than TableName.*
2) TableName.None have more priority than TableName.*
Both are table level ACL, But the thing is * is a wild card entry. Suppose None is restricting table level access and you provide access by using * , system can allow you to do the work.
For more information about ACLs, visit please wiki urls:
Using Access Control Rules - ServiceNow Wiki
Security Jump Start - ACL Rules - ServiceNow Wiki
Security Best Practices - ServiceNow Wiki
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2017 12:49 AM
As an example:
End users need access to a table but only a couple of fields on this table
Open the table with table.none acl
Remove all fields with table.* acl (itil users only)
Open 1 or more fields to end users with table.field