- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2025 12:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2025 02:36 AM
Hello @NeethuB -
If you want to remove the Request Number field, You have to clone the 'SC Order Status' widget and comment the below HTML line(Make sure you are not removing it) and later update the cloned widget in order_status page.
<div class="text-muted" ng-if="(options.display_request_number === 'true') && ((options.isServiceWorkspace && !data.isMEE) || data.request.universal_request == '')">
${Request Number} : <b>{{::data.request.number}}</b>
</div>
Thanks
Ratna Jyothi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2025 03:52 AM
No cloning required
1) Go to Instance Options for that widget (Ctrl + Right Click) on that page
2) Uncheck "Display Request Number" checkbox
Result: It's gone
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2025 04:54 AM
I believe I also answered your question and it doesn't require any cloning etc
Please mark my response as correct as well so that it helps future members.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2025 08:33 AM
Please mark my response correct as well as it's also a valid solution.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader