|
13.02.2009, 02:05 | #1 |
Участник
|
axaptapedia: Startup Tool
Источник: http://www.axaptapedia.com/Startup_Tool
============== Summary: New page: Startup Tool allows to start up forms and other objects during the starting of Dynamics AX. Primary intention is easy way to configure starting of the development tools like [[Tabax]], [[A... Startup Tool allows to start up forms and other objects during the starting of Dynamics AX. Primary intention is easy way to configure starting of the development tools like [[Tabax]], [[AxAssist]], Unit Testing Toolbar etc., but that is actually able to start any menu item. Every item can be configured for all users, specific user group or particular user. Value set on general level can be redefined on in-depth level. [[Image:StartupTool.gif]] ==Download== [http://www.axaptapedia.com/images/5/...upTool_0.1.zip StartupTool 0.1] ==Installation== *Import .xpo file into Dynamics AX. Note that relation 2==UtilElements.recordType (OutputTool) was removed from type MenuItemName. I believe that the relation is a bug. *Add X++ code for executing Startup Tool. Copy code below to the method workspaceWindowCreated() in the Info class: if (!WinAPI::isShiftButtonDown()) { StartupTool::newCurrentUser().run(); } *Optionally add menu item StartupItem to main menu (it has configuration and security key for Basic module, but you can change it, of course). Alternatively you can open form StartupItem from AOT. *Start the form and set up desired configuration. ==Supported Dynamics AX versions== *Developed in Dynamics AX 4.0 SP2 *Tested in Dynamics AX 2009 ==Labels== Instead of labels are used hard-coded English texts. [[Category:Tools]] Источник: http://www.axaptapedia.com/Startup_Tool
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|