How to call c# functions from dll in axapta

abhishekpareekabhishekpareek Member Posts: 150
edited 2009-03-17 in Dynamics AX
Hi All,
I am new to axapta but I had worked extermely in Navision for 5 years.
I had installed axapta 4.0.I have to develop a connector in Axapta that will call some c# functions.
The scenarion is as follows:
1:Create a Menu Item.

Issue:How to create a menu item in Axapta.
Assumption:should I have to use Application Server i.e AOS?

2:After creating a menu item,I have to put four options in that.Each option will call the functions from c# application.

Issue:
a)How to create buttons in Menu Item.
b)How to call the functions from c# application in menu item.

Assumption:For the third party application I would be having a dll file and that file needs to be place in Axapta folder.
Now how to call the functions from dll file in axapta menu items.

It would be great of anybody if some light can be given over the issues.

Regards,
Abhishek

Comments

  • gnanendragnanendra Member Posts: 33
    Hi,

    U put ur dll into Dynamics AX installation folder Bin. By using Resources from AOT u can create new reference to add the dll. Now u can use the dll inside fuctions from AX coding.
    I think it will solves ur issue..

    Regards,
    Gnanendra.
  • abhishekpareekabhishekpareek Member Posts: 150
    Hi All,

    Axapta is integrated with a dot net application very easily.

    Thanks for all support to all members and guest of this forum.

    Regards,
    Abhishek
Sign In or Register to comment.