BankDocumentFacilityAgreement::isBankCurrencyCodeConflicted Method
Indicates whether the new currency code of the BankAccountTable record is conflicted with existing bank documents.
Syntax
server public static boolean isBankCurrencyCodeConflicted(CompanyBankAccountId _bankAccountId, CurrencyCode _currencyCode)
Run On
Server
Parameters
- _bankAccountId
Type: CompanyBankAccountId Extended Data Type
- _currencyCode
Type: CurrencyCode Extended Data Type
Return Value
Type: boolean
true if the currency code is conflicted; otherwise, false.