RunBaseBatchPrintableDialog.runBase Method [AX 2012]

Returns the RunBase itself.

public RunBase runBase()

Run On

Client

Return Value

Type: RunBase Class
The RunBase.

This method should not usually be overridden. An exception could be to return an inheritance of RunBase to be able to call the methods that only are in this class.

object genericObj; 
 
if (genericObj.runBase()) 
{ 
    // ... 
}

Community Additions

ADD
Show: