Data Backbone components

The Data Backbone is stored in the project so that it is always present in the project. Creating a Data Backbone means creating the Data Definition and creating the Data Retrieval.

Data Definition

The Data Definition component of a Data Backbone describes the structure of the data and the Fields used in the structure.

Data Retrieval

The Data Retrieval component of the Data Backbone describes how values are added to the elements of the Data Backbone.

In this component, all elements in the Data Definition are assigned to a value. This can be a value from a Field in the DID, an answer to a question, or a fixed value. Adding a value to an element of a Data Definition is done with the already existing keyword ASSIGN.

There is a functionality to easily assign values from Fields in a repeating entry to an element in the Data Definition. For information on this functionality, see the section FIELDSET in the Kofax Communications Manager Template Scripting Language Developer's Guide.