ACL Inheritance from parent to extended tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018 05:42 AM
Hi
Can you advise please what is inherited from a parent table when you extend it?
Obviously, the parent column definitions are inherited but what about ACL roles ?
For example, in the parent table has a role that is required to write to a certain column, will child tables extended from that parent need to allocate that role to individuals who wish to write to the same column in the child table?
Regards
- Labels:
-
Best Practices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018 05:46 AM
Hello,
Yes, the ACL is inherited down to extended tables.
You don't have to add the role to the users, you can add a new ACL on the extended table for that particular field (if the parent has a specific ACL for the field).
With regards
Anton Vettefyr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018 07:16 AM
Many thanks
Is there anything else that a child inherits from its parent other than column definitions and ACL?
Regards
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018 12:56 PM