Is there any way to deep link to a PDF/binary file, directly to the file preview page (or download)?
i.e. the page with the URL formatted like:
.../Data.ashx?action=getAttachment&pa=2&rt=[LongMysteryString]&t=Pdf
For example, we now have a process in dbFront where users can request certain documents which they can't generate themselves, but need to be generated by a manager. Thanks to the new WebRequest functionality, this can now all be done directly in dbFront. The manager generates the requested file(s) which save to a child table, and marks the request as complete, which triggers an email notification to the requester. Currently the email contains a link to the request record in dbFront. It would be nice to include links directly to the files, essentially "attaching" the PDF files to the email, so they can click the link and it opens the PDF viewer page in a browser, or downloads the file.