SysOperationAutomaticUIBuilder.addDialogField Method [AX 2012]
Adds fields to the dialog box that is being built.
protected DialogField addDialogField(IdentifierName methodName, [Object _dataContract])
Run On
CalledParameters
- methodName
- Type: IdentifierName Extended Data Type
The name of the property to add.
- _dataContract
- Type: Object Class
The object on which the property to be bound exists.
Return Value
Type: DialogField ClassIf the property type is supported for the UI, the DialogField object that represents the UI control that was added; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).
Community Additions
ADD
Show: