Share via


SysTreeNode.suppressIDPropertyDuringCompare Method [AX 2012]

Controls whether a comparison will include the ID property.

Syntax

public boolean suppressIDPropertyDuringCompare()

Run On

Called

Return Value

Type: boolean
true if the ID property must be suppressed during the comparison; otherwise, false.

Remarks

The suppression occurs for all the tree nodes in the comparison, if one or more of the top tree nodes in the comparison returns true when this method is called.

See Also

Reference

SysTreeNode Class