On selecting Table row link -"Expression evaluation error: <Record Type> must be indexed by its corresponding record type fields"

There is requirement that from a given summary table one of the column is a hyperlink and clicking on that link navigates me to a  new page populated with the selected record details.

I tried as below using record type -

On Clicking on Table row link  i am getting error - "Expression evaluation error: <Record Type> must be indexed by its corresponding record type fields"

To understand the flow - There is table Tickets where i created link to ticket number using Record Type>LIST>Edit List>SelectedLinkField "ticketNumber" .

On launching view getting above error, I had written same expression as below for links & list of links 

{
a!recordLink(
label: fv!row['recordType!PTS_TicketsView.fields.ticketNumber'],
recordType: 'recordType!PTS_TicketsView',
identifier: fv!identifier
)
}

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data