Skip to main content
Post a question

Notifications

Community site session details

Community site session details

Session Id :

Finance | Project Operations, Human Resources, AX, GP, SL

DAX Beginners

Dynamics 365 Community / Blogs / Finance | Project Operations, Human Resources, AX, GP, SL / DAX Beginners

Featured

Latest blog posts

View all
29 May 2021
Like (0)
How to: Clean synchronization log

First, an image to help illustrate my post: Yes I know, it`s in Portuguese. Sorry about that but it`s not something that I can reproduce whenever I want. So, as you can see there is 45 errors and 101 warning, that`s a lot of errors right? Wrong, ...

Christian Silva 707
29 May 2021
Like (0)
This assembly is built by a runtime newer than the currently loaded runtime and ca...

Today I will post a solution for an error that happened when I was trying to export and import a model file to another server with different Windows Versions. The title is big, but the solution is rather simple, although it took some time to disco...

Christian Silva 707
29 May 2021
Like (0)
Creating BOM from Scratch

This week I will post about how to explode BOM through X++. But first, before we begin first we should know what is BOM (Bills of Materials)? To answer this question our mad (computer) scientist Murray Five has created Slides that shows step-by-st...

Christian Silva 707
29 May 2021
Like (0)
How to: Explode BOM through X++

Sorry about the delay, to compensate it I will be posting twice this week. 1.Create a new Temporary Table with the following properties Propertie Value Name TmpBOMExplode TableType InMemory Field Extended Data Type BOMQty BOMQty I...

Christian Silva 707
29 May 2021
Like (0)
How to: Create a lookup without Data Source

Good holidays everyone, This post is dedicated to everyone who already made the question “How the hell do I insert a combo box here?” This happens a lot when you want to use a combo box as a filter. It should be something simple, maybe...

Christian Silva 707
29 May 2021
Like (0)
How to: Create a simple Dialog through X++

A dialog in Microsoft Dynamics AX is a simple form with a standardized layout, created by using the Dialog system class. It’s a way to present users with a simple input form, they are commonly used for small tasks, it should NOT be used to c...

Christian Silva 707
29 May 2021
Like (0)
Deploying customizations across Microsoft Dynamics AX environments

Today I would like to show how things are done right, it’s not XGH friendly, it takes some time to do things right but you can save a lot of trouble by deploying on the right environment with the right tools. The following flowchart is the b...

Christian Silva 707
29 May 2021
Like (0)
How to: Export/Import a Model Store

When I wrote about Deploying customizations across Microsoft Dynamics AX environments I said that Microsoft recommends you to use export and then install the Model Store when you deploy major changes to a production environment. You can export and...

Christian Silva 707