how to adjust criteria for Recent tasks and interactions available via "Requester information"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 02:15 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 02:54 PM
Could you please:
Open the UI Builder:
- Navigate to Now Experience Framework > UI Builder.
- Open the relevant experience and select the page containing the REQ layout (e.g., "Record Information - Catalog SNC").
Locate the REQ Page Component:
- In the Page Layout, look for the container or component displaying the REQ information.
- Common components used for displaying request data:
- Data Table (for lists of requests).
- Data Visualization (for summaries).
- Form or Card Components (for detailed information).
- Review the component configuration and identify the data source (e.g., sc_request or related table).
Update or Remove Fields:
- If the REQ data is fetched via a Form Component, open the associated view:
- Go to System UI > Views, search for the form linked to the REQ layout, and update/remove fields.
- If it's using a Data Source, check if it's a Dynamic Data Binding or Custom Script:
- Update the data binding or adjust the script to change or remove fields.
- To adjust Request State to State (task), confirm if the mapping is pulling from the sc_request or sc_task table. Update the field mapping as needed.
- If the REQ data is fetched via a Form Component, open the associated view:
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.