Skip to main content
deepaks0008
Known Participant
February 10, 2021
Question

local!a:toInteger(20),document(local!a,"id") works, but when using ri!Table_Name.docId getting error.

  • February 10, 2021
  • 1 reply
  • 0 views

local!a:toInteger(20),document(local!a,"id") works, but when Replcaed local!a with ri!Table_Name.docId getting error, How to fix?

a!linkField(
label: "Link",
labelPosition: "ABOVE",
links: {
a!documentDownloadLink(
label: "Document Link",
document:document(6802,"id") -->replced 6802 with ri!Table_Name.docId gets an error
)
}
)

    1 reply

    deepaks0008
    Known Participant
    February 10, 2021

    This is resolved automatically, I ignored error and checked it worked fine