vendredi 6 avril 2012

AX Startup Alert

Following is the Demonstration when you want to execute something in AX Startup :-
  • Open AOT
  • Go to Classes -> Info
  • Open the StartupPost() method
  • Type any Code over there
void startupPost()
{
;
//your code goes here
box::info("Welcome to AX 2009");
}

Aucun commentaire:

Enregistrer un commentaire