Share via


LedgerDimensionAccountController::constructForDialog Method [AX 2012]

Creates an instance of the LedgerDimensionAccountController class.

Syntax

client server public static LedgerDimensionAccountController constructForDialog([DialogField _dialogField])

Run On

Called

Parameters

  • _dialogField
    Type: DialogField Class
    The DialogField object that contains a value reference to a DimensionAttributeValueCombination record. This parameter is optional when it is used in combination with the DimensionDynamicAccountController class.

Return Value

Type: LedgerDimensionAccountController Class
The new instance of the LedgerDimensionAccountController class.

See Also

Reference

LedgerDimensionAccountController Class