I'm looking into replatforming an existing ASP.NET ECommerce app. One option is Commerce Server 2009 + Sharepoint + FAST with a BizTalk adapter to Dynamics AX.

What are some other options that can integrate with Dynamics AX? I'm open to both non-Microsoft and open source solutions.

link|improve this question

59% accept rate
feedback

1 Answer

1) You can create X++ batchs in dynamics ax to do the trick. You can create an odbcConnection object or CCADO object to connect to a database and do whatever you want to do. Make sure that you use AxInternalBase framework to insert master data and also make sure you use frameworks ax provide you to run the transactions (journal postings, etc)

2) You can use dynamics ax AIF (Application Integration Framework) which then it would consume AXD classes. If you are inserting data to ax make sure your service you are creating in .NET consumes those AXD classes

3) You can also create webservices to consume classes in ax using business connector.

Either way you choose, please make sure you are consuming business rules classes.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.