Skip to main content
Dynamics 365

Microsoft Dynamics 365 Blog

•
Published
•
1 min read

Transaction detail missing from MR reports 

After you rebuild the MR data mart, previously generated reports are missing transaction detail. If you try to drill down, the detail is missing. Once the report is re-generated, the transaction detail is there again. Transaction level detail is reliant on the detail from the data mart. In older versions of MR, the transaction detail

•
Published
•
1 min read

Data Loader – January Release Notes 

Dynamics Data Loader team completed the rollout of January update. With this rollout, Data Loader now supports Dynamics CRM 2016 (ARA release) along with Dynamic CRM 2015 Update 1 (Carina) NEW FEATURES: Support for retrying import of failed records from staging to CRM. This was a very common ask and is available with this release. Support for copy data project This will

•
Published
•
1 min read

LCS: Cloud Powered Support improvements 

With the last update we have enabled a new feature in CPS (cloud powered support) for AX 2012 R2 and AX 2012 R3. This feature allows customers/partners to now create VMs using latest Cumulative Updates templates (ex. R2 CU9 and R3 CU9), while filing a support ticket for AX 2012 R2 and AX 2012 R3. Following are

•
Published
•
2 min read

Dynamics AX – 1099 Tax Updates for 2015 

Once again, tax season is right around the corner. As such, I thought I would take a moment to let everyone know that we have released the 2015 1099 updates for Dynamics AX and share some of the changes we have made. Supported versions: Version: AX 5.0 Hotfix: KB311849 Location: http://hotfixv4.microsoft.com/Microsoft%20Dynamics%20AX%202009/sp1/KB3118498/5.0.1600.3540/free/488628_intl_i386_zip.exe Version: AX 6.0/6.1 –

•
Published
•
2 min read

The Importance of Detailed Repro Scenario Descriptions 

The foundation for quick progress and resolution of an incident is usually a detailed repro scenario. So, this post describes some of the reasons, along with providing some insights into how the Support team works, in order to help you, our partners and customers. Reproduce Incident in the CRONUS Demonstration Database Firstly, in order to escalate an

•
Published
•
3 min read

Improve performance by running the Warehouse management on-hand entries cleanup job – for New AX and for AX2012 R3 CU10 

  Introduction Calculation of the on-hand are used from many forms but also during many business processes, the latter being less obvious to end-users. Therefore, it is always of interest to us to improve the performance of these operations since the overall impact on many processes can be quite significant. The nature of the queries

•
Published
•
1 min read

December 2015 release notes 

The Microsoft Dynamics Lifecycle Services team is happy to announce the immediate availability of the December release of Lifecycle Services. NEW FEATURES Microsoft Dynamics AX Public Preview is here! The public preview of Microsoft Dynamics AX is now available. You can now sign up and deploy a cloud instance of Microsoft Dynamics AX, based on

•
Published
•
1 min read

Data Loader – December release notes 

We are happy to announce the December update for Data Loader. New Features There are many new features that are now available with this December release: Data Loader is now supported in all regions globally except government cloud. The job status view has been improved to show clear record counts and grouping of records as per their state. Support

•
Published
•
<1 min read

Design Pattern: Observer 

Microsoft Dynamics NAV has the built in ability to track all record changes against any table, however it does not always fire the triggers for every table. But with the Observer pattern, you can track all record changes against a defined table or set of tables. This pattern is a good example of how classic