RunBaseBatchPrintableDialog.canGoBatch Method [AX 2012]

This method must always return false in this class.

public boolean canGoBatch()

Run On

Client

Return Value

Type: boolean
false by default.

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

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

Community Additions

ADD
Show: