When open the ax client to display the welcome message
follow the two different ways
One:
Goto--> Info Class-->StartupPost method
write what to want to display as a welcome message
void startupPost()
{
Box::info("welcome to dhanush","DHANUSH","test");
}
Note: it works only for client not for server.
Another Way:: Do the the configuration to Create a configuration file.
Got-->; Microsoft Dyanamics 2012 configuration--> manage right click--> create configuration file--> in general tab seen startup message in that control write welcome message .
after creation of configuration file export the file to your pc.
No comments:
Post a Comment