Export Sites from Peoplevox
This task will export sales order information from Peoplevox in XML format, for detailed information see Peoplevox XML Sites. The information is exported using the "Sites" integration template as setup through your Peoplevox web application. You can add search clauses to limit the data that is returned.
Connection Settings
Peoplevox Connection
Required
The connection to the Peoplevox instance to use. See the Connecting to Peoplevox if you require more information on how to create/manage connections.
Export Settings
Timeout (In Minutes)
Required
Maximum amount of time in minutes that Zynk will wait for a response per call made. Defaults to 10
.
File Settings
Output File
Required
The name or full path to the file the returned data will be saved to.
Defaults to peoplevox_export_item_types.xml
Peoplevox Settings
API Call Delay
Required
The number of seconds to wait between sending requests to the Peoplevox API, used when making multiple paged requests to export data. Defaults to 1
.
Items Per Page
Required
The number of items to retrieve per request made to Peoplevox. Zynk will make as many requests as required to download all data matching the filters set on the task. The maximum this can be is 1000, anything higher will be reset to 1000. Defaults to 20
.
Search Clauses
Optional
You can add search clauses to limit the data that is returned from the report, for more information see Peoplevox Search Clauses.
Zynk Settings
Example XML
Example input file, for detailed information see Peoplevox XML Sites.
<?xml version="1.0" encoding="utf-8"?>
<Sites>
<Site>
<Name>Primary</Name>
<Reference>PrimarySite</Reference>
</Site>
<Site>
<Name>Test</Name>
<Reference>TestSite</Reference>
</Site>
</Sites>