preloader-matrix

Alfasith

Code to get the active company name in AX

Hi
 Static void PrintCurrentCompanyName(Args _args)
{
    print Curext();  //or
   print CompanyInfo::Find().DataAreaId;
   pause;

}

Regards,

Leave a Reply

Your email address will not be published. Required fields are marked *