batch job

In batch job dialog box, is there a way to reset the “Batch Processing” check mark? Instead of remembering the last value, it should be set to default.

You have not mentioned the versions of AX and the framework you are using.

Considering the RunbaseBatch framework, The runBaseBatch.getLast() does this.

You can override this method and set the batch execution to No

this.batchInfo().parmBatchExecute(NoYes::No);