Share via


BankAccountTable::checkIsActive Method

Indicates whether the specified bank account is active.

Syntax

client server public static boolean checkIsActive(
    CompanyBankAccount _bankAccount, 
   [TransDate _comparisonDate, 
    CompanyId _company])

Run On

Called

Parameters

Return Value

Type: boolean
true if the bank account is active; otherwise, false.

Remarks

Dates in the ActiveFrom and ActiveTo fields are inclusive.

See Also

Reference

BankAccountTable Table