Add memeber/users in child group

NS16
Mega Sage

Hi Experts,

Requirement-

1) If member/user add/remov from parent group then same member/user should get add/remove from child group.

Note: each parent group has only one child group and it should work only from parent->child not child ->parent, so just one way sync.

 

How can I achieved this requirement?

 

Many thanks in advance,

NS

5 REPLIES 5

SLK Gupta
Tera Guru

Hi @NS16,

 

This below article helps you in sync the parent and child group members.  https://www.servicenow.com/community/developer-forum/how-to-sync-parent-group-members-to-child-group...

If my responce helps you in anyway, please mark it as helpful @NS16.

Thanks and Regards,
S. Lakshmikanth Gupta.

Thanks, @SLK Gupta 

I am using code mentioned in the link but deletion/remove user from child group is not working.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @NS16 

 

https://www.servicenow.com/community/developer-forum/how-to-sync-parent-group-members-to-child-group...

 

https://www.servicenow.com/community/itsm-forum/sync-group-members-from-parent-to-child-groups/m-p/6...

 

https://www.servicenow.com/community/developer-forum/how-to-sync-parent-group-members-to-child-group...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Thanks, @Dr Atul G- LNG  

I am using code mentioned in the link but deletion/remove user from child group is not working.