Skip to content

Importing Suppliers To Magnetic HQ

This task will import suppliers 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">
  <Suppliers>
    <Supplier>
    <Name>Nathan Hopkins - Supplier</Name>
    <ApprovedAccountsSupplier>true</ApprovedAccountsSupplier>
    </Supplier>
   </Suppliers>
</MagneticHQData>