Can we call API forms from Axapta

Can we call API forms from Axapta,

Please guide

What does it mean? Could you explain what you’re trying to achieve?

HI Martin,

Actually I want to do following ,

Open a windows form in axapta(Ax 2012 R2).

This form(windows) open from a New tab of a Ax form.

and I want to store the data in ax table ,whichever enter in to the windows form.

Please guide.

Thanks in advance

You can create the form as a managed control, invoke its methods and subscribe to its events. Therefore you can ask the form for all data or let it inform you when data has changed. The control could also use X++ object proxies directly.

If the form is actually an independent application, use techniques for inter-process communication, e.g. WCF.