Label data
This document function controls the configuration of the labels.
Configuration:
<LabelDataConfiguration>
<!-- Example configuration label template (only necessary directly on label template!) -->
<LabelTemplate>
<!-- Number of labels -->
<Columns>2</Columns>
<Rows>3</Rows>
<!-- Configuration for preview -->
<Preview>
<DataNode id="CustomElements.LabelDefinition"/>
</Preview>
<!-- Scripts for data binding -->
<Script>
<CustomDataNode id="LabelDefinition" type="Text">
<Line>
<Element id="Recipient.Selected.Transmission"/>
</Line>
<Line>
<Element id="Person.Anschrift"/>
</Line>
</CustomDataNode>
</Script>
</LabelTemplate>
<!-- Example configuration label dialog -->
<LabelDialog>
<!-- Allowed templates (only necessary on templates from which labels can be generated!) -->
<LabelTemplates>
<Template id="81f2d3b8-a988-4b11-8223-05ae8f1c3cd6" /> <!-- Labels Zweckform 3474 3x8 -->
<!-- <Template id="a11ef55e-79ca-44f5-991b-48ffe4483828" /> Labels Zweckform 3652 3x7 (überarbeiten) -->
<!-- <Template id="f49bfaf3-2dbe-45b5-9e58-5dfc4e5dff6b" /> Labels Zweckform 3664 3x8 (überarbeiten) -->
<!-- <Template id="47d988a7-01e7-41e5-acd2-f45f5a2ca3b9" /> Labels Zweckform 3425 2x5 (überarbeiten) -->
</LabelTemplates>
<!-- Salutation configuration -->
{[Recipients.SalutationConfiguration]}
<!-- Shipping method configuration -->
{[Recipients.ShippingMethodConfiguration]}
</LabelDialog>
</LabelDataConfiguration>