Archive for Şubat 12th, 2010

BREAKPOINT command in X++

Hi! I want to share  is a rather undocumented X++ statement: BREAKPOINT

Read more

Clear SQL Cache

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:

Read more

Open web pages from X++ code

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.

Metodla birden fazla değer geri döndürme (otomatik container)

Merhaba
Köşeli parantez kullanarak container tipi verilerini otomatik oluşturmak mümkün olmakta.
Oldukça pratik bir yöntem.