Is there an API for exporting a Service Map as PDF?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2016 06:08 AM
Title says it all.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2016 02:16 AM
Hi Louis,
Activate Webkit Plugin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2016 02:18 AM
Hi
Louis,
ServiceNow offers a variety of ways for administrators and users with the itil role to export data:
- Form export: Export an individual record from the user interface. Choose PDF or XML format directly from a form.
- List export: Export multiple records from the user interface. Choose CSV, Excel, PDF, or XML format directly from a list.
- Scheduled export with reports: Automatically export multiple records from a table on a set schedule. Create a scheduled job to regularly export data as a report.
- Direct URL access: Export multiple records from a table using the ServiceNow CSV, Excel, PDF, or XML processor. Specify the table form or list you want to export in the URL.
- Web services/SOAP: Export multiple records from a table when an external client makes a web services request. Create an external application or process to automate the retrieval of data from an instance via web services or SOAP.
- Please go through the bellow links:
- http://wiki.servicenow.com/index.php?title=Exporting_Data#gsc.tab=0
http://wiki.servicenow.com/index.php?title=PDF_Web_Service#gsc.tab=0
https://wiki.servicenow.com/index.php?title=Direct_Web_Service_API_Functions#gsc.tab=0
Thanks&Regards
Haseena.
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2016 03:26 AM
Hi Louis,
There is possibility through REST API to export data as PDF
glide.pdf.max_rows = default export limit
Regards,
Nasrin Syed
PS: Hit like, Helpful or Correct depending on the impact of the response