I am trying to create a link between a Report to Record. Having two reports (PQR

I am trying to create a link between a Report to Record. Having two reports (PQR and XYZ) and records (PQR and XYZ) respectively. Both reports having same ID. Link between same report and record is working fine (i.e., from report PQR -> record PQR and from report XYZ to record XYZ). While trying link between report PQR -> record XYZ throwing an error "The record data does not exist, has been deleted, or you do not have sufficient privileges to access it. (APNX-1-4205-006)" as the ID is same its throwing error.

a!recordLink(
label: "Go to record view",
recordType: cons!XYZ
identifier: _,
dashboard: "summary"
)

OriginalPostID-156909

OriginalPostID-156909

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data