Application DesignData Map Block: Prepend/Append

In a business rule designed in the Configurator, you can add a Prepend/Append component block to concatenate text onto the beginning or the end of the value of a data map entryClosed A name (key) and value pair in the data map for a job..

Tip: Before you can add a component block to a business rule, you must create a component set by specifying a trigger that controls when component blocks in the component set are run.

Property Description

Data Ref

A print job property or the name of a data map entry to be altered. If the data map entry does not already exist, it is created.

You can select from the following for a data ref.

Operation

Whether to concatenate text onto the beginning or the end of the data map entry referred to by Data Ref. If a print job property is selected for Data Ref, then the text is concatenated onto the data map entry for that print job property. If the data map entry does not exist, it is set to the value specified.

  • Prepend: The text specified is concatenated onto the beginning of the existing value of the data map entry.
  • Append: The text specified is concatenated onto the end of the existing value of the data map entry.

Value

The text to be concatenated onto the data map entry specified by Data Ref. If a print job property is selected for Data Ref, then the text is concatenated onto the data map entry for that print job property. This value is interpreted as a text string.