- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 03:59 AM
Hi,
I'm trying to export catalog items using ServiceNow guru's solution (https://www.servicenowguru.com/system-definition/exporting-service-catalog-items-step/) However I've a few issues with it:
- there seems to be an issue with the processor getting the item sys_id
- the UI action doesn't function.
I've got the processor to manually work by passing a sys_id manually by changing var sysid = g_request.getParameter('sysparm_sys_id'); to var sysid = '<sys_id>', and running it from the browser address bar.
Has anyone else had the same issue?
Thanks
Mike
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 04:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 09:30 AM
How are you trying to export 2 or more items at a time??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2020 01:20 AM
If you have a look earlier in this thread,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 03:54 PM
Now that Processors are deprecated in ServiceNow as of Quebec, does anyone know how to perform the Processor portion of the above in the Scripted REST API area??