Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _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.