How to add two members as manages for one group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2016 05:42 AM
Hi Team,
I've one group for example, @ABC community. As per my knowledge, each group having only one manager. But, I need two persons as managers for @ABC community
How can we accomplish this situation?
Please provide any valuable suggestions.
Thanks & Regards,
Prasanna Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2016 05:47 AM
Every Group has a manager/supervisor field to hold a group to Manager mapping. You cannot have a single field to hold 2 values on the same record. You will have to create a new field, say may be the backup manager or secondary manager and update the scripts wherever the manager comes into the picture, mainly during approvals.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2016 05:57 AM
One option would be to create a many-to-many relationship table using group, type (here is where you would specify "manager"), and user. As with a second field on the table, you would need to be sure to reference this m2m table in any scripts or other functionality that looks at gorup managers. This solution is scalable and would allow you to specify multiple managers (could support multiple regions) and different types of roles related to the group.
I hope you find that helpful.
Thanks,
Nick