jeudi 19 janvier 2012

Shut down axapta from x++ code

void ShutDownAxapta()
{
   SysGlobalCache cache = appl.globalCache();
   info info;
   ;

   cache.set(classstr(info), identifierstr(Autologoff), true);
   info = new info();
   info.shutDown(true);
}

Aucun commentaire:

Enregistrer un commentaire