Dear All,
I want to know execution start time and end time during the process. Can you please let know how to achieve this? which one is the best approach.
Please give me more shed on this.
Thanks!
Arpan Sen
*This post is locked for comments
Dear All,
I want to know execution start time and end time during the process. Can you please let know how to achieve this? which one is the best approach.
Please give me more shed on this.
Thanks!
Arpan Sen
*This post is locked for comments
Thanks Vilmos
ax-dynamics.com/.../three-ways-to-count-time-in-dynamic-ax-2012
Here you go. I am using the .Net stopwatch approach, but with a slightly different approach to display the elapsed time in a more user-friendly format.
System.TimeSpan elapsed; ... elapsed = stopWatch.get_Elapsed(); info(strFmt('Elapsed time: %1', CLRInterop::getAnyTypeForObject(elapsed.ToString())));
As usual, your brief description doesn't really explain what you need. Please elaborate what process you're talking about.
André Arnaud de Cal...
293,099
Super User 2025 Season 1
Martin Dráb
231,884
Most Valuable Professional
nmaenpaa
101,156
Moderator