Share via


RetailConnTableDistributionTree.validateMove Method [AX 2012]

Validates the node that is being moved and the node to be moved to.

Syntax

public boolean validateMove(
    Common parentCommon, 
    anytype fromData, 
    anytype toData)

Run On

Client

Parameters

  • fromData
    Type: anytype
    The selected data value.
  • toData
    Type: anytype
    The selected data value.

Return Value

Type: boolean
Boolean value which indicates whether the table distribution exists for the given master table.

See Also

Reference

RetailConnTableDistributionTree Class