Forum Discussion
MarkShnier__You
3 years agoQrew Legend
This syntax for a formula URL would work.
If you use this code on the record where the PDF is stored in your app and exposed the code by not having any link text, then you can copy paste that code into a button on the dashboard of your app asa URL button
URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e7/v0 target=_blank"
Replace the 7 with the field ID of your file attachment field.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
If you use this code on the record where the PDF is stored in your app and exposed the code by not having any link text, then you can copy paste that code into a button on the dashboard of your app asa URL button
URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e7/v0 target=_blank"
Replace the 7 with the field ID of your file attachment field.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- ChrisSwirtz3 years agoQrew CadetThis worked Beautifully, thanks!
------------------------------
Chris Swirtz
------------------------------