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 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.