InventSiteInconsistencyCleanUp.performUpdateOnlyFinanciallyUpdatedTrans Method [AX 2012]

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

protected void performUpdateOnlyFinanciallyUpdatedTrans(
    TableId _tableId, 
    FieldId _inventDimIdFieldId, 
    FieldId _inventTransIdFieldId, 
   [container _conPrimaryTableRanges, 
    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 InventDim.
_inventTransIdFieldId
Type: FieldId Extended Data Type
The ID of the field in the supplied table that refers to InventTrans.
_conPrimaryTableRanges
Type: container
A container with the field ID of the supplied table and the value that the field should have; optional.
_conInventTransExtraJoins
Type: container
A container with a pair of fields to be joined between the InventTrans table and the supplied table.

The supplied table will only be updated if all inventory transactions assigned to it are fully financially updated.

Community Additions

ADD
Show: