SrsReportDataContractExtendUIBuilder_CN.overrideDialogFieldMethod Method [AX 2012]

Overrides the dialog field method.

protected void overrideDialogFieldMethod(
    DialogField _dialogField, 
    MethodName _controlMethodName, 
    MethodName _objMethodName, 
   [Object _object])

Run On

Called

Parameters

_dialogField
Type: DialogField Class
Dialog field, shall be initialized before PostBuild super() call.
_controlMethodName
Type: MethodName Extended Data Type
The control method name which method was overrided.
_objMethodName
Type: MethodName Extended Data Type
The object method name on which the override method resides.
_object
Type: Object Class
The object on which the override method resides.

Community Additions

ADD
Show: