2018.2

Table Of Contents
ExtraData field
You can add empty fields in advance to provide space in the Data Model for Workflow to store
data. For convenience, one field called ExtraData is automatically created at every level of
each data record. That means the record itself gets an ExtraData field, and each detail table
also gets one.
By default the field is not visible in the DataMapper's Data Model, because it is not meant to be
filled via an extraction. It can be made visible using the Show ExtraData Field icon at the top of
the Data Model.
Workflow process
Data can be added to the Data Model in a PlanetPress Connect Workflow process as follows:
1.
Use an Execute Data Mapping task or Retrieve Items task to create a record set. On the
General tab select Outputs records in Metadata.
2.
Add a value to a field in the Metadata using the Metadata Fields Management task.
Data added to the _vger_fld_ExtraData field on the Document level will appear in the
record's ExtraData field, once the records are updated from the Metadata (in the next
step).
Other fields have the same prefix: _vger_fld_.
3.
Update the record/s from the Metadata. There are several ways to do this. You could, for
example:
l
Use the Update Data Records plugin.
l
Add an Output task and check the option Update records with Metadata.
l
Select Metadata as the data source in the Create Preview PDF plugin.
Note
Many of these actions can also be performed using REST calls.
Please refer to PlanetPress Connect Workflow documentation for more information about the
plugins involved.
Page 217