Friday, November 14, 2008

How to trace in X++

How to trace in X++ (Ver 3.0)

add below lines to your code to trace any process :

#profilebegin(“your profile name”)
e.g postJournal();
#profileEnd

And then go to tools>development>code profiler and find that profile

No comments: