Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1


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.


Beispiel mit statischen Daten

<?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>

  • No labels