ERP Data Hub scheduled extraction field descriptions
The Scheduled extraction form in ERP Data Hub enables you to create and edit jobs to extract data at regular intervals.
| Field | Description |
|---|---|
| Name | A unique name that identifies this scheduled extraction. |
| ERP system | ERP system that the extraction table is linked to. The system must already be configured. |
| Extraction table | Name of the ERP extraction table from which to pull data. |
| Frequency | When to run the extraction.
|
| Next scheduled start | Time, in 24-hour format, for when the scheduled extraction should run. |
| Active | Option that indicates the scheduled extraction is active and should be executed at the specified frequency and time. |
| Maximum no of retries on error | If the job fails, set the maximum number of retries (from 0 through 10) the scheduled job should attempt before stopping. Note: Each retry uses the same query and retries the entire job. For example, if the total job
contains 5000 records and the job fails after 2000 records are successfully processed, the entire job is rerun again on the next retry. For more information, see Import sets key concepts. |
| Extraction will retry after | If the Maximum no of retries on error field is set to a number between 1-10, specify the amount of time (in days, hours, minutes, and seconds) the system should wait before attempting the extraction again. |
| Generate encoded query script | Generate an encoded query script to use on the extraction table to fetch the data. For example: The script entered in Generate encoded query script takes precedence over information entered into the Encoded query field. You can append the encoded query to the script (as in the example). |
| Encoded query | Create an encoded query string using a filter on the extraction table list and paste the string into this field. For example: For more information, see Encoded query strings. |