Share via


BankAccountTableLookup::isActive Method

Indicates whether the specified transaction date is in the period that is specified by the ActiveFrom and ActiveTo fields.

Syntax

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

Run On

Called

Parameters

Return Value

Type: boolean
true if the transaction date falls in between the ActiveFrom and the ActiveTo dates field; otherwise, false.

Remarks

Dates in the ActiveFrom and the ActiveTo fields are inclusive.

See Also

Reference

BankAccountTableLookup View