Hello everybody, I am currently struggling to figure out how I can cr

Hello everybody,

I am currently struggling to figure out how I can create a list of "internal" document links in a record dashboard?
Is there something like the linktodocumentinternal() function available somewhere?

Thank you very much for your help.

Best regards...

OriginalPostID-81650

OriginalPostID-81650

  Discussion posts and replies are publicly visible

Parents
  • Hi Fabien,
    Please take a look at the Appian Common Objects application on the Appian Software download page.
    Within this application are a variety of new rules our Professional Services group has created that can aid in the creation of records and reports.
    With this application installed, you can create a list of internal documents with an expression in the contents of a column layout similar to:

    rule!APN_uiLinkFieldFromDocs("Documents", "This is a list of document links.", getDocumentsFromFolder(if(isnull(rf!folderid), 0, rf!folderid), false()), true())

    I hope this helps and gives an indication of the method you should approach with to create a list of links to documents in the Appian Document Knowledge Center in a record dashboard.
Reply
  • Hi Fabien,
    Please take a look at the Appian Common Objects application on the Appian Software download page.
    Within this application are a variety of new rules our Professional Services group has created that can aid in the creation of records and reports.
    With this application installed, you can create a list of internal documents with an expression in the contents of a column layout similar to:

    rule!APN_uiLinkFieldFromDocs("Documents", "This is a list of document links.", getDocumentsFromFolder(if(isnull(rf!folderid), 0, rf!folderid), false()), true())

    I hope this helps and gives an indication of the method you should approach with to create a list of links to documents in the Appian Document Knowledge Center in a record dashboard.
Children
No Data