I want to show the contents of a folder on record dashboard so that all the docu

I want to show the contents of a folder on record dashboard so that all the documents in the folder are available as a link.
Tried using getdocumentsfromfolder() but think it doesn't work on SAIL. Please suggest....

OriginalPostID-99359

OriginalPostID-99359

  Discussion posts and replies are publicly visible

Parents
  • Tim, when i tried this i dont get results, what is the _, mean after document: will it loop taking the value for array list
    a!linkField(
                                  label: "Documents",
                                  links: a!applyComponents(
                                  function: a!documentDownloadLink(
                                  document: _,
                                  label: "Download"),
                                  array:rf!generatedDocumentList
                                  )
                        )
Reply
  • Tim, when i tried this i dont get results, what is the _, mean after document: will it loop taking the value for array list
    a!linkField(
                                  label: "Documents",
                                  links: a!applyComponents(
                                  function: a!documentDownloadLink(
                                  document: _,
                                  label: "Download"),
                                  array:rf!generatedDocumentList
                                  )
                        )
Children
No Data