LvCashReceiptTrans::exist Method
Verifies whether the receipt transaction exists in the table.
Syntax
server public static boolean exist(
CashReceiptTableRecId _recId,
LvFromNumber _from,
LvToNumber _to)
Run On
Server
Parameters
- _recId
Type: CashReceiptTableRecId Extended Data Type
The cash receipt table record ID that the receipt is from.
- _from
Type: LvFromNumber Extended Data Type
The start of the cash receipt number range for this transaction.
- _to
Type: LvToNumber Extended Data Type
The end of the cash receipt number range for this transaction.
Return Value
Type: boolean
true if the receipt transaction is found; otherwise, false.