DialogFieldDimensionDefaultingController.init Method [AX 2012]

Initializes the DialogFieldDimensionDefaultingController class by creating the additional controls that are required to manage the default dimensions.

Syntax

public void init(Dialog dialog)

Run On

Client

Parameters

  • dialog
    Type: Dialog Class
    The Dialog object that contains this DialogFieldDimensionDefaultingController class.

Exceptions

Exception Condition
Error

The type name that is backing this field must be of a DimensionDefaultingFieldSet extended data type.

See Also

Reference

DialogFieldDimensionDefaultingController Class