Skip to content

Import Services to Sage Business Cloud Accounting

The Import Services task will create new and update existing service items in Sage Business Cloud Accounting. The service data must be provided in the Sage Accounting Service XML format.

Settings

Sage Business Cloud Accounting Connection

Required
The connection to Sage Business Cloud Accounting to use. See Connecting To Sage Business Cloud Accounting 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 Sage Business Cloud Accounting XML format.

Success File

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

Prevent Reprocessing

Required
Set to true to prevent the same record being processed more than once. This will only work where an external_id is provided for a record in the input XML file.

Zynk Settings

See Common Task Settings

Example

A sample input file is shown below. See Sage Accounting Service XML for full documentation of the XML format.

<?xml version="1.0" encoding="utf-8"?>
<sage_one_company xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <services>
    <service>
      <item_code>LABOUR</item_code>
      <description>Labour (Hourly)</description>
      <sales_ledger_account>
        <nominal_code>4000</nominal_code>
      </sales_ledger_account>
    </service>
  </services>
</sage_one_company>