Share via


DimensionTreeResult.isSuccessful Method [AX 2012]

Retrieves the validation state from an operation.

Syntax

public boolean isSuccessful()

Run On

Called

Return Value

Type: boolean
true if the operation succeeded; otherwise, false.

Remarks

When the allowOverlap method is called, the operation can be successful and is committed to the database, but errors can still exist. The hasError method must be called in those circumstances.

See Also

Reference

DimensionTreeResult Class