LvCashReceiptTable::find Method
Finds the cash receipt record for the specified record ID.
Syntax
client server public static LvCashReceiptTable find(
CashReceiptTableRecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: CashReceiptTableRecId Extended Data Type
The cash receipt table record ID that the receipt is from.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record that is found is ready for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model for the database query.
Return Value
Type: LvCashReceiptTable Table
The cash receipt record if it is found; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).