Group updation sync among Servicenow instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 03:16 AM - edited 11-17-2023 03:17 AM
Hi,
I am trying to sync group updates across all our instances (DEV and QA) Can anyone suggest me ideas on how I should go about?
The Requirement is, whatever update is made to a group in DEV (Group, Group Members and Group Roles) should fly to QA and update the same updates in QA. Any member who is removed from a group means a record is deleted in the Grp Member table, how can we update that across instances on demand. Any idea on how I should go about?
Thanks in advance!
RFJ

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 03:49 AM
@RFJ1 You should use Remote Process Sync https://docs.servicenow.com/bundle/tokyo-application-development/page/administer/integrationhub/refe... to sync data between your different instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 04:05 AM
How can I do this via script and Rest API without using Integration Hub?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 04:21 AM
@RFJ1 You will have to go through the entire documentation to know the steps to configure. Also, of you do not wish to use Remote Process Sync then you can sync the data using web-services using the REST API Explorer https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/inbound-rest/task/t_....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 04:38 AM
@Sandeep Rajput correctly mentioned, the Remote Process Sync is best option in this case.
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]
****************************************************************************************************************