- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2019 04:22 AM
Hello, there anyone know how to hide "Estimated Delivery" in Order Status request Portal?
I have try right-click > Instance Option, uncheck Display Delivery Date. And its not working. The instance is London.
Please help. Thank you.
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2019 06:14 AM
Hi,
On the main platform it can be configured using the cart layout, but on portal it's built in to the widget.
This community post gives good instructions on how to clone and edit the widget, but they are looking at a different widget than the one you're looking at.
If I'm not mistaken the widget you'd like to change for the above image is here: YOURINSTANCE.service-now.com/sp_config?id=widget_editor&sys_id=86eb2c8e9f4332002528d4b4232e708a
And the estimated delivery is at line 28 in the HTML Template. This widget is called SC Order Status.
If you haven't really edited widgets or worked in HTML before, remember that commenting out a line in HTML is a different format than JavaScript.
And the portal page you want to edit is the order_status page, which you'll want to change in the Service Portal Designer (try going here: YOURINSTANCE.service-now.com/$spd.do#/sp/editor/order_status/eab0f4029f8332002528d4b4232e7065 to switch out the widget with your edited cloned widget)
Hope this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2019 08:29 AM
It's ok. In the future though, if you've already tried a solution on your own, you could state that in your original post so that others don't suggest something you've already tried.
We don't know what you have or have not done.
Either way, you got it solved, so that's good.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2019 06:18 PM
I have edit my question. Thank you for your advice. I will do it later. 😄
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2020 10:48 AM
Thanks for the help - just saved my day!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2019 06:14 AM
Hi,
On the main platform it can be configured using the cart layout, but on portal it's built in to the widget.
This community post gives good instructions on how to clone and edit the widget, but they are looking at a different widget than the one you're looking at.
If I'm not mistaken the widget you'd like to change for the above image is here: YOURINSTANCE.service-now.com/sp_config?id=widget_editor&sys_id=86eb2c8e9f4332002528d4b4232e708a
And the estimated delivery is at line 28 in the HTML Template. This widget is called SC Order Status.
If you haven't really edited widgets or worked in HTML before, remember that commenting out a line in HTML is a different format than JavaScript.
And the portal page you want to edit is the order_status page, which you'll want to change in the Service Portal Designer (try going here: YOURINSTANCE.service-now.com/$spd.do#/sp/editor/order_status/eab0f4029f8332002528d4b4232e7065 to switch out the widget with your edited cloned widget)
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2019 09:32 PM