Request data from another ServiceNow instance

tsoct
Tera Guru

Hi all

I'm seeking ways to set up 'something' in instance A to request instance B to send data to instance A once per week. The data provided by instance B should go to the transform map in instance A before being populated in instance A.
Could somebody tell me how to go about doing this?

8 REPLIES 8

Hello,

have you been able to make it work ?

 

I'm working on a similar task but i can't figure it out.

 

Any feedback, would be really appreciated.

 

Thanks and regards

Where you stuck mate?

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

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

Hello, 

 

I've completed the first step.

Now I have the same question as as above, is it a post or get method that is should use ?

Is the script is correct ?

How to link this to a transform map or to the target table ?

Is the sys_id of the record imported will be the same as the source instance?

Thanks and regards 

The POST Method

POST is used to send data to a server to create/update a resource.

 

The GET Method

GET is used to request data from a specified resource.

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

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