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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

X++ code to access web URL from D365FO

Chaitanya Golla Profile Picture Chaitanya Golla 17,225

Hi,

In this post we will view the code to access the web URL/deep link from D365FO.

Step 1: Created a runnable class CG_URLBrowsing and added code to access the help url "https://learn.microsoft.com/en-us/dynamics365/finance"

Note: For demo purpose, URL was provided as a static text but instead a label should be used in real time programming.

pastedimage1673370718166v2.png

Step 2: Executed the runnable class to view the output.

pastedimage1673370465656v1.png

Output:

pastedimage1673370798782v3.png

Comments

*This post is locked for comments