Skip to main content
Skip table of contents

Generic Docs Configurator | Formula

This plug-in is only available when the SDZeCOM Stringfunctions+ are licensed.

Alternatively, you can use the unformatted text plug-in which, however, does not have a formula editor.

Field

Description

Formel

You build your document with the help of structural information and formulas (Centric PXM™ formulas and, if licensed, SDZeCOM Stringfunctions+).

Example (XML):

XML
<?xml version=„1.0“ encoding=„UTF-8“?>
<Article>
 <Attribute>
 <label>
  <Value>{=ATTRVAL(„Product name“)}</Value>
 </label>
 <article_number>
  <Value>{=ATTRVAL(„Article number“)}</Value>
 </article_number>
 <product_accesories_name>
  <Value>{=JOIN({=REFVAL(„Accessories“;“Product name“)})}</Value>
 </product_accesories_name>
 <product_accesories_price>
  <Value>{=JOIN({=REFVAL(„Accessories“;“RRP incl. VAT.“)})}</Value>
 </product_accesories_price>
 <product_accesories_articlenumber>
  <Value>{=JOIN({=REFVAL(„Accessories“;“Article number“)})}</Value>
 </product_accesories_articlenumber>
 </Attribute>
</Article>
Screenshots_Generic_Docs_Formel_EN.PNG

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.