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.
Finds the specified record in the WHSInventBatchReceiptDetails table.
Syntax
client server public static WHSInventBatchReceiptDetails find(
WHSReceiptId _receiptId,
ItemId _itemId,
InventBatchId _inventBatchId,
[boolean _forupdate])
Run On
Called
Parameters
- _receiptId
Type: WHSReceiptId Extended Data Type
The receipt ID of the WHSInventBatchReceiptDetails to find.
- _itemId
Type: ItemId Extended Data Type
The item ID of the WHSInventBatchReceiptDetails to find.
- _inventBatchId
Type: InventBatchId Extended Data Type
The inventory batch ID of the WHSInventBatchReceiptDetails to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: WHSInventBatchReceiptDetails Table
A record in the WHSInventBatchReceiptDetails table; otherwise, an empty record.