Other recent Dynamics AX Blog postings

Mittwoch, März 12, 2008

User Experience Guidelines (beta version) for Dynamics AX 2009

You can download the guidlines for the user interface in Dynamics AX 2009 from Microsoft: >http://www.microsoft.com/...

With that, you will also get an idea how the user interface will look like in Dynamics AX 2009.

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://nameofthepageyouwanttoopen.com');

Thus, your browser will open and display the URL.