- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 12:23 AM
Hi guys,
Is it possible to pull data from Salesforce and insert it into ServiceNow? Maybe SOAP messages?
Thanks.
Solved! Go to Solution.
- Labels:
-
Data Acquisition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:48 AM
Hello
please check the below thread for the same
https://community.servicenow.com/community?id=community_question&sys_id=ea800325db98dbc01dcaf3231f961920
Please mark answer correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 12:32 AM
Hello
Please watch the below video to get the ides on how to do it
https://youtu.be/hcYof845-dQ
Please mark answer correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 12:41 AM
Hi Saurav,
I've seen this video. But the main idea is to pull data from Salesforce by ServiceNow. Trigger of this action (pull) has to be ServiceNow.
Using soap messages I can query data from salesforce but I do not know how to insert (add) it to ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 01:04 AM
Hi Alex
Then why not use rest get method using which you can pull the data in servicenow then you can parse tge request body and insert it in the table
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:32 AM
That's exactly what I am talking about. Do you have some example how to do it?