AX / D365FO – Get Current Company in AX Posted on 25 February 202325 February 2023 by Marco Saad static void curExtExample(Args _arg) { str curCompany; curCompany = curExt(); //This gets the current company }