Skip to content

Importing Projects into Sage 50 UK

This task will import projects to Sage 50 that is supplied in Sage 50 UK Project XML format.

Settings

Sage 50 Connection

Required
The connection to Sage 50 UK to use. See the Connecting to Sage 50 UK article 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

Sample input file, for full documentation and samples see Sage 50 UK Project XML

<?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">
    <Projects>
        <Project>
            <Id>1</Id>
            <Reference>ZYNK</Reference>
            <Name>ZYNK PROJECT</Name>
            <Description>ZYNK PROJECT - INTEGRATION</Description>
            <StartDate>2014-01-13T00:00:00</StartDate>
            <EndDate>2014-01-14T00:00:00</EndDate>
            <Status>ACTIVE</Status>
            <AccountReference>CUST0001</AccountReference>
            <SecondReference>SECONDREF</SecondReference>
            <ProjectAddress>
                <ContactName>Mr Chris Hotchkiss</ContactName>
                <Address1>Nelson House, Fleming Business Centre</Address1>
                <Address2>Jesmond</Address2>
                <Town>Newcastle upon Tyne</Town>
                <County>Tyne &amp;amp; Wear</County>
                <Postcode>NE2 3AE</Postcode>
                <Telephone>0845 123 2920</Telephone>
                <Fax>0845 123 2921</Fax>
                <Email>[email protected]</Email>
                <Country>GB</Country>
            </ProjectAddress>
            <QuotedPrice>6778</QuotedPrice>
            <Analysis1>ANALYSIS1</Analysis1>
            <Analysis2>ANALYSIS2</Analysis2>
            <Analysis3>ANALYSIS3</Analysis3>
        </Project>
    </Projects>
</Company>