RetailCreditVoucherTable::find Method
Finds the specified record in the RetailCreditVoucherTable table.
Syntax
client server public static RetailCreditVoucherTable find(RetailDataEntryId _dataEntryId, [boolean _forUpdate])
Run On
Called
Parameters
- _dataEntryId
Type: RetailDataEntryId Extended Data Type
The data entry ID of the RetailCreditVoucherTable table to check for existence.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailCreditVoucherTable Table
A record in the RetailCreditVoucherTable table; otherwise, an empty record.