I want to know how to use the SysID of a record in the list component on a other page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 12:44 AM
We are currently creating a service portal with App Engine Studio's UI Builder and are trying to get the "List" component of the service portal to perform the following actions.
★The actions we would like to have performed
1. Clicking on a record (prefix: TRRQ) in the list on the service portal landing page (image 1) opens another page (image 2) displaying the list.
2. The list on the other page displays the records associated with the SysID of the record (the condition changes dynamically according to the SysID of the record)
★Question
What action should I create to make the filter conditions change dynamically according to the SysID of the record when the record (prefix: TRRQ) in the list on the landing page is clicked?