group manager is not able to add/remove members in the group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 01:46 AM
Hi All.
Group manager is able to see edit button but he not able to add/remove members in the group .
Can anyone help me regarding this issue.
Thanks ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 02:01 AM
Hi @chandan31 ,
he members of a group are determined by the records in the many-to-many table sys_user_grmember. To adjust the membership of a group it only requires the ability to create and delete records in that table.
- You will only need to adjust the ACLs on the sys_user_grmember table.
- Allows deletion of records, if the current user is the manager of the group listed in the existing record's "Group" field
- Allows creation of records, if the current user is the manager of the group listed in the new record's "Group" field.
- Once the user has ACL permission, they should be able to see the "Edit..." button in the "Group Members" related list, and they can use the slush bucket to add/remove members.
- Be sure to test your development thoroughly before moving it to production.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 02:23 AM
Hi,
Group manager is able to see edit button but he not able to add/remove members in the group .
I have gave ITIL access as well as admin , still he not able to add /remove members in the group.
Thanks ,
Chandan