BudgetValueGroupValidation.findConstraintNodeByParentIsOptional Method [AX 2012]

Finds the DimensionConstraintNode record for the specified parent where the value is optional.

Syntax

protected DimensionConstraintNode findConstraintNodeByParentIsOptional(DimensionConstraintNodeRecId _parentConstraintNode, DimensionOrdinal _minOrdinal)

Run On

Called

Parameters

Return Value

Type: DimensionConstraintNode Table
A record in the DimensionConstraintNode table; otherwise, an empty record.

Remarks

Includes check to determine whether the dimension is enabled for budget.

See Also

Reference

BudgetValueGroupValidation Class