Forum Discussion

Re: Home Page Button to download PDF attachments

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
------------------------------

1 Reply

  • TimEgerton's avatar
    TimEgerton
    Qrew Trainee
    Thanks Mark.

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