jeudi 19 janvier 2012

How can I execute custom code when the AOT Service Starts on the Server in MS Dynamics AX?

 
 
 
 
 
 
 
 
 
 
 
Another place could beSysStartupCmdBatchRun.infoRun()which is executed if you start your batch with a command line option -startcmd=Batch 
Add your instructions in Application.startupPost():
if (new Session().clientKind() == ClientType::Server)
{
this.fuzzyTheBatchJobs();
}

Aucun commentaire:

Enregistrer un commentaire