Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the BankPositivePayTrans table.
Syntax
client server public static BankPositivePayTrans findByBankChequeRefRecId(
RefRecId _bankChequeRefRecId,
DataAreaId _bankChequeDataAreaId,
BankPositivePayId _number,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _bankChequeRefRecId
Type: RefRecId Extended Data Type
The identifier (ID) for the payment format record to search for.
- _bankChequeDataAreaId
Type: DataAreaId Extended Data Type
The ID for the company that issued the check.
- _number
Type: BankPositivePayId Extended Data Type
The bank positive pay number.
- _forupdate
Type: boolean
A Boolean value that indicates whether the record will be read for updating; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use for reading the record; optional.
Return Value
Type: BankPositivePayTrans Table
Either a record in the BankPositivePayTrans table or an empty record.