AssetTransferMassUIBuilder.addDialogField Method [AX 2012]

Add fields to the dialog box that is being built.

Syntax

protected DialogField addDialogField(IdentifierName _methodName, [Object _dataContract])

Run On

Called

Parameters

  • _dataContract
    Type: Object Class
    The object on which the property that should be bound exists.

Return Value

Type: DialogField Class
The DialogField object that represents the UI control that was added, if the property type is supported for the UI; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

Remarks

Derived classes should use this method to add fields to the dialog box that is being built. The method automatically derives labels and control types from the data contract.

See Also

Reference

AssetTransferMassUIBuilder Class