Following is the Demonstration when you want to execute something in AX Startup :-
{
;
//your code goes here
box::info("Welcome to AX 2009");
}
- Open AOT
- Go to Classes -> Info
- Open the StartupPost() method
- Type any Code over there
{
;
//your code goes here
box::info("Welcome to AX 2009");
}
No comments:
Post a Comment
Thanks for your time reviewing this blog.