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

Client

Parameters

parentCommon
Type: Common Table
The common table.
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.

Community Additions

ADD
Show: