Monday, 5 March 2018

Use of .Net Web Browser control in AX2012 & AX7 / D365

In AX2012 & AX7 / D365 we can use WPF or in general .net controls. Microsoft made a great effort to integrate the .NET environment and AX, not only from a run-time perspective but also for developers, easy event handling and so on. In this example I have add web browser control pro-grammatically and will try to Navigate Website through web  browser control.











Reference: Tutorial: WPF User Control for AX2012

No comments:

Post a Comment

Create a Purchase Order from a Sales Order Using PurchCreateFromSalesOrder Framework in X++ | D365 F&O

In Dynamics 365 Finance & Operations, you may need to automatically create a Purchase Order from a Sales Order for scenarios such as int...