Friday, October 14, 2011

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");
}

No comments:

Post a Comment