2021.2

Table Of Contents
l A Workflow process is triggered by the HTTP action: MakePDF.
l The template that outputs the pURL is to be merged with a record that contains a data
field invoice_UUID. This data field holds the information that the 'MakePDF' Workflow
process needs in order to create personalized output.
l The template contains a span with the link text "Download Invoice": <span id="get_
pdf_link">Download Invoice</span>.
The following script, with the selector #get_pdf_link, will create a valid link around the span:
results.before('<a href="http://www.example.com/MakePDF?uuid=' +
record.fields.invoice_UUID + '">');
results.after('</a>');
Preferences
The Preferences dialog is used to modify the general software preferences. Changes made in
this dialog affect the software globally, not individual templates and data mapping
configurations.
The Preferences dialog is separated into individual tabs, where each tab controls certain
aspects of the software.
To open the Preferences dialog, select Window > Preferences.
General preferences
The General Preferences are as follows:
l Always run in background: This option correlates with the "Always run in background"
option selectable in the "Document Boundaries Refresh" dialog and "Print via Print
Server" dialog. When either of these dialogs is used and the option is checked, it will also
be checked here. To prevent the refresh boundaries and print via print server dialogs to
automatically run as background, uncheck this option.
The General preferences also provides you with buttons to :
l Reset all Warning Dialogs: This re-enables all warning dialogs that might have been
previously disabled by selecting the "Don't show again"checkbox within the dialog.
Page 848