Skip to content

Importing Customers to Magnetic HQ

This task will import customers that are supplied in a Magnetic HQ XML format.

Settings

Connection

Required
The MagneticHQ connection to use. See the Connecting to Magnetic HQ if you require more information on how to create/manage connections.

Fail File

Required
The name of a file for "failed" imports to be sent to.

Input File

Required
The source file that you want to import in Zynk XML format.

Success File

Required
The name of a file for "successful" imports to be sent to.

Zynk Settings

See Common Task Settings.

Examples

A sample input file is shown below.

<?xml version="1.0" encoding="utf-8"?>
<MagneticHQData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Customers>
   <Customer>
      <Name>Test Input Company</Name>
      <Owner>
        <Id>53090727</Id>
      </Owner>
     <ApprovedAccountsCustomer>false</ApprovedAccountsCustomer>
     <ApprovedAccountsSupplier>true</ApprovedAccountsSupplier>
    </Customer>
    </Customers>
    </MagneticHQData>