- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 07:21 PM
I tried to integrate snow instance with other snow instance.It is throwing an like in the pic.can anyone help me with the code
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 09:52 PM
-Remove 8th line because you have already written in 10th line
From 15th line update something like below:
var responseJSON= JSON.parse(responseBody);
var targetIncidentNumber= responseJSON.number;
var targetIncidentsid=responseJSON.sys_id;
Thanks
Murthy
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 09:52 PM
-Remove 8th line because you have already written in 10th line
From 15th line update something like below:
var responseJSON= JSON.parse(responseBody);
var targetIncidentNumber= responseJSON.number;
var targetIncidentsid=responseJSON.sys_id;
Thanks
Murthy
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2022 10:53 PM