Skip to content

Export Nominal Codes from Zahara

This task will export all nominal codes from Zahara, and output them to an XML file.

Settings

Connection

Required
Select the Zahara connection you want to use. See Connecting to Zahara.

Include Deleted

Required
Set to True to include deleted records in the export.

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

See Common Task Settings

Examples

A sample input file is shown below.

<?xml version="1.0" encoding="utf-8"?>
<NominalCodes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <NominalCode>
    <Id>1255222</Id>
    <ExternalId />
    <DateCreated>2025-10-16T09:29:21Z</DateCreated>
    <LastUpdated>2025-10-16T09:29:21Z</LastUpdated>
    <SyncFriendlyName>5000</SyncFriendlyName>
    <NominalCodeId>1255222</NominalCodeId>
    <BusinessUnitId>69994</BusinessUnitId>
    <Code>5000</Code>
    <Description>Materials Purchased</Description>
    <IsActive>true</IsActive>
    <IsStartingDefaultCode>false</IsStartingDefaultCode>
    <Void>false</Void>
  </NominalCode>
</NominalCodes>