BREAKPOINT command in X++
Hi! I want to share is a rather undocumented X++ statement: BREAKPOINT
Archive for Şubat 12th, 2010
Hi! I want to share is a rather undocumented X++ statement: BREAKPOINT
When you do performance tests in Dynamics AX, you often want to clear the SQL cache so you can be sure that all data must be re-read from the disks.
If you want to clear the SQL cache, execute these 3 lines in a query window:
If you want to open the Internet Explorer with a certain web page directly from X++ code, you can use the following statement:
infoLog.urlLookup(‘http://www.fatihdemirci.net’);
Thus, your browser will open and display the URL.