MainAccount::checkCurrency Method
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static boolean checkCurrency(
RecId _mainAccountId,
CurrencyCode _currencyCode,
[boolean _exchRateRegulation,
LedgerPostingMessageLog _ledgerPostingMessageCollection])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static boolean checkCurrency(
RecId _mainAccountId,
CurrencyCode _currencyCode,
[boolean _exchRateRegulation])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static boolean checkCurrency(
RecId _mainAccountId,
CurrencyCode _currencyCode,
[boolean _exchRateRegulation])
Microsoft Dynamics AX 2012 (FPK)
client server public static boolean checkCurrency(
RecId _mainAccountId,
CurrencyCode _currencyCode,
[boolean _exchRateRegulation])
Microsoft Dynamics AX 2012 (SYS)
client server public static boolean checkCurrency(
RecId _mainAccountId,
CurrencyCode _currencyCode,
[boolean _exchRateRegulation])
Run On
Called
Parameters
- _mainAccountId
Type: RecId Extended Data Type
- _currencyCode
Type: CurrencyCode Extended Data Type
- _exchRateRegulation
Type: boolean
- _ledgerPostingMessageCollection
Type: LedgerPostingMessageLog Class