Skip to main content
Version: 4.1 (2026-H2)

Document Functions

Document functions (DFs) define the behaviour of a template during document generation. They are activated and configured in the template editor under the Document Functions tab.

The template type determines which document functions are available. The tables below are grouped by Office application and template type and show which function can be activated for which type.

note

Global providers (Global Configurations, Global Translations) are not document functions and are not configured on individual templates. See Global Configurations and Global Translations.

Automatically Executed Functions

These functions are always active and do not need to be activated per template.

Document FunctionDescription
Profile DataProvides profile and organisation fields within the document.
SnippetsResolves snippet placeholders in the document.

Word

Word templates follow the three-tier hierarchy Style → Layout → Content.

Document FunctionTemplate TypeDescription
Placeholder DefinitionLayoutDefines named placeholders for header/footer and page setup.
FormsContentDisplays an input form to the user before document generation.
FieldsContentBinds profile, form, and data source values to placeholders via JavaScript.
DataContentConnects the template to an external Select Data Provider (HTTP, SQL, Excel, CSV).
Placeholder MappingContentMaps data values to defined placeholders.
Office PropertiesContentSets Office document properties (author, subject, keywords, etc.).
Output ManagementContentControls automatic output after generation (email, print, save path).
Dispatch ManagerContentProduces successor documents (e.g. address labels) per object and processes them via targets and actions.
Connect Session TemplatesContentDefines named, pre-initialized Connect sessions launched via URL with pre-populated values.
Microsoft Information ProtectionContentApplies MIP sensitivity labels to the document.

PowerPoint

PowerPoint templates are divided into Master and Content.

Document FunctionTemplate TypeDescription
Placeholder DefinitionMasterDefines named placeholders on the master template.
Slide LayoutMasterDefines and manages the available slide layouts.
Design ConversionContentApplies the CI/CD design (colour theme, font theme) to the content template.
FormsContentDisplays an input form to the user before generation.
FieldsContentBinds values to placeholders via JavaScript.
DataContentConnects the template to an external Select Data Provider.
Placeholder MappingContentMaps data values to defined placeholders.
Office PropertiesContentSets Office document properties.
Output ManagementContentControls automatic output after generation.
Connect Session TemplatesContentDefines named, pre-initialized Connect sessions launched via URL with pre-populated values.
Microsoft Information ProtectionContentApplies MIP sensitivity labels.

Excel

Document FunctionDescription
FormsDisplays an input form to the user before generation.
FieldsBinds values to placeholders via JavaScript.
DataConnects the template to an external Select Data Provider.
Office PropertiesSets Office document properties.
Output ManagementControls automatic output after generation.
Connect Session TemplatesDefines named, pre-initialized Connect sessions launched via URL with pre-populated values.
Microsoft Information ProtectionApplies MIP sensitivity labels.

Outlook

Document FunctionTemplate TypeDescription
FormsEmailDisplays an input form to the user before creation.
FieldsEmail, Signature, CampaignBinds values to placeholders via JavaScript.
Campaign FieldsSignatureInjects active campaigns into signature templates. Filters campaigns by tag.

Output Management

The Output Management document function controls automatic output after generation and contains three sub-modules:

  • Email Dispatch — Sends the generated document by email.
  • Print — Prints the document to a configured printer.
  • Save Path — Saves the document automatically to a defined path.