Skip to content

Export Couriers from Sage 50

This task will export courier information from Sage 50 in Zynk 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.

Export Settings

Required

  • Date Modified - Only records modified after this date will be exported. The date will update automatically each time the task runs.
  • Export Modified, New or All Records - Used to choose which records should be included in the export. Note that the 'Modified' setting will also export any new records.

Output File

Required
The name of the file to export to. Data is exported in Zynk XML format

Zynk Settings

See Common Task Settings

Examples

Sample output file:

<?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">
  <Couriers>
    <Courier>
      <UniqueId>1</UniqueId>
      <Number>1</Number>
      <Name>DHL</Name>
      <Website>dhl.com</Website>
      <TrackingUrl>dhl.com/track</TrackingUrl>
    </Courier>
  </Couriers>
</Company>