Share via


LedgerTransferOpening.canGoBatch Method [AX 2012]

Indicates whether the process has batch processing checked and can be run in batch mode.

Syntax

public boolean canGoBatch()

Run On

Called

Return Value

Type: boolean
true if batch processing is enabled and setup correctly; otherwise, false.

Remarks

This method must be in this class because it is called from the dialogRunbase class.

See Also

Reference

LedgerTransferOpening Class