is there a way to make a link in an email or template that opens a file ? so basically i have a table where i have a file column. the problem is that the file is to big for attachment email. so i was thinking of making a link…
Just include the name of the field containing the file name in your email template. When the field type is “File”, we automatically construct the Hyperllnk to the file and insert that it the resulting email template output.
You could control the text. We use the FileName as the text.
The URL portion of the hyperlink should contain a TableFileUrl. The following article describes how to construct a TableFileUrl for an image. Constructing a TableFileUrl for a file is similar.
You can see what a proper TableFileUrl looks like by letting us construct the TableFileUrl, as I described above. Then look at the resulting URL value in the generated document. Your TableFileUrl should look identical to the one we generate.