Export Business Divisions from Zahara
This task will export all business divisions from Zahara, and output them to an XML file.
Settings
Connection
Required
Select the Zahara connection you want to use. See Connecting to Zahara.
Page Size
Required
The number of records to request from Zahara at a time.
Record IDs
Optional
Provide a list of record IDs to export specific records from Zahara. Doing so will override all other export settings.
Output File
Required
The XML file to save the exported records to.
Zynk Settings
Examples
A sample input file is shown below.
<?xml version="1.0" encoding="utf-8"?>
<BusinessDivisions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<BusinessDivision>
<Id>168817</Id>
<ExternalId />
<DateCreated>2025-10-16T09:29:21Z</DateCreated>
<LastUpdated>2025-10-16T09:29:21Z</LastUpdated>
<BusinessDivisionId>168817</BusinessDivisionId>
<BusinessUnitId>69994</BusinessUnitId>
<Name>Customer Success</Name>
<CountryCode />
<Archived>false</Archived>
<IconId>5</IconId>
<Address>
<AddressId>32229569</AddressId>
<AddressLines>Zynk Software Ltd Office 16 Newcastle Enterprise Centres 6 Charlotte Square, Newcastle upon Tyne NE1 4XF</AddressLines>
<Postcode>NE1 4XF</Postcode>
<CountryCodeId>77</CountryCodeId>
<CountryCode>gb</CountryCode>
<AddressType>1</AddressType>
<IsPrimary>true</IsPrimary>
<Void>false</Void>
<LastUpdated>2025-10-16T09:29:20Z</LastUpdated>
</Address>
</BusinessDivision>
</BusinessDivisions>