Export Organisations from Yooz
This task allows you to export a list of organisations from Yooz.
Settings
Yooz Organisation Connection
Required
The Yooz organisation to connect to. See Connecting to Yooz.
Export Detailed
Required
Set to true
to output detailed information for each organisation. When set to false
, the task will only return the ID and code of each organisation.
Export Type
Required
Select the type of export you would like to perform. The following options are available:
- All - Outputs all organisations.
- Connection - Only outputs the organisation this is selected in the Yooz connection.
Output File
Required
The file to save the exported records to.
Zynk Settings
Examples
A sample output file is shown below:
<?xml version="1.0" encoding="utf-8"?>
<OrganisationalUnits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<OrganisationalUnit>
<OrganizationalUnitId>123</OrganizationalUnitId>
<Code>Zynk</Code>
<Data>
<DataBlocks>
<OrganizationalUnitCommons>
<Code>
<Value>Zynk</Value>
</Code>
<Name>
<Value>Zynk</Value>
</Name>
<Operational>
<Value>true</Value>
</Operational>
<ManageLocallyAutoAssignmentsValues>
<Value>true</Value>
</ManageLocallyAutoAssignmentsValues>
</OrganizationalUnitCommons>
<OrganizationalUnitsAdditionalData />
<IdentificationData>
<IsFictive>
<Value>false</Value>
</IsFictive>
<FillingRate>
<Value>8</Value>
</FillingRate>
</IdentificationData>
<YoozDirectory>
<ShownInYoozBook>
<Value>true</Value>
</ShownInYoozBook>
<ReportingMissing>
<Value>false</Value>
</ReportingMissing>
<Country>
<Value>GB</Value>
<ReferentialCode>YZ_COUNTRY</ReferentialCode>
<ReferentialTypeCode>YZ_COUNTRY</ReferentialTypeCode>
</Country>
<SocietyType>
<Value>company</Value>
</SocietyType>
<Siret>
<Value>01234567</Value>
</Siret>
<VatNumber>
<Value>GB012345678</Value>
</VatNumber>
<SubjectToTva>
<Value>true</Value>
</SubjectToTva>
<Web>
<Value>zynk.com</Value>
</Web>
</YoozDirectory>
<Contacts />
<ActivityPeriod>
<ActivationDate>
<Value>2024-01-01T09:00:00.000Z</Value>
</ActivationDate>
<InactivationDate />
</ActivityPeriod>
<GridReferentialsForOrgUnit>
<GridReferentialForOrgUnit>
<AdminIcon>
<Value>format-list-bulleted</Value>
</AdminIcon>
<ReferentialForOrgUnit />
<LibraryForOrgUnit />
</GridReferentialForOrgUnit>
<GridReferentialForOrgUnit>
<AdminIcon>
<Value>calculator-variant</Value>
</AdminIcon>
<ReferentialForOrgUnit />
<LibraryForOrgUnit />
</GridReferentialForOrgUnit>
<GridReferentialForOrgUnit>
<AdminIcon>
<Value>account</Value>
</AdminIcon>
<ReferentialForOrgUnit />
<LibraryForOrgUnit />
</GridReferentialForOrgUnit>
</GridReferentialsForOrgUnit>
</DataBlocks>
</Data>
</OrganisationalUnit>
</OrganisationalUnits>