BankAccountTableLookup::checkIsActive Method
Indicates whether the specified bank account is active or in-active status.
client server public static boolean checkIsActive(
CompanyBankAccount _bankAccount,
[TransDate _comparisonDate,
CompanyId _company])
Called
- _bankAccount
Type: CompanyBankAccount Extended Data Type
The company bank account for which status should be checked.
- _comparisonDate
Type: TransDate Extended Data Type
The transaction date.
- _company
Type: CompanyId Extended Data Type
The company for which transaction is performed.
Type: boolean
true if the bank account is active; otherwise, false.