DEL_RetailTransactionVoided::find Method
Finds the specified record in the RetailTransactionVoided table by using the specified parameter value.
Syntax
client server public static DEL_RetailTransactionVoided find(RetailReceiptId _receiptId, [boolean _forUpdate])
Run On
Called
Parameters
- _receiptId
Type: RetailReceiptId Extended Data Type
The receipt number of the transaction voided record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DEL_RetailTransactionVoided Table
A record in the RetailTransactionVoided table; otherwise, an empty record.