web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics 365 Vs Me / Open web pages from X++ code

Open web pages from X++ code

Deepak Agarwal Profile Picture Deepak Agarwal 8,585
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.

-Harry


This was originally posted here.

Comments

*This post is locked for comments