Share via


DimensionTreeResult::constructSuccessful Method [AX 2012]

Initializes a new instance of the DimensionTreeResult class to represent a successful state.

Syntax

client server public static DimensionTreeResult constructSuccessful(RecId _targetConstraintNodeId)

Run On

Called

Parameters

  • _targetConstraintNodeId
    Type: RecId Extended Data Type
    The ID of the DimensionConstraintNode record for the node that is being added or updated.

Return Value

Type: DimensionTreeResult Class
An instance of the DimensionTreeResult class.

Remarks

The _targetConstraintNodeId parameter should be zero when you add a node when this method is called by the isNodeDisjoint method.

A non-zero value will eventually be returned through the addNode_private method.

See Also

Reference

DimensionTreeResult Class