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.
Determines the InventCostTransType value that is used for a transaction from the InventDirection value.
Syntax
private void setTypeFromInventDirection(InventDirection _inventDirection, InventTransType _inventTransType)
Run On
Called
Parameters
- _inventDirection
Type: InventDirection Enumeration
The InventDirection value that should be transferred to the InventCostTransType value.
- _inventTransType
Type: InventTransType Enumeration
The InventTransType value that is used to set the InventCostTransType value.
Remarks
This method maps the inventDirection to the inventCostTransType . In the case of the resetting of a production order, these transactions should be treated as production issues, not as receipts.