Tools and tutorials for Microsoft Sustainability Manager, Microsoft Cloud for Sustainability, Microsoft Emission Impact Dashboard, as well as Microsoft Dynamics AX aka Microsoft Dynamics Supply Chain Management (F&O)
Code highlighting
Showing posts with label Startup. Show all posts
Showing posts with label Startup. Show all posts
Saturday, December 14, 2013
Tool: Update: User preferred startup menu for AX 2012
I have over the last year received a couple mails and comments from people, asking to publish an update for the below tool for AX 2012
http://kashperuk.blogspot.dk/2010/04/tool-user-preferred-startup-menu-for.html
There aren't really any serious changes to it as such, just some minor things.
Again, note, that there are a few changes to some of the existing "high profile" AOT elements, so please read through the description of changes in the above post.
Download updated xpo
Thursday, April 22, 2010
Tool: User preferred startup menu for Dynamics AX 2009
In AX 2009, the user has no control over which menu is opened in the navigation pane and address bar when AX client is started.
Most of the time you simply get the Home page, which is frustrating for a number of users. Another thing that is frustrating for them is the company account the application opens with.
The latter can actually be setup using standard application functionality in the User options form. Just set the 'Start company accounts' to the account you want for the user by default.
I wrote a small tool, that allows the user to select a preferred startup menu, ensuring that this menu is the one open every time AX client is started. Something similar existed in Axapta 3.0 application.
You can download the xpo for this tool from my SkyDrive.
Note, that it contains minor changes to a number of existing application objects.
I suggest that you compare the xpo from the import dialog and ensure that you don't override any of your changes during import - the best thing would be to re-implement these minor changes manually. Below is a list of changes that I am referring to above:
Below is a short listing of "code patterns" used in the project, that can serve as examples for your future projects:
- SysUserInfo table - 1 new field was added
- SysUserSetup form - 1 new control was added. Lookup method on datasource field overridden
- Info class - startupPost method changed
- SysTableLookup - for displaying a lookup form with a list of menus
- infolog.globalCache() - for storing a global reference to the navigator class
- TreeNode iteration - for finding all menu references in MainMenu
- QueryBuild classes - for constructing and filtering a list of menu references in MainMenu, used in the lookup form
- infolog.addTimeOut() method - for scheduling execution of another method in a set period of time
Labels:
addTimeOut,
Form Development,
globalCache,
infolog,
Kernel functions,
Menu,
Menu reference,
Microsoft Dynamics AX 2009,
MorphX,
QueryBuild,
Startup,
SysTableLookup,
Tools,
TreeNode,
User options
Subscribe to:
Posts (Atom)