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
Discussion posts and replies are publicly visible
You need to apply filters to your record data.
You need to call an expression to display the data of specific record, where you will provide identifier as an input to the expression.
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.