Most SyncTool actions share a set of general parameters that control the step itself — independently of what the action otherwise does. They are empty (off) by default.
Disable step (DisableStep): turns the step off without removing it. When true, the step is skipped during a run.
E-mail errors (EmailErrors): if the step fails, the error message is sent by e-mail (requires e-mail sending to be configured). Sent only once per run to avoid spam.
Ignore errors (IgnoreErrors): let the run continue to the next step even if this step fails, instead of stopping the whole job.
Command timeout (CommandTimeout): maximum time in seconds a database command may run before it is aborted. Empty = the server default.
Succeed even without input file (SucceedEvenIfNoInputFile): for file imports — if the input file is missing, let the step succeed (skip it) instead of failing.
Debug enabled (DebugEnabled): writes extra detailed log output for troubleshooting.
Process all in one batch (ProcessAllInOneBatch): processes all rows in a single batch instead of smaller chunks. Can be faster for small data volumes.
CultureName (CultureName): the culture/language (e.g. da-DK) that controls how number and date formats are interpreted on export.