Share via


InventSiteInconsistencyCleanUp.performUpdateOnlyFinanciallyUpdatedTrans Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

  • _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.

Remarks

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

See Also

Reference

InventSiteInconsistencyCleanUp Class