Share via


RunBaseBatchPrintableDialog.canGoBatch Method [AX 2012]

This method must always return false in this class.

Syntax

public boolean canGoBatch()

Run On

Client

Return Value

Type: boolean
false by default.

Remarks

This method must exist in this class because this method is called from the DialogRunbase class.

Examples

runbase myRunbase; 
 
if (myRunbase.canGoBatch()) 
{ 
    // ... 
}

See Also

RunBaseBatchPrintableDialog Class

RunBaseBatch.canGoBatchJournal Method

DialogRunbase Class