DialogField.registerOverrideMethod Method [AX 2012]

Registers the runtime overridden method and object for the given method name.

public void registerOverrideMethod(
    str _methodToOverride, 
    str _objectMethodToCall, 
   [Object _overrideObject])

Run On

Called

Parameters

_methodToOverride
Type: str
The name of the control method.
_objectMethodToCall
Type: str
The name of the runtime override method.
_overrideObject
Type: Object Class
The object on which the override method resides.

This method can only be called when the dialog box is run and the controls are instantiated.

Community Additions

ADD
Show: