Microsoft Dynamics AX Support

This blog contains posts by the Microsoft Dynamics AX Support teams Worldwide

Browse by Tags

Tagged Content List
  • Blog Post: Cumulative Update 5 has been released

    Cumulative Update 5 for Microsoft Dynamics AX 2012 (CU-5) has been released and published on Partner Source and Customer Source. This release includes: all previously released Cumulative Updates for Microsoft Dynamics AX 2012 additional hotfixes and improvements based on feedback from our customers...
  • Blog Post: We want to hear from you! Participate in the Microsoft Dynamics AX product suggestions program

    Make your opinion count! Give us your product suggestions and help to make future versions of the Microsoft Dynamics AX applications better. Use this Microsoft Connect site to submit your product suggestions for Microsoft Dynamics products. Search existing suggestions and vote on suggestions submitted...
  • Blog Post: Calling the Update Operation on Services in AX 2012

    Calling the update operation on web services can range from simple to very complicated depending on the entities/tables you are updating. If the entity you are calling is not a date effective entity, then the service's update method is easy to call. You can tell if a table is date effective by going...
  • Blog Post: Turn off Keep Update objects in AX 2012 for new installations

    If you are doing a new install of AX 2012, you should make sure to turn off Keep update objects in the license configuration form. The Keep update objects configuration keys are tied to objects in the SQL database with a prefix of DEL_. The DEL_ tables and DEL_ fields are some of the few objects...
  • Blog Post: Overview of Microsoft Dynamics AX build numbers

    Microsoft Dynamics AX 2012 R2 Version Kernel build Application build Comment Link Latest kernel build 6.2.1000.1173 - 21 May 2013 KB2842699 Cumulative Update 1 6.2.1000.156 6.2.1000.156 25 Feb 2013 KB2807685 Hotfixes 6.2.1000.xxx 6.2.1000...
  • Blog Post: Calling the Update Operation on the SalesOrderService

    The code is an example of how to call the update method on sales order in AX 2012 using the SalesOrderService. static void Main(string[] args) { //First find the order AxdSalesOrder salesOrder = Program.FindOrder(); //Now update it Program.UpdateOrder(salesOrder); } static...
Page 1 of 1 (6 items)