2019.2

Table Of Contents
To see the script, click on the DeliveryNote field in the Data Model pane at the right; then take a
look at the Step Properties pane (in the middle).
To see where the property is defined, click the Preprocessor step on the Steps pane (at the left);
then look at the Properties section on the Step Properties pane.
Customizing the project
A project is a great starting point for building an OL Connect solution. This part explains how to
make changes to the project.
Do you intend to expand the project into a solution where Workflow runs on a different machine
that also has a different regional setting? Then indicate the desired encoding in the Designer
preferences (see "Project Wizard deployment settings" on page849) before installing the
project.
Input data
If your input data is in a file, but the file is of a different type or has a different structure, create a
new data mapping configuration to match it. (See "Creating a new data mapping configuration"
on page227.)
When it's finished, send the new data mapping configuration to Workflow (see "Sending files to
Workflow" on page457).
Then open the Workflow configuration, double-click the Execute Data Mapping task to open it
and select the new data mapping configuration.
To capture input data from a different source:
1. Replace the Folder Capture Input task by the appropriate Input task. See: Input tasks in
Workflow's Online Help.
2.
Add a Send to Folder task directly after the new Input task and set its output folder to the
Workspace\Debug folder (%{global.pr_prom_workspace}\Debug). This task
writes the job file to a file, which can then be used as sample data file when creating a
data mapping configuration and debugging the Workflow process.
3. Run the process once (see "Testing and running the project" on page174) to capture the
job file that contains the input data.
4. Use that file to create a new data mapping configuration, send the data mapping
configuration to Workflow, and adjust the Workflow configuration, as described above.
Page 178