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