Importing Locations into Sage 200
This task will import locations (typically referred to as warehouses) in Sage 200 Location XML format into Sage 200. If the location already exists (based on finding a location with a matching name), it will be updated, otherwise a new location will be created.
Settings
Sage 200 Connection
Required
The Sage 200 connection to use. See the Connecting to Sage 200 article if you require more information on how to create/manage connections
Input File
Required
The source file for importing in Zynk XML format.
Fail File
Required
The name of the file to store failed currencies in Zynk XML format.
Success File
Required
The name of the file to store the successfully imported currencies in Zynk XML format.
Zynk Settings
Examples
A sample input file for creating or updating a location is shown below. See our Sage 200 Location XML for more details on the Zynk XML Location format for Sage 200.
<?xml version="1.0" encoding="utf-8"?>
<Company xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Locations>
<Location>
<Id>LOC001</Id>
<Name>MISC</Name>
<Description>Miscellaneous</Description>
<AllowSalesTrading>true</AllowSalesTrading>
<Address>
<Company>Zynk Software</Company>
<Address1>Office 16</Address1>
<Address2>6 Charlotte Square</Address2>
<Address3>Line 3</Address3>
<Address4>Line 4</Address4>
<Town>Newcastle</Town>
<County>Tyne & Wear</County>
<Postcode>NE1 4XF</Postcode>
<Country>Great Britain</Country>
<ContactName>John Smith</ContactName>
<Telephone>0191 820 1484</Telephone>
<Fax>0191 820 1484</Fax>
<Email>[email protected]</Email>
<Website>www.zynk.com</Website>
</Address>
<VatCountryCode>GB</VatCountryCode>
</Location>
</Locations>
</Company>