Access Denied with recordLink

Certified Associate Developer

Hi,

I have created a record link in a read-only grid. When I click on the link in interface it takes me to the summary page of the record but when I click on the link in site it is giving me Access Denied error. 

Below is code I created for record link and I have administrator level access.

a!linkField(
                      links: a!recordLink(
                        label: fv!row.country_txt,
                        recordType: 'recordType!{d1de8e89-4208-44d3-bb27-0306902c0671}RGRACSLBL Label Change Country',
                        identifier: ri!labelChangeCountryId,
                        dashboard: "summary",
                        openLinkIn: "NEW_TAB"
                      )

  Discussion posts and replies are publicly visible