RunBase.canGoBatch Method [AX 2012]

Returns false in this class.

public boolean canGoBatch()

Run On

Called

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

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

Community Additions

ADD
Show: