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
•
2 min read

AX for Retail 2012 R3 CU9: Retail Pricing Simulator 

A new feature introduced in AX for Retail R3 CU9 is Pricing Simulator in AX.  The Pricing Simulator is also available for AX 2012 R3 pre-CU9 by installing KB 3037365. This means that pricing administrators can test a variety of pricing, discounts and promotion capabilities and use these to provide a consistent pricing and promotion experience

•
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.