DimensionAttributeValueGroupValidation.findConstraintNodeByParent Method [AX 2012]

Finds the DimensionConstraintNode record for the specified parent and dimension attribute value.

Syntax

protected DimensionConstraintNode findConstraintNodeByParent(
    DimensionConstraintNodeRecId _parentConstraintNode, 
    DimensionOrdinal _minOrdinal, 
    DimensionValue _displayValue)

Run On

Called

Parameters

Return Value

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

See Also

Reference

DimensionAttributeValueGroupValidation Class