BankAccountTableLookup::isActiveForAllTransactions Method [AX 2012]

Indicates whether the BankAccountHoldStatus status has the InactiveForAllTransactions enumeration value.

client server public static boolean isActiveForAllTransactions(CompanyBankAccount _bankAccount, [DataAreaId _dataAreaId])

Run On

Called

Parameters

_bankAccount
Type: CompanyBankAccount Extended Data Type
The company bank account.
_dataAreaId
Type: DataAreaId Extended Data Type
The DataAreaId of the company.

Return Value

Type: boolean
true if the BankAccountHoldStatus status has the ActiveForAllTransactions or InactiveForNewTransactions enumeration value; otherwise, false.
Show: