2021.2

Table Of Contents
In Debug mode, the first Input task is skipped and the process is executed using a sample data
file. This project is pre-configured to use the file: Sample Data.xml.
A successful test run results in a subfolder in the Workspace\Out folder, named after the
current month and year. The Print output is written to that subfolder. It consists of one file that
should have the proper file extension.
Running the project
Having tested the project, you will be ready to send it to the Workflow service; see Saving and
sending a Workflow Configuration in Workflow's Online Help.
To test the project, which then runs on the server, copy the Sample Data.xml file from the
Configurations\Data folder to the Workspace\In folder. The output should appear in the same
folder as before.
Project details
The letter template
The promotional letter is designed in the PR_PROM Letter template. It contains one Print
section (see "Print sections" on page487).
There are two Master Pages that are each applied to different pages in the Print section
(see"Applying a Master Page to a page in a Print section" on page508).
The Media contains the virtual stationery. Whether this is included in or omitted from the final
output depends on a setting in the Output Creation Preset.
Personalization is mostly done via simple text scripts. Such scripts look for a text surrounded
by @ (e.g. @city@) and replace that by the correct data. To add a text script you just drag-and-
drop data onto the template. (See: "Variable Data" on page805.)
A few scripts are a little bit more sophisticated.
l The sales_rep script combines some data fields and adds a line break. Double-click the
script to open the Text Script Wizard with which this script was made. (See: "Using the
Text Script Wizard" on page808.)
l The Promo script shows or hides a paragraph (with the ID 'promo') depending on
whether the customer's address is in Montréal. (See: "Showing content conditionally" on
page815.)
Page 156