Parent Parameter in ACL Scripts

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 01:49 AM
Hello everyone,
I can´t understand the meaning of Parent parameter in the scripts of some OOTB ACLs. For example the Create-ACL on the cmn_other_schedule table. Could anyone explain me what exactly parent reference to?
Labels:
- Labels:
-
Script Debugger
-
Scripting and Coding
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 06:54 AM
Good question, my thoughts is that there is a parent/child relationship , so possible the parent is the class that cmn_other_schedule is reference from. They are many module that include parent/child relationship and you can dot walk from child to parent. so here there is a reference back to 'Schedule' , which is the parent.