How to find company currency through x++ code in Ax
Views (29454)
Q: How to find company currency through x++ code in Ax
You can use the following code
CompanyInfo::standardCurrency() or
Ledger::accountingCurrency(CompanyInfo::current());
How we make new company in Ax 2012
1) Go to the organization administration module
2) Setup à Legal Entites
This was originally posted here.

Like
Report
*This post is locked for comments