Parameter creation - PARAM

First select Export in which you want to add parameters and click the Edit button

You go to the rules

After clicking on New rule, select the Add new element option

Name the rule.

In the condition of the rule, you can set for which category the parameter completion will be performed.

Next, you need to set the Name of the new element: PARAM and Content of the element: NAME and VALUE (it is inserted into the content of the element). Content type: Nested structure must be set. The resulting XML will be written:

<PARAM>
    <NAME>GLASS_TYPE</NAME>
    <VALUE>Na sekt</VALUE>
</PARAM>

If there are more parameters in the XML, check Element can be repeated.

Last updated