2018.1

Table Of Contents
The breadth and diversity of PPD files as well as individual printer capabilities mean that
the Print Wizard cannot meaningfully validate the selections made, and thus does not
attempt to.
So you must be careful when making selections. We recommend that you always test
each individual selection made, to confirm that they are valid and that they do what you
expected of them.
This could entail considerable trial and error, but should lead to less anguish in the long
run.
Designer Script API
In Designer templates, every bit of information can be tailor-made, using scripts. When Connect
generates actual output letters, web pages or emails -, it opens a record set and merges it
with the template. It takes each record, one by one, and runs all scripts for it (in a specific order,
see "The script flow: when scripts run" on page725).
Most scripts can be made using one of the Script Wizards (see "Personalizing Content" on
page656).
However, when you want to do more than what you can do with a Wizard, you may write a
script yourself. If you are not familiar with writing scripts, please read "Writing your own scripts"
on page689 first.
All scripts in the Designer have to be written in JavaScript.
If you don't know JavaScript, the many examples given in this API will help you get started.
Page 1020