Thursday, January 25, 2018

Welcome Message Before open the ax

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

TFS Work space configuration

Refer below link:  https://d365byjp.blogspot.com/2018/10/steps-to-configure-tfsvsts-workspace-in.html