Using Trace Parser to Identify Performance Issues in D365FO.

I recently had to investigate a performance issue in some code, and I used Trace Parser to identify the problem. Trace Parser is an extremely useful tool in D365FO when you need to understand where execution time is actually spent, especially when traditional debugging is not sufficient. (Official Microsoft documentation) I started by recording a … Read more

FlexGuard: Create Flexible Backups on Windows with .NET 8

I’ve been working on a project called FlexGuard – a modern, modular backup tool designed to make backups more efficient and flexible. Why FlexGuard? Many existing backup tools repeatedly copy the same files, wasting storage and time. FlexGuard solves this by: Current Status (v0.3-beta) The current version of FlexGuard includes: Try FlexGuard The source code … Read more

New type of export file for Payroll system

In Finance and Operations (D365FO) there is a Transfer to pay job under Time and attendance / Maintain payroll / Transfer to pay, that exports the pay lines to a csv file.I needed to make a new export type here for Visma files. And under the Setup / Time and attendance parameters, there is a Field … Read more

Label translator for AX2009/AX2012 (Bing Translate)

I made this little tool to help translate Label files in AX. The process is that you export the labels you want to translate from AX, run the C# program that translates all the labels using Bing Translate, and then imports the new Translated labels into AX. You do need access to Microsoft Azure to … Read more

Axapta Manager (AxDynManagerV1.06)

I previously made a program to list, start and stop Dynamics AX Services. But i always through that is missed a few features, so now I am starting on this new version. (Download link)  This is version 1.06 see change list at the end of the post. The program is tested for AX 2009 and … Read more

Axapta Manager (AxDynManagerV1.05)

I previously made a program to list, start and stop Dynamics AX Services. But i always through that is missed a few features, so now I am starting on this new version. (Download link)  This is version 1.05 see change list at the end of the post. The program is tested for AX 2009 and … Read more

Axapta Manager (AxDynManagerV1.04)

I previously made a program to list, start and stop Dynamics AX Services. But i always through that is missed a few features, so now I am starting on this new version. (Download link)  This is version 1.04 see change list at the end of the post. The program is tested for AX 2009 and … Read more

Axapta Manager (AxDynManagerV1.03)

I previously made a program to list, start and stop Dynamics AX Services. But i always through that is missed a few features, so now I am starting on this new version. (Download link)  This is version 1.03 see change list at the end of the post. In this version the big thing i added … Read more

Axapta Manager (AxDynManagerV1.02)

I previously made a program to list, start and stop Dynamics AX Services. But i always thought that is missed a few features, so now I am starting on this new version. (Download link)  This is version 1.02 see change list at the end of the post. This version will still handle list, start and … Read more