InventQuarantineOrder.getInventMovSubType Method
Retrieves the InventMovSubType value to use to construct inventory movements.
Syntax
public InventMovSubType getInventMovSubType(InventDirection _inventDirection)
Run On
Called
Parameters
- _inventDirection
Type: InventDirection Enumeration
The direction of the inventory transactions
Return Value
Type: InventMovSubType Enumeration
The InventMovSubType value to use to construct inventory movements.
Exceptions
Exception | Condition |
---|---|
Error | The value of the _inventdirection parameter is unknown. |
Remarks
The value of the _inventDirection parameter should be passed based on the direction of the inventory transactions that will be updated by using the InventMovement class.For example, if you are picking or reserving, the direction is Issue.