SYS_ID Exporting CSV
EXPORT CSV
If you are using the Dublin version of ServiceNow or higher , you can add this URL Parameter to export the sys_id and all fields to CSV
&CSV&sysparm_default_export_fields=all
How to use this parameter
1. Navigate to the list of records whose sys_id is required. 2. Build your filter 3. Right click the Filter, and select Copy URL 4. Paste the URL into a new browser window 5. Add &CSV&sysparm_default_export_fields=all to the end of the URL 6. A CSV file with all fields AND the sys_id is exported.
Example URL
https://<your_instance>.service-now.com/incident_list.do?sysparm_query=active%3Dtrue%5Ecategory%3DApplication&CSV&sysparm_default_export_fields=all









