Share via


DimensionDynamicAccountController.parmAccountTypeDialogField Method [AX 2012]

Sets a reference to the DialogField account type.

Syntax

protected void parmAccountTypeDialogField(DialogField _dialogField, [EnumName _accountTypeEnum])

Run On

Called

Parameters

  • _dialogField
    Type: DialogField Class
    The DialogField object that contains the account type enumeration.

Exceptions

Exception Condition
Error

A valid DialogField object that contains the account type that determines whether the controller type to display must be specified.

Only the parmAccountTypeField or parmAccountTypeDialogField methods can be called depending on usage on a form or dialog box.

See Also

Reference

DimensionDynamicAccountController Class