Integrating axapta with dotnet

Hi Im Nalini,I have Technical backgrnd of MSCRM and my query is for axapta. I ts completely new for me.

The question is:- I want to integrate axapta with the dotnet applications…frm where I shud start???

Thanks

Start with Business Connector (C#.NET).

There are lot of examples in developer help of Axapta which shows how to do CRUD operations using business connector and using classes. Go through them then it will be easy for you.

thanks for the reply,

I hav 1 more q,without using business connector,is it possible to integrate?

As Axapta has his own data format and data storing rules like number sequences, recid generation on all tables etc. You have to compulsory use the integration framework provided by Axapta like business connector or AIF Web Services.

Hi,

by the way Business Connector is just one side of the story. With BC you can call AX functionality in your .NET code.

However if you want to call .NET functionality in AX code, then you can use references to .NET DLLs (which you can set up in AOT).

Janis

Hi Janis Cehovs,

Do you mean when we develop a class project from VS 2012 C#.net we add the class to AOT ?.

Hi Nalini,

Welcome to DUG [:)]

One more option - create necessary classes in AX and call this from .NET through BC. But obviously .NET BC will be deprecated eventually. See here for more integration options - http://msdn.microsoft.com/en-us/library/aa877498

Yes, of course ! This is doable. However, I don’t know much about the possible limitations for this as I haven’t had that much to do with .NET calls in X++…

http://msdn.microsoft.com/en-us/library/gg889157.aspx

http://msdn.microsoft.com/en-us/library/hh538486.aspx

http://daxmusings.codecrib.com/2011/08/ax2012-managed-code-part-1-get-set-up.html

Thanks to all, currently im busy wid oder wrk,i wil cum wid my doubts soon…