Share via


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

  • _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.

See Also

Reference

RetailInvReceivingListTable Table