Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
AX2012 vs D365F&SCM: A Comparison

First, let’s briefly answer the question: What are the major differences between AX2012 and D365F&SCM? AX2012, also known as Dynamics AX 2012, is an older version of Microsoft’s ERP software, while D365F&SCM, or Dynamics 365 F...

DaxNigel 2,572
Like (0)
D365F&SCM Caching: Improve Performance and User Experience

Microsoft Dynamics 365 F&SCM is a powerful ERP system that can handle complex business processes. However, as the amount of data and users increases, the system’s performance may suffer. One way to address this issue is through caching....

DaxNigel 2,572
Like (1)
Development Mistakes

There are three overlooked areas in development that contribute to poor system performance and poor user experience. Including these areas in your development toolset will help to reduce these issues in the production environment when all the use...

DaxNigel 2,572
Like (0)
Migrating data from AX2012 to D365F&SCM – Enums

When upgrading from AX2012 to D365F&SCM you need to bring data from your old system to the new environment. If you are not using the full migration path, and just extracting data and importing via the data management system (DIXF), then you w...

DaxNigel 2,572
Like (0)
Using BACPAC with D365F&SCM

Understanding BACPAC BACPAC is something technical people will encounter when working with Microsoft Dynamics D365 Finance and Supply Chain Management (D365F&SCM). It is the backup file created by Azure for D365F&SCM environments. The ...

DaxNigel 2,572
Like (0)
Form Personalisation Issue

A client wanted to add a new field to the sales line table, which would be a lookup to a new table. This is not an unusual request, so should don’t have been a problem. The client wanted, however, to not have the field shown no the sales form, an...

DaxNigel 2,572
Like (0)
What is SysTest Framework?

Microsoft Dynamics 365 F&SCM has rapidly become a top choice for businesses looking to streamline their processes and improve efficiency. One of the key components that sets it apart is the SysTest framework, a powerful testing tool designed ...

DaxNigel 2,572
Like (0)
Select IN keyword

When developing in D365F&SCM there is a new control available with the Select statement. The IN keyword is not available. // This code doesn't use the in keyword. private CostAmountStdAdjustment calcCostAmountStdAdjustment() { ...

DaxNigel 2,572