How ACL's effected on Child tables, if ACL's applied on Parent Table

chanikya
Tera Guru

Hi,

 

How ACL's are performed on Child tables if ACL's are applied on Parent Table

Ex: if i applied READ type ACL's  in TASK[task] table on fields Short - description, state,  description

how this READ acls will effected on Incident, problem, change

1 ACCEPTED SOLUTION

Shweta KHAJAPUR
Tera Guru

Hi Chanikya,

Because Incident, problem, chnage extends task table. The short description, description and state fields are defined in task table. Those fields are just inherited by child tables, but they are originally from task itself. Hence if ACL is applied on these fields which will reflect in child tables also.

View solution in original post

5 REPLIES 5

Raju Koyagura
Tera Guru

Technically, parent access also verify before granting the specific field access on a table. In your case, user can read those field if he has access to Parent table. 

Below link may help you to understand.

https://community.servicenow.com/community?id=community_question&sys_id=38c2c761dbd8dbc01dcaf3231f96...

thanks Raj!

Shweta KHAJAPUR
Tera Guru

Hi Chanikya,

Because Incident, problem, chnage extends task table. The short description, description and state fields are defined in task table. Those fields are just inherited by child tables, but they are originally from task itself. Hence if ACL is applied on these fields which will reflect in child tables also.

Thank you shweta!