BankPositivePayTrans::findByBankChequeRefRecId Method

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

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether the record will be read for updating; optional.

Return Value

Type: BankPositivePayTrans Table
Either a record in the BankPositivePayTrans table or an empty record.

See Also

Reference

BankPositivePayTrans Table