ServiceNow to ServiceNow integration using import set API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 01:20 AM
Hi All,
Can anyone please tell me step by step setup that how I can achieve ServiceNow to ServiceNow integration using import set API with coalesce field and transform map script.
ex- When I create incident in instance A it should create incident in instance B.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 09:13 AM
Hi,
I have to use import set api.
Please help me with import set api to configure it.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 09:32 AM
Hi,
I have created import set api to create incident in instance B.
Import set api don't support methods for update.
Can anyone please suggest code for update using coalesce field and transform script.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 11:24 PM
Update of records should be handled with coalesce field defined in your transform map.What is the issue you are facing?
Updating records using coalesce
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 04:44 AM
Hi @Voona Rohila ,
We can update fields with using coalesce. Do we need to write any script also to update fields?
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 05:06 AM
Yes coelace will update the record if the target table that has the same value in the Target field as the import set row Source field, Script is not required.
check below link for more details on transform script.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP