RunBaseDialogable.runBase Method [AX 2012]

Returns the RunBase that calls the dialog.

Syntax

public RunBase runBase()

Run On

Client

Return Value

Type: RunBase Class
The RunBase that calls the dialog.

Remarks

Remember to initialize the RunBase variable in the init method in the dialog.

All RunBase dialog forms created in the Application Object Tree (AOT) must have this method. A FormRun class already has it.

See Also

RunBaseDialogable Interface

FormRun Class