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
- _bankAccountId
Type: CompanyBankAccountId Extended Data Type
- _validFromDateTime
Type: utcdatetime
- _validToDateTime
Type: utcdatetime
Return Value
Type: boolean
true if the specified record exists; otherwise, false.