If you want to run specific forms or classes when Dynamics AX is started, you could use the command-line-param autorun. This parameter awaits a xml-file containing the objects, which should be launched.
"C:ProgrammeMicrosoft Dynamics AX50ClientBinAx32.exe" -startUpCmd=Autorun_startup.xml
The corresponding xml-file startup.xml looks like this:
Additional information are available at MSDN: http://msdn.microsoft.com/en-us/library/aa870082.aspx
If you want to run specific forms or classes when Dynamics AX is started, you could use the command-line-param autorun. This parameter awaits a xml-file containing the objects, which should be launched.
The corresponding xml-file startup.xml looks like this:
Additional information are available at MSDN: http://msdn.microsoft.com/en-us/library/aa870082.aspx