User:IvanKashperuk
From Axaptapedia
I am a 23 year old student of the National Technical University of Ukraine located in Kiev, the capital of Ukraine.
My Blog | My Blog at DynamicsUsers | My Dynamics Links | My Photos
Contents |
[edit] IDE Extensions
- 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
[edit] Tabax Plugins
- 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
[edit] Articles
- 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)
[edit] Books
- 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
