Axaptapedia is now maintained by AgileCadence For more information please click here.
User:IvanKashperuk
From Axaptapedia
I am 32 years old, living and working in Copenhagen, Denmark. I am employed by Microsoft as a Senior Software Engineer in the SCM team on the Microsoft Dynamics AX product.
My Blog (Dynamics AX Tools and Tutorials)
IDE Extensions[edit]
- AxCreateNewProject -- a tool that really speads up the creation of projects. You can basically do it in a matter of 2 clicks
- Editor_scripts_OpenInAOT -- an Editor Script that allows to open the selected object (in the code editor) in the AOT. This works for most of the objects that are usually used in code. The list of object types can be extended.
- AxGoToDeclaration --a tool that allows to go to the declaration of a selected variable from code. (the line with the declaration is highlighted with the cursor
- AxCopyTableFieldListToClipboard -- a tool that copies a template of table fields into the Windows Clipboard. If you need to create a record in a table, this tool will help you do it fast. Multiple ways of selecting a table possible.
- AxPromptDBSync -- a small project that allows wider control of the syncronization process
- DEV SysTableBrowser -- an extended version of the SysTableBrowser form, providing extra useful functionality
- SysExportDialog -- extension of the system form, adding the type of the object in the export file name
- Editor_scripts_OpenOverriddenMethodDef -- an Editor Script that allows to navigate to the overridden method declaration of a class in one of the descendent classes
Tabax Plugins[edit]
- DEV_TabaxPlugin_OpenInAOT - quickly access AOT objects
- DEV_TabaxPlugin_RecentProjects - reopen one of the recently used projects
- DEV_TabaxPlugin_RecentWindows - reopen one of the previously closed windows
Articles[edit]
- Tutorial_Form_Dynalink - a small tutorial on dynamic links in Axapta
- Tutorial_Form_MultiSelectCheckBox - a tutorial on Multiple line selection (with a checkbox)
- ClassBuild Class -- description of ClassBuild class (for creating classes in AOT)
- Form_SysTableBrowser -- a short description of the SysTableBrowser form
- SQLServerFetchCount -- a job for experiments with table CacheLookup property (Caching mechanisms)
- SysInfoAction_ShellExecute class - a small class extending SysInfoAction class for opening an external application from infolog
- SysMultiTableLookup class - an extended version of the SysTableLookup class
Books[edit]
- MorphX IT in Russian - a book about Dynamics AX development by Steen Andreasen
- Inside Dynamics AX 4.0 in Russian - a great book about Dynamics AX development and new 4.0 features by Microsoft team