Question
Want to redirect to a!record link to site record page .
how to redirect to site record page by using record link.
a!linkField(
links: a!recordLink(
label: fv!row['recordType!{3a9fe53d-c80b-44ca-9818-c29c6bd853a5}TRM Request Type.fields.{986b4d5b-200e-4665-a365-33808cab1533}name'],
recordType: 'recordType!{3a9fe53d-c80b-44ca-9818-c29c6bd853a5}TRM Request Type',
identifier: fv!identifier,
dashboard: "summary",
openLinkIn: "NEW_TAB"
)
)