X++ code to access web URL from D365FO
Views (146)
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.
Step 2: Executed the runnable class to view the output.
Output:

Like
Report
*This post is locked for comments