Skip to main content
Skip table of contents

Workflow Rechnungsadresse Update

XML
<?xml version="1.0"?>
<workflow name="SendInBlueInvoiceAddressUpdate" trigger="InvoiceUpdate" start="#1" executeLive="True"
          runIfMissed="False">
    <step id="#1" name="1" action="Centauri.Shop.Workflows.Process.Get">
        <data>
            <parameter>name,link,title,appellation,firstname,surename,company,company_department,company_memo,street,zip,city,country,sup_company,sup_company_department,sup_company_memo,sup_street,sup_zip,sup_city,sup_country,tel,email,vatid,old.company,old.companyunit,old.companydepartment,old.appellation,old.title,old.firstname,old.lastname,old.address,old.zip,old.city,old.country,new.company,new.companyunit,new.companydepartment,new.appellation,new.title,new.firstname,new.lastname,new.address,new.zip,new.city,new.country</parameter>
            <xpath>customer/surename,emailconfirm/link,customer/title,customer/appellation,customer/firstname,customer/surename,customer/company,customer/company_department,customer/company_memo,customer/street,customer/zip,customer/city,customer/country,customer/sup_company,customer/sup_company_department,customer/sup_company_memo,customer/sup_street,customer/sup_zip,customer/sup_city,customer/sup_country,customer/tel,customer/email,customer/vatid,invoiceaddress/old.company,invoiceaddress/old.companyunit,invoiceaddress/old.companydepartment,invoiceaddress/old.appellation,invoiceaddress/old.title,invoiceaddress/old.firstname,invoiceaddress/old.lastname,invoiceaddress/old.address,invoiceaddress/old.zip,invoiceaddress/old.city,invoiceaddress/old.country,invoiceaddress/new.company,invoiceaddress/new.companyunit,invoiceaddress/new.companydepartment,invoiceaddress/new.appellation,invoiceaddress/new.title,invoiceaddress/new.firstname,invoiceaddress/new.lastname,invoiceaddress/new.address,invoiceaddress/new.zip,invoiceaddress/new.city,invoiceaddress/new.country</xpath>
        </data>
        <transition destination="#2" success="yes"/>
    </step>
    <step id="#2" name="2" action="Centauri.Shop.Workflows.SendInBlue.Send" final="yes">
        <data>
            <email/>
            <name/>
            <template>36</template>
            <parameter>subject,link,title,appellation,firstname,surename,company,company_department,company_memo,street,zip,city,country,sup_company,sup_company_department,sup_company_memo,sup_street,sup_zip,sup_city,sup_country,tel,email,vatid,old.company,old.companyunit,old.companydepartment,old.appellation,old.title,old.firstname,old.lastname,old.address,old.zip,old.city,old.country,new.company,new.companyunit,new.companydepartment,new.appellation,new.title,new.firstname,new.lastname,new.address,new.zip,new.city,new.country</parameter>
        </data>
    </step>
    <mapping origin="*"/>
</workflow>
JavaScript errors detected

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

If this problem persists, please contact our support.