Update SC Request status page in service operations workspace (SOW)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 06:13 AM
In the SOW, I'm submitting a catalog item from an Interaction. Once the catalog item is submitted, it is redirecting to the below status page. We are trying to update the Request status page in service operations workspace(SOW)
I see the status is coming from SC Order Status widget but unable to make any edits to Widget instance. Can someone please point me on where to configure to update the status page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 06:24 AM - edited 12-08-2023 06:24 AM
Hi @prathyusha_snow,
This is on the sw_order_status page, but unfortunately this page is read-only as well.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 11:37 AM
Is there any extra documentation where this limitation is mentioned?
I have accessed the page and it mentions the "Read Only" protection, even so I would like to see if there is any documentation to be able to add it as part of the documentation, thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 10:44 PM
Hi @prathyusha_snow : Were you able to resolve your issue? I am facing the same and looking for options to resolve it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 10:30 AM
On the sw_order_status portal page, I cloned the OOB "SC Order Status" widget and placed it above the original widget. You cannot remove the "SC Order Status" instance from the page as the instance record is read-only. One thing that is not obvious when cloning the widget is that after you place the cloned widget on the page, you need edit the instance and set the Additional options/JSON format field to the following or else the widget won't display in the Workspace view.
{
"isServiceWorkspace": {
"value": "true",
"displayValue": "true"
}
}