Share via


InventSiteInconsistencyCleanUp.performUpdateAllTrans Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

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

See Also

Reference

InventSiteInconsistencyCleanUp Class