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.
Creates a new instance of the InventBatchDispositionCriteria class that represents the batch disposition requirements of the given inventory movement.
Syntax
client server public static InventBatchDispositionCriteria newFromMovement(InventMovement _movement)
Run On
Called
Parameters
- _movement
Type: InventMovement Class
The inventory movement.
Return Value
Type: InventBatchDispositionCriteria Class
A new instance of the InventBatchDispositionCriteria class.
Exceptions
| Exception | Condition |
|---|---|
| Error | Throws an error if _movement is not specified. |