Create a parametrized data item for your related list
Create a parametrized data item to contain the records that display in your related list.
Before you begin
Role required: admin
Example
In this example, you have a record screen that displays a problem record. On this screen, you wan to display a list of incidents associated with that problem. Since this related list contains incident records, you must create a
data item for the Incident [incident] table.
For the data item to show only incidents related to the parent record (a problem record in this case), we must create a data parameter for that information. To make it easy to identify, the parameter name is Problem
data parameter. Since records are identified with a sys_id, the data parameter is a String type.
In the condition section of the data item, create a condition for the Problem field on incident records. Use the parameter as the value. You select the parameter using the Choose a
parameter () icon. Once these steps are taken, your data item is ready to use.