Export Artefact Statuses from Sage Business Cloud Accounting
This task will export all artefact statuses from your instance of Sage Business Cloud Accounting.
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.
Output File
Required
The file to save the downloaded records to.
Items Per Page
Required
The number records to fetch per request to Sage Business Cloud Accounting. Increasing this value will reduce the number of requests needed to export the records, which may reduce the time taken.
Zynk Settings
Example
A sample output file is shown below.
<?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">
<artefact_statuses>
<artefact_status>
<legacy_id>1</legacy_id>
<id>UNPAID</id>
<displayed_as>Unpaid</displayed_as>
<path>/artefact_statuses/UNPAID</path>
</artefact_status>
<artefact_status>
<legacy_id>2</legacy_id>
<id>PART_PAID</id>
<displayed_as>Part Paid</displayed_as>
<path>/artefact_statuses/PART_PAID</path>
</artefact_status>
<artefact_status>
<legacy_id>3</legacy_id>
<id>PAID</id>
<displayed_as>Paid</displayed_as>
<path>/artefact_statuses/PAID</path>
</artefact_status>
<artefact_status>
<legacy_id>4</legacy_id>
<id>VOID</id>
<displayed_as>Void</displayed_as>
<path>/artefact_statuses/VOID</path>
</artefact_status>
<artefact_status>
<legacy_id>5</legacy_id>
<id>DRAFT</id>
<displayed_as>Draft</displayed_as>
<path>/artefact_statuses/DRAFT</path>
</artefact_status>
<artefact_status>
<legacy_id>6</legacy_id>
<id>DISPUTED</id>
<displayed_as>Disputed</displayed_as>
<path>/artefact_statuses/DISPUTED</path>
</artefact_status>
<artefact_status>
<legacy_id>7</legacy_id>
<id>DECLINED</id>
<displayed_as>Declined</displayed_as>
<path>/artefact_statuses/DECLINED</path>
</artefact_status>
<artefact_status>
<legacy_id>8</legacy_id>
<id>PRO_FORMA</id>
<displayed_as>Pro Forma</displayed_as>
<path>/artefact_statuses/PRO_FORMA</path>
</artefact_status>
</artefact_statuses>
</sage_one_company>