Skip to main content
Skip table of contents

Generic Docs Configurator | Formula

This plug-in is the most important one as the structures and contents of the document are defined here.

Field

Description

Formel

You build your document with the help of structural information and formulas (CS 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.