Export full catalog items

Mike I2
Giga Guru

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

 

1 ACCEPTED SOLUTION

poyntzj
Kilo Sage

I have that with a few modifications

Working fine in London

View solution in original post

12 REPLIES 12

How are you trying to export 2 or more items at a time??

 

If you have a look earlier in this thread, @poyntzj attached a version they'd amended to include an Export Catalog Items UI action, processor and script include. That had previously been working up until London.

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??