Skip to main content

Posts

Showing posts from October, 2012

“How Do I” Videos — Dynamics AX

“How Do I” Videos — Dynamics AX Read full post at Dynamics AX Developer Center http://msdn.microsoft.com/en-us/dynamics/ax/cc507280   “How Do I” Videos — Dynamics AX On this page you will find videos designed for all Microsoft Dynamics AX developers, from the novice to the professional. New videos are added regularly, so check back often. Forms Series This how-to video series is focused on forms and their features in Microsoft Dynamics AX. How Do I: Link Parent and Child Forms by Using Dynamic Links? (6 minutes, 47 seconds) Enterprise Portal Series This how-to video series is focused on Enterprise Portal and its features in MicrosoftDynamics AX. How Do I: Use Record Context in Enterprise Portal? (14 minutes, 51 seconds) How Do I: Create a Simple List Page in Enterprise Portal? (4 minutes, 52 seconds) How Do I: Create a Simple Task Page in Enterprise Portal? (4 minutes, 39 seconds) How Do I: Create a Simple Wizard...

How to add financial dimension on forms inside AX 2012

Add financial dimension on forms inside AX 2012 1.        Perform a)        Open AOT>>Data Dictionary>>Extended Data Types type/select DimensionDefault and drag it in table which will be used further as a datasource in form where you have to show the Dimensions. Do Remember  that you have to drag it in table not at DataSource. b)       Open Table in the Data, Dictionary which will be used as a Datasource, and create a realtion with table DimensionAttributeValueSet . c)        Right Click the Relations. Select ‘New Realation’.  Select properties. Set name as DimensionAttributeValueSet, Table as DimensionAttributeValueSet. d)       Right Click the this newly created Relation DimensionAttributeValueSet, select New>>Normal. e)        Set the properties of Normal Realtion ...

AX 2012 Developer Resources

AX 2012 Developer Resources This page collects the AX 2012 Development Articles available at  blog , as well as the most relevant links to Microsoft documentation. They are arranged by topic. You will find duplicate links for articles that touch multiple topics. General Topics Microsoft Guide: What's New for Developers  (download) [fixed link - thanks to reader Waldemar Pross] Microsoft Guide: New, Changed and Deprecated Features  (download) Microsoft Whitepaper: Deploying Customizations Across Environments  (download) Dynamics AX 2012 System Requirements  (download) Deploying AX 2012 Code Importing Data Using the Excel Add-Ins X++ Language X++ as a Managed Language in the .NET Runtime  (code walkthrough) AX 2012 X++ Language Changes, Stricter Syntax  (MSDN Article) .NET Interop to X++ Issues when X++ runs as CIL  (MSDN Blog) Deploying AX 2012 Code New Query Object Features  (code walkthrough) Creating Code Snippets and method templ...