- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2016 01:26 AM
In import Set API, I can't access Retrieve an Import Set Recordhttps://dev17686.service-now.com/$restapi.do?sysparm_cancelable=true method by giving sys_id even though I posted a record and get sys_id of that.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2016 12:18 PM
The sys_id that is returned during a POST call to an import set table is not the sys_id of the record in the import set table. It is the sys_id in the target table(where the record was transformed to)
To get the sys_id, as an admin, you have a multitude of options
Navigate to the record in a list, right click and copy sys_id.
Open the record in a new window, without the frames. The URL will contain the sys_id
While in the record, right click on the header, select show XML, and find sys_id in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2016 04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2016 04:38 AM
I have tried by creating ACL also like u specified. But now also GET is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2016 04:58 AM
Are you sure you are using a sys_id from the imp_computer table?
If you go to the above list that was linked to, and filter off the sys_id, you see the record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2016 05:29 AM
In that i could not view sys_id of any record. so I posted one record and got that sys_id and try to get use that sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2016 12:18 PM
The sys_id that is returned during a POST call to an import set table is not the sys_id of the record in the import set table. It is the sys_id in the target table(where the record was transformed to)
To get the sys_id, as an admin, you have a multitude of options
Navigate to the record in a list, right click and copy sys_id.
Open the record in a new window, without the frames. The URL will contain the sys_id
While in the record, right click on the header, select show XML, and find sys_id in there.