
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2018 04:03 PM
Hello,
Is there a way to print the sys_id on a report?
any ideas are welcome.
Solved! Go to Solution.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2018 04:08 PM
you can include sys_id with list view report
1. Go to module System UI -> Lists
2. Select the record for the Table and view you want to modify (e.g. incident table, default view).
3. In the List Elements related list, add sys_id in the position you want
4. In your application navigator, type cache.do
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2018 04:08 PM
you can include sys_id with list view report
1. Go to module System UI -> Lists
2. Select the record for the Table and view you want to modify (e.g. incident table, default view).
3. In the List Elements related list, add sys_id in the position you want
4. In your application navigator, type cache.do
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2018 01:10 PM
@Nico, you could also try to create a Database View that includes the table you are reporting on, and without any other tables nor a "where" clause.
Since you and end users (if you create the appropriate ACLs) can report on database views, this would allow you to call in the SysID as a regular field inside the standard report front end.
Good luck,
Julie
If you found this help, please click "Helpful"! Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2018 05:47 PM
Thank you Julie for the idea, I will try it out.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2018 12:40 PM
Feel free to let me know if you need help. I've gotten it working like a charm!