Reserved Keys for Process Properties

The following reserved keys are related to the properties of processes.

Important! Content in a business rule is case sensitive. This includes business rule component names, attributes, and values.

Reserved Key Description
!AUDIT_MASK!

Bitmask value representing the Audit Mask and Audit Procedure values.

Value Setting Description
0 NONE Do not save any auditing artifacts. General auditing values are still saved.
1 DATA Save the data necessary to print the label.
2 STREAM Save all print streams sent to the device.
4 IMAGE Save an image file of each label.
8 PDF Save a PDF file of each label.
16 INHERIT The values from the parent process are used.
32 MERGE The values from the parent process are combined with the current values.
64 DATA_XML Save an XML representation of the data necessary to print the label.

Note: INHERIT and MERGE check the audit settings of the process and its parent processes first, and then merge or inherit from the job audit mask.

Example

An Audit Mask value of 15 will save DATA (1), IMAGE (4), PDF (8), and STREAM (2) artifacts.

!DELINK!

Boolean value indicating whether Loftware Enterprise SP is prevented from using data sources defined in the label template.

If true, Loftware Enterprise SP does not use data sources defined in the label template except for Database and Alternate data sources.

If false, Loftware Enterprise SP uses all data sources defined in the label template. However, when the business rule is run, any business rule components that would be triggered by the LABEL event are not run.

Tip: You can run business rule components that are triggered by the LABEL event, but also have access to all data sources in the label template. To do so, set Delink Data Source to true and use a Reference business rule component to load the label data sources into the data map. For more information, see Access Label Data Sources (XML).

!DATASOURCE_URL!

Path for the business rule, if any.

If !DATASOURCE_URL! is set to !DOCUMENT_DEFAULT! and !DELINK! is false, then the data sources specified in the label template are used.

!DOCUMENT_URL!

Path for the label template containing the Label view.

!DESTINATION!

Path for the device.

!DATAENTRY_URL!

Path for the label template containing the Form view.

!JOBSOURCE_URL!

Path for a special business rule that includes a dataPipe business rule component so that it can generate additional print requests.

If business rules are specified for both !JOBSOURCE_URL! and !DATASOURCE_URL!, the business rule specified for !DATASOURCE_URL! is run first.

!LAYOUT_URL!

Path for the layout specified by the print job request.