Error while using a!recordLink() inside Editable grid row configuration

Certified Associate Developer

I am using a!recordLink() inside Editable grid row configuration :

a!gridRowLayout(
contents: { a!linkField(
links: a!recordLink(
label: fv!item.ID,
recordType: cons!REQ_RECORD,
identifier: fv!item.ID
)
)}

After clicking on the ID column link field I am getting below error:

An error was encountered while processing your request.

Could you please help me how can I configure the a!recordlink() field inside the editable grid row configuration.

  Discussion posts and replies are publicly visible