Skip to main content

Posts

Showing posts with the label CAL

Named user license count report [AX 2012 R3 CU9]

It looks like there are some updates to the license count reports in CU9. First you will notice a new report called “ Named User License Counts History ”. Lets go through both. 1. Named User License Counts This was a report that existed since the initial release of AX2012 but some additions have been made. Now you have the users (which was released sometime in R2) and in R3 CU9 we have another addition. We now see the users role, not just the license type. 2. Named User License Counts History This report takes a from and to date. Then displays a summary type report of what the actual is and what you are licensed for.

NAV - Change language at runtime

In my last post . I showed how you can change the system language at runtime. You might want to do this when a you want to print 1 single report in a different language. NAV has the same ability too. GLOBALLANGUAGE := 3081; // To set it to Australia To find the language ID. Go to Tools -> Language. Then use Zoom (Ctrl+F8) on this form. Warning: Set the language back when the report is finished.