2019.2

Table Of Contents
probably means saving the input as sample data first (see "Saving input as sample data"
on page186).
l How the submitted data must be handled depends entirely on what they are used for. You
may have to write them to a database and use them in an email, for example.
The cotg_ts_generate_report process demonstrates only a few of the things that you
can do with the submitted data.
Tip
The Submitting Data with Web Forms Wizard shows how to use a data selection
function - xmlget() - to read data from the request XML and how to store data in
the Data Repository (see "Project Wizard: Submitting Data with Web Forms" on
page202).
For general information about processes in Workflow see About Processes and Subprocesses,
in the Online Help of Workflow.
Project Wizard: Print Promotional Jobs
The Print Promotional Jobs Project Wizard creates a simple, yet complete OL Connect project
that produces promotional print output.
The project extracts data from an XML file and uses that data to personalize a promotional
letter. The output is a single file containing all the letters, in the format that was selected in the
wizard (PDF, PCL or PostScript Level 3).
For an introduction to this Project Wizard, see Project Wizards overview video on the OL Learn
website (start at 0:52) or on Youtube: Print Promotional Jobs.
Installing the project
Select File > New > Project Wizards > Print Promotional Jobs from the menu to start the
Print Promotional Jobs Project Wizard. (See also: "Promotional Print Jobs - Project Wizard" on
page977.)
Page 188