Need to sych userdata through intigration

varma2
Mega Sage

Hi All,

 

We have requirement to sync user data .we need to synch data PROD TO Lower instance once in every day.  if new user created or updated, we need to do this through integration only, Please suggest.

 

Thank you all.

Varma

 
2 REPLIES 2

Community Alums
Not applicable

Hi @varma2 ,

We don't ideally get prod data to non-prod on a daily basis, We usually clone prod to pre-prod, or dev or test once Go-live happens.

But still you want to proceed with implementing solution for above requirement then below are the steps you can achieve this:

1. Create a Schedule job which will run on daily basis

2. Create a data source which will call from schedule job

3. Retrieve data from Production instance using SOAP or REST integration

4. Put the data in import set

5. Create a transform map to update user details.

 

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @varma2 

 

If both are same SN instance then i guess by transform is good way instead of integration.

*************************************************************************************************************
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]

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