InventPendingQuantity::createPendingRegistration Method
Creates a record in the InventPendingQuantity table and in the InventPendingRegistrationDetail table for a pending registration.
Syntax
server public static InventPendingQuantity createPendingRegistration(InventPendingRegistrationProvider _inventPendingRegistrationProvider, InventQty _quantity)
Run On
Server
Parameters
- _inventPendingRegistrationProvider
Type: InventPendingRegistrationProvider Interface
An instance of the InventPendingRegistrationProvider interface.
- _quantity
Type: InventQty Extended Data Type
A quantity that should be assigned to the record.
Return Value
Type: InventPendingQuantity Table
An InventPendingQuantity record.