Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the record that is found is ready for update.

Return Value

Type: LvCashReceiptTable Table
The cash receipt record if it is found; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

LvCashReceiptTable Table