Record not opening in Site

HI All,

I m trying to open record summary view in SITE from interface using below code:

a!gridColumn(
              label:"Type",
              value:a!linkField(
                links: a!safeLink(
                  label:fv!row.requestId,
                  uri: "https://XXX/suite/sites/facilitator"&                
                  a!recordLink(
                    /*label:fv!row.recordType,*/
                    recordType: cons!requestRecordType,
                    identifier: fv!row.requestId
                  ).@attributes.@anyAttribute._recordRef & "/view/summary/",
                  showWhen:true()

                )
              )
            ),

Although I m trying to access the link using admin id I am getting below error

Please suggest how to rectify this error. I have given security setting for every object i.e: interface, site, application,datastore, record n all

Thanks,

Ankita Singh

  Discussion posts and replies are publicly visible

Parents Reply Children