Create a parametrized data item for your related list

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 4분
  • Create a parametrized data item to contain the records that display in your related list.

    시작하기 전에

    Role required: admin

    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.Data item form

    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.Data parameter form

    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 (Choose parameter icon) icon. Once these steps are taken, your data item is ready to use.Completed parametrized data item