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

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