Forum Discussion

TimEgerton's avatar
TimEgerton
Qrew Trainee
3 years ago

Home Page Button to download PDF attachments

Is it possible to have a button on a Home page (not a new Dashboard page) to download PDF attachments stored in a table?

Thanks,

------------------------------
Tim Egerton
------------------------------

2 Replies

  • I presume what you mean is that you have a few key PDFs and are looking to have a one click download from the home page.

    Make this URL Formula field on the record that has the file attachment

    URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e12/v0 target=_blank"

    replace the 12 with the field ID of the file attachment

    Expose the code by not having any Link text.

    Copy and page to a button on the home page which is type URL.


    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • TimEgerton's avatar
      TimEgerton
      Qrew Trainee
      Thanks Mark.

      ------------------------------
      Tim Egerton
      ------------------------------