Share via


BankDocumentFacilityAgreement::existByDateRange Method

Determines whether the specified record in the BankDocumentFacilityAgreement table exists based on the specified bank account and date period.

Syntax

client server public static boolean existByDateRange(
    CompanyBankAccountId _bankAccountId, 
   [utcdatetime _validFromDateTime, 
    utcdatetime _validToDateTime])

Run On

Called

Parameters

Return Value

Type: boolean
true if the specified record exists; otherwise, false.

See Also

Reference

BankDocumentFacilityAgreement Table