2022.1

Table Of Contents
same in both.
You could also:
l Add text, images and other elements (see "Content elements" on page664)
l Change the layout (see "Styling and formatting" on page785)
l Change the "Media" on page540. If you have an image of the stationery the PDF will be
printed upon, add it to the Media to make designing the template little easier.
l Change the "Master Pages" on page537
l Add sections (see "Print context" on page513)
Once the template is ready, send it to Workflow (see "Sending files to Workflow" on page482)
and send the Workflow configuration to the server again.
Workflow configuration
To transform the project into a real solution, the Workflow configuration has to be adapted in
two important respects.
l The timing and manner of the production of forms will need to change. The Input task of
the cotg_ts_deploy_form process must be adapted to the actual input data. You will
also need to create an appropriate data mapping configuration for that data, which
probably means saving the input as sample data first (see "Sample Project: COTG
Timesheets" on page150).
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 "Sample Project: Submitting Data with Web Forms" on
page172).
Page 158