
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2016 07:56 AM
Under Self service we have a My Requests menu option. After the user click on the request number it would display all the RITM numbers associated with that request.
Now after upgrading to Helsinki the RITM number are no longer visible. How can we get this back?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2016 08:04 AM
Hi Brian,
Here are the steps to get it back.
Go to Service catalog->Maintain cart layouts->Search for order status screen.
Now open the order status screen record and set "Request Item Number Column" to true.
Reference :
Configuring Cart Layouts - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2016 08:05 AM
Find the system property 'glide.sc.checkout.request.number'. Make sure it's set to true.
https://your-instance.service-now.com/nav_to.do?uri=sys_ui_page.do?sys_id=988e5075c0a80027004c16fe09... is the UI page that is the checkout page. The reference to that property is in line 116 in mine. If it's false, line 158 will not execute, so number will not show.