Changes

Attach a PDF to a Web Page View

303 bytes added, 17:43, 25 May 2017
Examples
==Examples==
* Append a PDF file from a [[Smart Folder]] '''before''' the current [[Web Page View Field]] page:
 
<pre>
<!--@ssattach(before;/files/1234/123/myfile.pdf )-->
* Append a PDF file from a [[Smart Folder]] '''after''' the current [[Web Page View Field]] page:
 
<pre>
<!--@ssattach(after;/files/1234/123/myfile.pdf )-->
* Attach PDF files to a Level 1 [[Web Page View]] from the UTA Role [[Custom Fields]] on the contact section:
  [#(?object=contact;)&lt;<!--@ssattach(after;$?opr_123456.value$)-->#]
Where 123456 is the Custom Field ID
 
* Attach PDF files to a Level 1 [[Web Page View]] from the organization [[Custom Fields]] associated as the Customer on the Level 1 record:
 
<!--@ssattach(after;@client.UploadFieldName.files@)-->
Where UploadFieldName is the field name of the multi-file upload custom field on the organization record
==Additional Information==
Smartstaff
95
edits