Child table ACL question

George P
Tera Guru

I have an extended OOTB table (sn_audit_control_test which extends sn_audit_task) and I need to control access to the fields at the child table.  The parent table has many field specific ACLs in place that seem to be granting access even if the sn_audit_control_test.* does not grant access. 

 

Do I need to have an sn_audit_control_test.field ACL for every sn_audit_task.field ACL to control access to individual fields on the child table?

1 ACCEPTED SOLUTION

Zach Koch
Giga Sage
Giga Sage

Yes, since you have all ACLs from the parent table applying to your child table, including your field level which will override your table.*, you will need field level ACLs on your child tables to override the parent.

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

View solution in original post

1 REPLY 1

Zach Koch
Giga Sage
Giga Sage

Yes, since you have all ACLs from the parent table applying to your child table, including your field level which will override your table.*, you will need field level ACLs on your child tables to override the parent.

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!