- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2014 01:17 PM
Long time listener, first time caller..
I cannot for the life of me determine how to get the "Sys ID" field to show up in a list / list filter. Some instances show the field and some do not. I've searched the wiki, community and our internal resources and can't find it.
Is there a property or user preference that I'm missing?
Solved! Go to Solution.
- Labels:
-
Enterprise Release Management
- 32,443 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2021 03:39 PM
For adding the sys_id column to a List View, this article includes screenshots and step by step instructions, and may help someone.
Add sys_id column to List View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2016 09:40 PM
Thank you slava...if i use views for taking the report will create a table ...i dont want to create any new table while creating the views..In snow view will not create virtual table ...is there any function like https://myinstance.service-now.com/incident.do?CSV&sysparm_default_export_fields=sys_id to take repo...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2016 12:06 AM
How about this tip by jim.coyne ?
Re: Need to be sys_id in export files
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2019 12:09 AM
Hi,
Adding the sys_id in default list layout will be visible even to itil users.
i would suggest to go with database view.
Create a dabase view and add the required table.
Then select the fields along with sysID's which you want to pull the report.
save it and try it.
Regards,
Akiladevi R

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2021 03:56 PM
So
Who WILL it be visible to? Please explain. Thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021 07:51 AM
You can think of a DB View as a virtual table -- complete with ACL controls. In order to grant access to the view, create a module and a "read" ACL for the view table.
It's typically used for things where you have indirect references. One OOB example is for "incident_metric" where you need to join metric instances to definitions to incidents -- all indirect relationships.
When you click the "Try it" related link, you see a typical list view, and when you configure the columns, you'll see a full list of all columns across all 3 tables.