- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 09:13 PM
How to change the deactivate the workspace Button which are in the form sections.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 05:17 AM
go to table "sys_ux_form_action", search for the respective name and then
- Deactivate the button via setting field "Active" to "false" or
- Find a better condition to restrict the button to a certain audience.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 05:17 AM
go to table "sys_ux_form_action", search for the respective name and then
- Deactivate the button via setting field "Active" to "false" or
- Find a better condition to restrict the button to a certain audience.
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2025 03:39 PM - edited 08-08-2025 03:43 PM
As the great Maik Skoddow well answered, we could deactivate most of those buttons through the UX Form Actions [sys_ux_form_action] and UX Form Actions Layout Items [sys_ux_form_action_layout_item], among other records available under the Declarative Actions application menu.
On the other hand, for these specific buttons available in the form sections, the steps to deactivate them, could be different.
We are currently using SOW ITSM version 7.0.0 (Service Operations Workspace for ITSM), and @Astrid Sapphire helped me to identify how to change it (I really appreciate all your help Astrid, through the SNDevs Slack Community).
Astrid said: 'Long story short, this isn't fed from the form section and is instead directly present within a UIB Page. You can find it under the SOW Experience, in the Chg Overview Viewport variants' subpages, namely the subpage for Impact. I believe you'd need to create a variant of the subpage to change that'.
The steps are below, only for reference, if it could help someone else:
- Go to Now Experience Framework >> UI Builder
- Search for the Experience: Service Operations Workspace, open it
- Under Pages and variants, open the Chg Overview Viewport
- In the left sidebar (under Content), click on Section Viewport to see the Sub-pages on right sidebar
- Open the Viewport subpage namely: Chg Overview Impact SNC
- In the Sub-page overview, under Pages and variants, open the Chg Overview Impact SNC
- To be able to change this Subpage, you need to create a Variant of it
- In your cloned record (Subpage Variant), in the left sidebar (under Content), navigate to the Body, you will have: Impact Container >> Impact Heading Container >> Button Container and finally, the 'Refresh impacted services Button'
- In the Component Visibility, check the 'Hide component' to hide this button
There are other screenshots attached in this reply, here there is only the screenshot which shows the button, among the components of the Subpage:
PS: in our scenario, the refresh of the impacted services is automatically executed in the Change Request, it's the reason why we don't have this button available in the default view, and now, as we are migrating our change users to SOW, it also requires to hide the button in the Workspace view.
I hope it could help.
Vivi Brasil