Share via


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

Return Value

Type: BankDocumentFacilityAgreement Table
A record in the BankDocumentFacilityAgreement table; otherwise, an empty record.

See Also

Reference

BankDocumentFacilityAgreement Table