set the current session language and set the rendering language of the report in Controller . Check if this works controllerobj.parmReportContract().parmRdlCOntract().parmLanguageID(‘Language ID you want ‘) before calling the report ‘s start operation method. this is actually passed to your report from the client during the execution. You need to create labels used in the report…
Måned: april 2015
Microsoft Dynamics Ax
Creating Product Master with configuration and it’s variant, then releasing it
by Bo Jensen •
Here is an example I found on GitHub on how to create a new Product Master with variants and then release it in AX2012.
