Microsoft Dynamics 365 Blog

Published
8 min read

What’s new in CU10 for WMS and TMS 

Cumulative Update 10 for Microsoft Dynamics AX 2012 R3 is now here! We are as usual happy to say that this release includes several improvements for warehouse and transportation management. Microsoft Dynamics AX 2012 R3 CU10 is available for download on Lifecycle Services, PartnerSource and CustomerSource. For detailed information on the release of Microsoft Dynamics

Published
1 min read

How to proactively avoid parameter sniffing step-by-step 

In the following blog post the so called „parameter sniffing“ is explained: http://blogs.msdn.com/b/axinthefield/archive/2014/01/09/sql-server-parameter-sniffing-with-dynamics-ax-just-plain-evil.aspx The purpose of this blog post is to explain the fix implementation steps a little more in detail: Notes: The kernel only hotfixes mentioned for MS Dynamics AX in the blog post above are minimum prerequisites. Because all kernels are cumulative I’d

Published
<1 min read

NAV Design Pattern: Variant Façade 

The Variant façade provides a single interface that can take any Record, RecordRef or RecordID as an argument. With this pattern, the code is encapsulated within the single object, with clear separation between common and table specific code. For the full description of this pattern, see the NAV Design Patterns wiki page.