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