Parent-Child Relationships Between Groups

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2016 10:23 PM
When adding a group as child of another group, does it also add the members of child group to parent?
If not, does doing this makes sense to do this? Have you came across such a scenario? What could be pro's or con's of doing this?
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2016 10:40 PM
Yes, in case of adding a group as a child to another group, it add child group member's to parent group. Although in group member related list those member will not show. But if you check by below Code, it will return true.
gs.print(gs.getUser().isMemberOf('parent group sys_id'));

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2016 11:01 PM
I should have mentioned this in the question I am aware of this that the child group's member will show as the member of parent group but this doesn't help in reassignment as the person is not added as a record in the membership table and hence would not be selectable in the assignedto field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2016 10:42 PM
Hi Kalai,
Wiki says,
Parent | Other group of which this group is a member. If a group has a parent, the child group inherits the roles of the parent group. The members of the child group are not members of the parent group. For example, if an incident is assigned to the parent group and you click the Assigned to lookup icon, only the members in the parent group are available. The members of the child group are not available. |
My view,
Pros:
Nothing:
Cons:
You might end up being clueless, which group the user belongs to.
Thanks
Srinivas
Mark this answer as helpful/correct if it does so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2016 11:12 PM