2021.1

Table Of Contents
Connect tasks" on page186).
l Print transactional jobs. This project creates print content items - invoices - and uses
multiple Create Output tasks to generate various print output variants:
o
A single PDF for the entire job (in which the invoices are grouped per customer).
o
One PDF per customer.
o
One PDF per invoice.
(See: "Project Wizard: Print Transactional Jobs" on page161.)
The Workflow process implements the typical Print plugins (see "Print processes with OL
Connect tasks" on page186).
l Basic web page. This project serves a simple web page, personalized via URL
parameters. (See: "Project Wizard: Serving a Web Page" on page174.)
l Submitting data with webforms. This project illustrates how to serve multiple web
pages, one of them a web form, using a single Workflow process. It stores submitted data
in the Data Repository. (See "Project Wizard: Submitting Data with Web Forms" on
page168.)
l Basic email setup. This project sends email messages with attachments. Pre-rendered
PDFs are attached based on the provided sample data. (See "Project wizard: Basic
Email" on page139.)
l Capture OnTheGo Timesheets. This project deploys and serves COTG Timesheet
forms. Additional processes capture the submitted data and output them in JSON, XML
and PDF. In order to create the PDF, the data are merged with a Connect template. (See:
"Project Wizard: COTG Timesheets" on page146.)
Basic Email - Project Wizard
The Basic Email Project Wizard generates a Connect solution that can send emails.
To start the Project Wizard, select File > New > Project Wizards > Basic Email from the menu.
For more detailed information about this project, and instructions on how to test and customize
it, see "Project wizard: Basic Email" on page139.
The wizard contains the following options.
l Workflow
l Project folder: Select a folder. In this folder, the Project Wizard will create two
folders: Configurations and Workspace. The project's resource files are saved to the
Configurations folder. The Workspace folder is meant to be used when debugging
the solution (see "Basic Email - Project Wizard" above).
Page 993