Where is my code running March 07, 2012 Sometime you are not for sure if your code is running on the AOS or on the client. By adding below line in your code. AX will tell you where the code is running. info(strfmt("%1",xGlobal::clientKind())); Read more