Shut down axapta from x++ code September 13, 2011 void ShutDownAxapta() { SysGlobalCache cache = appl.globalCache(); info info; ; cache.set(classstr(info), identifierstr(Autologoff), true); info = new info(); info.shutDown(true); } Read more