Print document mode
This enumeration defines options for the mode of print documents (see Print documents).
Print documents must be assigned a Print document mode via the required 'Mode' field.
The 'Mode' of a print document should indicate whether its definition is designed for processing single or multiple objects (printObjects).
When interactively accessing ribbon commands of the 'Print' category (see Available commands), only applicable Print documents whose 'Mode' matches the current selection are considered:
In an overview with a simple selection or in a details view, only applicable Print documents whose configuration defines the Print document mode 'Single' or 'Single and multi' are considered.
In an overview with a multiple selection, only applicable Print documents whose configuration defines the Print document mode 'Multi' or 'Single and multi' are considered.
When accessing Print document mode via the print document value resolver, a specific Print document mode must be requested via the 'Mode' parameter. The following applies:
If the 'Single' Print document mode is requested, applicable Print documents whose configuration defines the 'Single' or 'Single and multi' Print document mode are considered.
If the 'Multi' Print document mode is requested, applicable Print documents whose configuration defines the 'Multi' or 'Single and multi' Print document mode are considered.
If the 'Single and multi' Print document mode is requested, only applicable Print documents whose configuration defines the 'Single and multi' Print document mode are considered.
►NOTE◄ Specifying the Print document mode as 'Mode' for Print documents acts only as a declaration for the selection process. Whether and how a particular print document actually responds to the presence of multiple printObjects in the data context depends technically exclusively on the uploaded definition for the print document.
The enumeration is shipped with the following preset elements.
Resource name |
English |
German |
SINGLE |
Single |
Einzeln |
MULTI |
Multi |
Multi |
SINGLE_AND_MULTI |
Single and multi |
Einzeln und Multi |