InventSiteInconsistencyCleanUp.performUpdateAllTrans Method [AX 2012]

Changes the InventDim record of the supplied table if it is required to create consistency with inventTrans records.

protected void performUpdateAllTrans(
    TableId _tableId, 
    FieldId _inventDimIdFieldId, 
    FieldId _inventTransIdFieldId, 
   [container _conInventTransExtraJoins])

Run On

Called

Parameters

_tableId
Type: TableId Extended Data Type
The ID of the supplied table to update.
_inventDimIdFieldId
Type: FieldId Extended Data Type
The ID of the field in the supplied table that refers to the InventDim record.
_inventTransIdFieldId
Type: FieldId Extended Data Type
The ID of the field in the supplied table that refers to the InventTrans record.
_conInventTransExtraJoins
Type: container
A container with any extra pair of fields that is to be joined between InventTrans and the supplied table; optional.

Community Additions

ADD
Show: