RetailConnTableDistributionTree.validateMove Method [AX 2012]
Validates the node that is being moved and the node to be moved to.
public boolean validateMove(
Common parentCommon,
anytype fromData,
anytype toData)
Run On
ClientParameters
- parentCommon
- Type: Common Table
The common table.
- fromData
- Type: anytype
The selected data value.
- toData
- Type: anytype
The selected data value.
Return Value
Type: booleanBoolean value which indicates whether the table distribution exists for the given master table.
Community Additions
ADD
Show: