Skip to main content

Notifications

Announcements

No record found.

Duration on Debugger in Dynamics NAV 2016

NAV 2017 – Limited beta is out. I went out to explore what’s new in there and how can we adapt to existing stable releases of NAV 2016 or lesser (if I can).

In my previous post, I explained how we can bring in the Item Attributes feature to NAV 2016. Have a look at this post.

Today, I found another feature that can be added to NAV 2016, which is the time it took to execute a method or a process while debugging.

112.PNG

I did a text compare between NAV 2017 – Limited Beta and NAV 2016 CU 5’s Debugger Page Object which is Page 9500 and identified the differences.

The results are quite surprising since there are only two variables (StartTime, EndTime) introduced and difference of EndTime and StartTime is the Duration. Also, I had to remove the new property #ApplicationArea as there is no property is seen in NAV 2016.

113.PNG

So after this compare and merge, I was able to successfully get the Duration statistics.

Find the merged Page here: Page 9500 Debugger

Enjoy!



This was originally posted here.

Comments

*This post is locked for comments