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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment