- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 08:46 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 09:15 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 09:03 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 09:22 PM
thanks Raj!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 09:15 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 09:21 PM
Thank you shweta!