RetailTenderTypeCardNumbers::find Method
Finds a specified record in the RetailTenderTypeCardNumbers table.
Syntax
client server public static RetailTenderTypeCardNumbers find(
RetailCardTypeId _cardTypeId,
RetailCardNumber _cardNumberFrom,
RetailCardNumber _cardNumberTo,
[boolean _forUpdate])
Run On
Called
Parameters
- _cardTypeId
Type: RetailCardTypeId Extended Data Type
The card ID of the record to find.
- _cardNumberFrom
Type: RetailCardNumber Extended Data Type
The from card number of the record to find.
- _cardNumberTo
Type: RetailCardNumber Extended Data Type
The card number of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailTenderTypeCardNumbers Table
A record in the RetailTenderTypeCardNumbers table; otherwise, an empty record.