2 Apr 2013

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.

No comments:

Create number sequence in D365 FO

Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...