RetailInvReceivingListTable::find Method
Finds a record in the RetailInvReceivingListTable table.
Syntax
client server public static RetailInvReceivingListTable find(
RetailReferenceNo _orderNumber,
RetailInvReceivingType _receivingType,
[boolean _forUpdate])
Run On
Called
Parameters
- _orderNumber
Type: RetailReferenceNo Extended Data Type
The order number of the RetailInvReceivingListTable table.
- _receivingType
Type: RetailInvReceivingType Enumeration
A receiving order type.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailInvReceivingListTable Table
A record in the RetailInvReceivingListTable table; otherwise, an empty record.