Share via


DimensionDynamicAccountController.parmCustVendModuleDialogField Method [AX 2012]

Sets a reference to the DialogField on the dialog specifying the ModuleInventCustVend information.

Syntax

protected DialogField parmCustVendModuleDialogField([DialogField _moduleInventCustVendDialogField])

Run On

Called

Parameters

  • _moduleInventCustVendDialogField
    Type: DialogField Class
    The DialogField field that contains the ModuleInventCustVend enumeration value.

Return Value

Type: DialogField Class
The DialogField field that contains the ModuleInventCustVend enumeration value.

Exceptions

Exception Condition
Error

A valid DialogField that contains the account type determining controller type to display was not specified.

Only the parmCustVendModuleField or parmCustVendModuleDialogField methods can be called, depending on the usage on a form or dialog box.

See Also

Reference

DimensionDynamicAccountController Class