InventPendingQuantity::createPendingReceipt Method
Creates a record in the InventPendingQuantity table for a pending receipt.
Syntax
server public static InventPendingQuantity createPendingReceipt(SourceDocumentLineRecId _sourceDocumentLineRecId, InventQty _quantity)
Run On
Server
Parameters
- _sourceDocumentLineRecId
Type: SourceDocumentLineRecId Extended Data Type
A record ID of the related record in the SourceDocumentLine table.
- _quantity
Type: InventQty Extended Data Type
A quantity that should be assigned to the record.
Return Value
Type: InventPendingQuantity Table
An InventPendingQuantity record.