Changing the settings for a batch will affect all other batches in the system.
-
True
-
False
Changing settings for a batch only affects that specific batch, not other batches in the system. Each batch in InputAccel maintains its own independent configuration and settings. This isolation allows different batches to have different processing parameters, workflows, and configurations without interfering with each other.
Batch settings in this system are scoped to the individual batch being configured, not applied globally — so changing settings for one batch does not affect other, separate batches in the system. Each batch maintains its own independent configuration (e.g., processing rules, field definitions), which is standard design for batch-oriented data capture/processing systems to avoid unintended side effects across unrelated jobs. If changing one batch's settings did cascade to all others, it would make per-batch customization impossible, which contradicts the purpose of having batch-level settings at all — hence False is correct.