- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 08:09 AM
We have a complaint from auditors when we export direct RITMs to PDF that it doesnt show any catalog variables that are included in that request.
Is there a way to add this into the exported report, only for RITM reports?
Solved! Go to Solution.
- Labels:
-
Service Level Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 08:21 AM
Hi Justin,
That's because catalog variables and their values are not stored at RITM table level
they are stored in this table "sc_item_option_mtom"
please check below links:
other way is to inform users to use printer friendly version for pdf; this would work only when you open RITM in same page and not in new tab
open RITM and click on Gear icon select printer friendly version
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 08:17 AM
Yes, you will have to report on sc_req_item table and include variables you want to export.
Use below to export variables with RITM
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 08:21 AM
Hi Justin,
That's because catalog variables and their values are not stored at RITM table level
they are stored in this table "sc_item_option_mtom"
please check below links:
other way is to inform users to use printer friendly version for pdf; this would work only when you open RITM in same page and not in new tab
open RITM and click on Gear icon select printer friendly version
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 08:44 AM
Impressed how fast you helped. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 10:34 PM
Very helpful thank you so much!