Quantcast
Channel: Axapta V/s Me
Viewing all articles
Browse latest Browse all 341

Finding the current accounting currency code through X++ code

$
0
0
Hi Guys ,

Just sharing small trick to pull the current accounting currency through X++ code

here are three way to pull current currency,
1. currCode = Ledger::accountingCurrency(CompanyInfo::current());
2. currCode = Ledger::accountingCurrency(CompanyInfo::Find().recid);
3. currCode = CompanyInfo::standardCurrency();


Thanks-
Harry


Viewing all articles
Browse latest Browse all 341

Trending Articles