Skip to main content
santiagoc0005
April 18, 2023
Question

DATA attribute on record types

  • April 18, 2023
  • 3 replies
  • 0 views

Hello readers,

We have a previous record view, when accessing these records we want to show the records corresponding to that id in the read only grid, but instead all the records in the table are being shown

For example, the airline Iberia, has a related contact

But when I enter the summary, in the read-only table, it shows me all the airlines and the contacts of each one

in the DATA attribute of the record type I am using the airline record

 

    3 replies

    mikes0011
    Brainy
    April 18, 2023

    You need to apply filters to your record data.

    The Expression Guru
    Inspiring
    April 18, 2023

    You need to call an expression to display the data of specific record, where you will provide identifier as an input to the expression.

    mallepup3914
    April 19, 2023

    Adding to the above, you can select only required fields in the record list and also you can use filters, sort, logical expression to narrow down the data. You can use id as identifier then only specific data will be displayed in the grid.