RunBase.canGoBatch Method [AX 2012]

Returns false in this class.

Syntax

public boolean canGoBatch()

Run On

Called

Remarks

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

Examples

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

See Also

RunBase Class

RunBaseBatch.canGoBatchJournal Method