- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 01:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 04:20 AM
Hello @Likith
Lets take the scenerio of Table Level ACL.
a) Incident . *(with Asterisk). :- It means that you are applying ACL on all the FIELDS of INCIDENT table.
b) Incident . State(without asterisk) :- It means that you are applying ACL on 'state'.(specific) FIELD of INCIDENT table.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 04:24 AM
Hi @Likith
Table.none - You are applying ACL at table level
Table.* - You are applying ACL on all fields/rows on that table.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 04:20 AM
Hello @Likith
Lets take the scenerio of Table Level ACL.
a) Incident . *(with Asterisk). :- It means that you are applying ACL on all the FIELDS of INCIDENT table.
b) Incident . State(without asterisk) :- It means that you are applying ACL on 'state'.(specific) FIELD of INCIDENT table.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 04:24 AM
Hi @Likith
Table.none - You are applying ACL at table level
Table.* - You are applying ACL on all fields/rows on that table.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 10:37 PM
Hello @Likith
If my response helped you, Pls mark it as Accepted. It will help future community users to find correct solution.
Regards,
Samaksh