2022.1

Table Of Contents
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: "Sample Project: Print Transactional Jobs" on page165.)
The Workflow process implements the typical Print plugins (see "Print processes with OL
Connect tasks" on page190).
l Basic web page. This project serves a simple web page, personalized via URL
parameters. (See: "Sample Project: Serving a Web Page" on page178.)
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 "Sample Project: Submitting Data with Web Forms" on
page172.)
l Basic email setup. This project sends email messages with attachments. Pre-rendered
PDFs are attached based on the provided sample data. (See "Sample Project: Basic
Email" below.)
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:
"Sample Project: COTG Timesheets" on page150.)
Versioned Projects
Versioned projects are created from the Project menu at the top of the Welcome (or Home)
screen. Projects created with the Sample Projects wizard are not versioned.
If you want to create a Versioned Project, see "Versioned Projects" on page138.
Sample Project: Basic Email
The Basic Email Sample Project creates an OL Connect project that sends emails with two
attachments: a Return and Refund Policy (PDF) which is the same for all emails, and a delivery
note (PDF) which is attached to the email dynamically. The email has a mailto link.
For an introduction to this Sample Project, see Sample Projects overview video on the OL
Learn website (start at 21:07) or on Youtube: Email.
Page 143