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.
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
- _bankAccount
Type: CompanyBankAccount Extended Data Type
The company bank account for which to check the status.
- _comparisonDate
Type: TransDate Extended Data Type
The transaction date.
- _company
Type: CompanyId Extended Data Type
The company for which the transaction is performed.
Return Value
Type: boolean
true if the bank account is active; otherwise, false.
Remarks
Dates in the ActiveFrom and ActiveTo fields are inclusive.