Main Page
From Axaptapedia
Contents |
Introduction
Welcome to Axaptapedia, a Mediawiki based repository for Microsoft Dynamics AX (formerly Axapta) articles, tips and tricks.
The Wiki concept promotes an online encyclopedia of shared knowledge. Every user - including you - can not only create articles, but modify existing ones even if they aren't the original author. In this way, the accuracy and completeness of the articles can be improved whenever a user notices incorrect or missing information.
Using Axaptapedia
Reading the articles
To view all articles created on Axaptapedia, go to the all pages section, or drill down through the categories. Alternatively, use the search function on the left to find existing articles. For assistance with the search function go here.
Some useful quick links to development articles follow:
- Class development
- Table development
- Form development
- Report development
- General development
- Development tools
Editing an article
To edit an existing article, use the edit link that appears at the top of every article page. You can easily insert X++ code, and it have it coloured automatically (and the indentation retained). Just wrap your code in <xpp> and </xpp> tags, as shown below
<xpp>
private void run()
{
// Test
str s = "hi";
}
</xpp>
will result in:
private void run() { // Test str s = "hi"; }
Creating a new article
If you wish to create a new article, then please perform a search first. There may already be a similar article which can be extended with with your new information. If you cannot find anything suitable, then search again using the "Go" button, if you haven't already, and use the link on the results page to create your new article. Please note that the new article will have exactly the same name as the search term used.
Article ideas
Check out the Article ideas page if you would like to request an article, or want to help build the Axaptapedia knowledge base and write one of your own to satisfy somebody else's request.
Recent new pages
- 20:03, 20 August 2010 Horoskop milosny grudzien 2010 (hist) [4,744 bytes] Jsmith (Talk | contribs) (New page: <div style="font-size:100%; text-align: center;"> <h1>[http://tinyurl.com/367rfb3 <span style="color:red">Horoskop Milosny Grudzien 2010</span>]</h1> [http://tinyurl.com/367rfb3 <span styl...)
- 19:37, 19 August 2010 DataReferenceSearcher (hist) [716 bytes] MartinDrab (Talk | contribs) (New page: Data Reference Searcher is an extension for Microsoft Dynamics AX that allows searching in a database for references to specific values of a data type. Its primary goal is searching for re...)
- 04:34, 9 August 2010 How to set min/max for master planning (hist) [139 bytes] Satyajitsur (Talk | contribs) (New page: Please advice me how to set up the master planning in Axapta for requirement calculation(purchase requirement) of an item based on min/max.)
- 07:31, 31 July 2010 Keyboard Shortcuts (hist) [815 bytes] Bojan.jovicic (Talk | contribs) (New page: Keyboard shortcuts increase developer and user productivity greatly. Here is the link for nice Microsoft Dynamics AX 2009 shortcuts poster with two pages (one for developers and one for ...)
- 13:39, 2 July 2010 Moving Table between layers (hist) [1,061 bytes] Kennysaelen (Talk | contribs) (Moving table between layers and not losing data due to changed element ids)
Other useful sites
Check out the Axapta Communities page for links to some other online Axapta resources.
Don't forget to visit the Dynamics Ax community homepage
Thanks very much to Pascal Dutour Geerling for creating our new Axaptapedia logo. Check out his site at http://www.dutourgeerling.nl.

