WHSReceiptDetails::createOrUpdateReceiptDetails Method
Creates or updates receipt details record depending on if one already exists.
Syntax
server public static void createOrUpdateReceiptDetails(
WHSReceiptId _receiptId,
InventDimId _inventDimId,
InventQty _inventQty)
Run On
Server
Parameters
- _receiptId
Type: WHSReceiptId Extended Data Type
The receipt identification number of the record we are inserting or updating.
- _inventDimId
Type: InventDimId Extended Data Type
The inventory dimension identification number of the record we are inserting or updating.
- _inventQty
Type: InventQty Extended Data Type
The inventory unit qty of the record we are inserting or updating.