Knowledge is made to be shared
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
Note: Only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.