from Service operation work space i have to remove price from the record information for request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2025 10:12 AM
i have to remove the Price from the workspace Service operational workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 07:09 AM
@Hemant Agarwal The values are coming from the script include used in the data resource, please find the below steps :
1. Navigate to the Data Broker Server Script [sys_ux_data_broker_transform.LIST] and search for the Record Information - Request script.
2. A script include "RequestInfo" is used which in turn calls the "RequestInfoSNC" and the function "getFieldsInfo" holds those values.
Note: Both the script includes are read-only type.
You might need to create a customized script includes and call the customized one on the data broker script for your requirement under the required scope.
KINDLY DO NOT USE INSERT AND STAY OPTION ON READ ONLY FILES.
RESULT :
Sujatha V.M.