Unable to find configuration for "Summary of request being approved" (Price/Quantity columns) in SOW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hello Experts,
I'm trying to remove or modify the Price, Quantity, and Total columns that appear under the "Summary of request being approved" section on an approval record in Service Operations Workspace.
I've tried opening the sysapproval_approver page record to make edits here, but seems like the Request tab with Summary of request being approved: is not visible through here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @saint ,
Follow the steps below to access and update the configuration:
Open UI Builder and select Service Operations Workspace.
Open the SRP (Record) Page.
Navigate to the Main tab using the search option, then go to:
Configuration → Tabs → SOW - Record tabs left → Open Page Collection.Open the Service Catalog Request Item SNC subpage. This subpage is displayed for the sysapproval_approver table.
Select the Request Item List component and navigate to:
Configure → Data → Column Definitions & Row Definitions.These configurations determine which columns are displayed on the request page. The configuration is stored in the "SOW - My Approval Request Table Layout" data broker and is fetched using a data resource.
Open the sys_ux_data_broker_transform table and search for "SOW - My Approval Request Table Layout".
Open the corresponding record.
In the Script field, search for columnDef.columns and comment out the configurations for price, quantity, and total.
Note: Any future updates to this configuration may be skipped due to the customization.
If you prefer not to modify the data broker script, you can instead create a duplicate variant of the subpage, update the column definitions in the new variant, and set its order to a lower value than the current subpage so that the new variant takes precedence.
If my response answered your query, please mark my response as correct/helpful.
Thanks
Anand