InventQuarantineOrder.getInventMovSubType Method

Retrieves the InventMovSubType value to use to construct inventory movements.

Syntax

public InventMovSubType getInventMovSubType(InventDirection _inventDirection)

Run On

Called

Parameters

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.

See Also

Reference

InventQuarantineOrder Table