BankDocumentFacilityAgreement::findAvailableAgreement Method
Finds the specified record in the BankDocumentFacilityAgreement table by using the specified bank account and transaction date.
Syntax
client server public static BankDocumentFacilityAgreement findAvailableAgreement(
CompanyBankAccountId _bankAccountId,
utcdatetime _transactionDateTime,
[boolean _forupdate])
Run On
Called
Parameters
- _bankAccountId
Type: CompanyBankAccountId Extended Data Type
- _transactionDateTime
Type: utcdatetime
- _forupdate
Type: boolean
Return Value
Type: BankDocumentFacilityAgreement Table
A record in the BankDocumentFacilityAgreement table; otherwise, an empty record.