Posts

Microsoft announces the extension of mainstream support for Microsoft Dynamics AX 2009

Microsoft continues to invest in new releases of Microsoft Dynamics AX We want to make sure that our customers can benefit from these investments when time is right for them. In addition, Microsoft aims to make this transition easy with tools and services to simplify the upgrade. Enhancements in new releases, including choice of deployment and the new integration platform, will provide organizations with flexibility when deploying one of these new releases in existing infrastructure.  We realize that planning and taking your organization on such a journey is a major effort and requires time. For that reason, we have decided to extend the product  life-cycle  support for Microsoft Dynamics AX 2009 except as specified below. This extended support timeline gives customers more flexibility to choose the best timing and more options for their business to upgrade to a newer release of Microsoft Dynamics AX.​   The mainstream support date will be extended to April ...

Top Downloads ( Microsoft Dynamics AX 2009 )

Top Downloads System Requirements for Microsoft Dynamics AX 2009 Microsoft Dynamics AX 2009 Installation Guide Microsoft Dynamics AX 2009 Client Help Update Microsoft Dynamics AX 2009 SP1 Client Help Update Note : The System and Application Setup Guide can be found in AxSASetup.chm that is included in the updated client help files. Microsoft Dynamics AX 2009 Known Issues Steps to setup AOS, client, workflow, and .NET BC for debugging Workflow

SQL Server 2012 Breakthrough Insight

Image
SQL Server 2012 Breakthrough Insight by Snack Owner

Microsoft Certification Tutorial

Image
Microsoft Certification Tutorial by Snack Owner

Dilip's blog on DYNAMICS AX: Inside Microsoft Dynamics AX 2012

Dilip's blog on DYNAMICS AX: Inside Microsoft Dynamics AX 2012 : Thought to share these Youtube videos on Dynamics AX 2012: Video1 - Developer Tools - Stresses the importance of Models - API's - Inter...

Development framework changes in AX 2012

In Microsoft Dynamics AX 2012, major changes have been made to the development framework and key enabling technologies. It is important that you understand these changes, because they directly impact your development experience. You should consider these changes along with the available development patterns and programming models when preparing for application development. The key framework changes in Microsoft Dynamics AX 2012 include the following: • X++ is compiled into Common Intermediate Language (CIL). • There is extensive tooling support in Visual Studio through Visual Studio Tools for Microsoft Dynamics AX. • There is a single repository for .NET and X++ projects. • Microsoft Dynamics AX 2012 supports eventing. • Access to external systems from X++ has been simplified. • Richer program abstractions are available in the data layer in Microsoft Dynamics AX 2012.

How to Print Discount Group Name in the Sale Order Lines. in Microsoft Dynamics AX 2009

Image
How to Print Discount Group Name in the Sale Order Lines. Solution. I write this Method in SalesLine Table Method Section. display str DiscountGroupName() { return pricediscgroup::find(0,1,inventtablemodule::find(this.ItemId,2).linedisc).Name; } Now create a new StringEdit Control  in SaleLine form in Overview Section of SalesLine lines area. and use the above method in Method Property. Arif For any SSRS work please contact : SMS +923328244088 Skype: arifcomputerwala