Share via


BudgetPlanGenerateFormBudgetPlan.initDimensionDefault Method [AX 2012]

This method initializes the dimension defaulting control on the BudgetPlanGenerateFormBudgetPlan form.

Syntax

private void initDimensionDefault(FormRun _formRun, BudgetPlanGenerateContract _budgetPlanGenerateContract)

Run On

Called

Parameters

  • _formRun
    Type: FormRun Class
    The FormRun object to initialize the DimensionDefaultingControllerNoDS class.

Exceptions

Exception Condition
Error

Throws WrongUseOfFunction if either parameter is not set or if the BudgetPlanGenerateContract is not of type BudgetPlanGenerateContractBudgetPlan.

See Also

Reference

BudgetPlanGenerateFormBudgetPlan Class