Obtain jobs and orders from Syncore and store them in a MySQL database.
Download jobs, sales orders and purchase orders from Syncore and store them in a MySQL database.
Variables
Credentials to use to connect to Syncore.
Continue downloading subsequent data if an error occurs.
Filters to limit the data to download. Refer to slide out help for more information.
Datetime stamp indicating the starting point, based on creation datetime, of the data to download. Only data created after the datetime specified will be downloaded. This field will be automatically updated after each increment of data is loaded. Formatted as YYYY-MM-DDTHH:MM:SS in UTC timezone.
SQL Query to use to determine the start point of the data to process. If specified, Next Run Start Point will be ignored.
Optional datetime stamp indicating the stopping point, based on creation datetime, of the data to download. Only data created before the datetime specified will be downloaded. If blank, the current datetime will be used. Formatted as YYYY-MM-DDTHH:MM:SS in UTC timezone.
MySQL database where the data will be stored.
Table name, in schema.table format, where job data will be stored.
Optional. Table name, in schema.table format, where sales order data will be stored. If blank, sales order data will not be downloaded.
Optional. Table name, in schema.table format, where purchase order data will be stored. If blank, purchase order data will not be downloaded.
Download all suppliers from Syncore and store them in a MySQL database.
Variables
Credentials to use to connect to Syncore.
MySQL database where the data will be stored.
Table name, in schema.table format, where supplier data will be stored.
Download Contacts from Syncore and store them in a MySQL database.
Variables
Credentials to use to connect to Syncore.
Continue downloading subsequent data if an error occurs.
Filters to limit the data to download. Refer to slide out help for more information.
Datetime stamp indicating the starting point, based on creation datetime, of the data to download. Only data created after the datetime specified will be downloaded. This field will be automatically updated after each increment of data is loaded. Formatted as YYYY-MM-DDTHH:MM:SS in UTC timezone.
SQL Query to use to determine the start point of the data to process. If specified, Next Run Start Point will be ignored.
Optional datetime stamp indicating the stopping point, based on creation datetime, of the data to download. Only data created before the datetime specified will be downloaded. If blank, the current datetime will be used. Formatted as YYYY-MM-DDTHH:MM:SS in UTC timezone.
MySQL database where the data will be stored.
Table name, in schema.table format, where contact data will be stored.
Download all commission codes from Syncore and store them in a MySQL database.
Variables
Credentials to use to connect to Syncore.
MySQL database where the data will be stored.
Table name, in schema.table format, where commission code data will be stored.
Download all product indices from Syncore and store them in a MySQL database.
Variables
Credentials to use to connect to Syncore.
MySQL database where the data will be stored.
Table name, in schema.table format, where product index data will be stored.