Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Forms ist eine leichtgewichtige Alternative zum Dokumentparameter, welche sowohl in klassischen als auch in aktuellen Vorlagen verwendet werden kann. Weitere Informationen dazu finden Sie hier.

...

is a lightweight alternative to the document parameter, which can be used in both classic and current templates. You can find more information about it here.

...

Example with static data

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<OneOffixxConnectBatch xmlns="http://schema.oneoffixx.com/OneOffixxConnectBatch/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Entries>
    <OneOffixxConnect>
      <Arguments>
        <TemplateId>6bb49520-1ebd-4f68-bb5f-02f46a9e1ec8</TemplateId>
        <LanguageLcid>2055</LanguageLcid>
      </Arguments>
      <Function name="Forms" id="87814a91-bdea-41ae-bd1e-6576ecf1264f">
        <Arguments>
          <Value key="Subject">Hello World</Value>
          <Value key="Text">Lorem...</Value>
        </Arguments>
      </Function>
    </OneOffixxConnect>
  </Entries>
</OneOffixxConnectBatch>

...