ACL with asterisk & without asterisk

Likith
Tera Contributor

What is the difference between ACL with asterisk & ACL with asterisk?

2 ACCEPTED SOLUTIONS

Samaksh Wani
Giga Sage
Giga Sage

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

 

View solution in original post

Vishal Birajdar
Giga Sage

Hi @Likith 

 

Table.none - You are applying ACL at table level 

Table.*        - You are applying ACL on all fields/rows on that table.

 

 

 

 

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

View solution in original post

3 REPLIES 3

Samaksh Wani
Giga Sage
Giga Sage

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

 

Vishal Birajdar
Giga Sage

Hi @Likith 

 

Table.none - You are applying ACL at table level 

Table.*        - You are applying ACL on all fields/rows on that table.

 

 

 

 

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

Samaksh Wani
Giga Sage
Giga Sage

Hello @Likith 

 

If my response helped you, Pls mark it as Accepted. It will help future community users to find correct solution.

 

Regards,

Samaksh