Marker |
Adds a named marker into the output stream and records the stream offset. This marker can later be replaced with a value as provided to the command ReplaceMarker. This allows for data that isn't available until later in the report to appear before it is actually available. Example: Total: <<Marker: BuyerTotal >> |
---|---|
ReplaceMarker |
Finds the named marker (as previously placed by the Marker tag) and replaces it with the provided data value. Example: <<ReplaceMarker: BuyerTotal, #totalamount, Currency>> |
AttachDocumentByID |
Only applicable when sending notifications. This will add the document identified by the specified ID as an attachment to the notification. |
AttachDocumentsInFolder |
This will find the named folder and attach all documents contained in it to the notification when sent. Otherwise, the name must identify a valid folder for the current object context. If a folder name is not specified, the object's default static folder will be used. When attaching documents from folders that could contain multiple items, ensure your configuration stays within the email size limitations of the sending and receiving systems. |