Share via


DimensionController.parmDialogField Method [AX 2012]

Sets a reference to and initializes the override methods on the DialogField class that contain a value reference to a DimensionAttributeValueCombination record.

Syntax

public void parmDialogField(DialogField _dialogField, [boolean _skipRegisterOverrides])

Run On

Called

Parameters

  • _dialogField
    Type: DialogField Class
    The DialogField class that contains the value reference.
  • _skipRegisterOverrides
    Type: boolean

Exceptions

Exception Condition
Error

A valid DialogField class that contains a value reference to the DimensionAttributeValueCombination record was not specified.

See Also

Reference

DimensionController Class