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.
Initializes an instance of the InventPendingQuantityRegistrar class.
Syntax
server public static InventPendingQuantityRegistrar newFromRegistrationHandler(
InventRegistrationHandler _inventRegistrationHandler,
InventPendingQuantity _inventPendingQuantity,
InventQty _quantityToRegister)
Run On
Server
Parameters
- _inventRegistrationHandler
Type: InventRegistrationHandler Interface
An instance of the InventRegistrationHandler interface.
- _inventPendingQuantity
Type: InventPendingQuantity Table
The pending quantity to update.
- _quantityToRegister
Type: InventQty Extended Data Type
The quantity in the inventory unit to register.
Return Value
Type: InventPendingQuantityRegistrar Class
An instance of the InventPendingQuantityRegistrar class.