Skip to main content
Dynamics 365

Microsoft Dynamics 365 Blog

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.

Published
1 min read

CRM for phones express support going away 

Microsoft Dynamics CRM currently has two phone apps available in the market: Microsoft Dynamics CRM for phones Microsoft Dynamics CRM for phones express Going forward, newer versions of CRM won’t support CRM for phones express, but will only provide support for the newer version of the app, currently named “Microsoft Dynamics CRM for phones,” in

Published
6 min read

Calling AX 2012 Business Logic from SSIS Using a Script Task and Custom Web Service 

This relatively simple example demonstrates how you can call AX business logic from SSIS by connecting to a custom web service. It assumes some knowledge of the individual technologies themselves. The underlying business logic for our custom web service in AX 2012 returns a message based on a parameter of type integer passed into it

Published
2 min read

IDMF – How to enable the ByFiscalPeriod template – ShowByFiscalTemplate = True 

Consider a scenario where you are using IDMF 2.0, and you want to work with InventTrans and LedgerTrans data, but you cannot find any archive templates for these tables. It is possible to archive InventTrans and LedgerTrans, but the ‘ByFiscalPeriod’ template is not enabled by default, and this blog post will show you how to