Hi All, I was wondering if there’s any reference on the web or in the Axapta documentation where we can find integration requirements by specific modules? For example, if we want to integrate MRP, is there any doc on the tables that needs to get populated, the journal we could use and all the needed steps. Any advices, comments or answers will be greatly appreciated. Thanks a lot.
Hi, To my knowledge, there is no documentation available in the lines that you had mentioned. As you may be aware, the available documentation can be classified roughly into 2 categories - technical & functional. The technical documentation in particular leaves a lot to be desired. That said, I would think that if you look at code behind modules, that should give you a pretty good idea. Just curious - what sort of integration are you planning for? Take care, Harish Mohanbabu
Hi, JeromeQc & Harish Mohanbabu: So far as I know,It is very difficult and very dangerous to integrate third part MRP system,Because MRP is the core module in axapta,and it is very complex,you will see the complexity of axapta if you trace into the MRP module. But it is possible to integrate other modules for example Human Resource management,Account manager,Supply chain management,vendor management etc.you can do it via embeding your code into axapta or using COM to call axapta’s class. And I also curious why you want to integrate your MRP to axapta instead of use AXAPTA directly? In my opinion,It would be better to use your MRP system instead of Axapta,Because if no MRP no Axapta.^_^: Best regard. Andy Peng.
Hi guys, Sorry for my poor english but I didn’t mean that we want to integrate our MRP to axapta, we just want to migrate the MRP module from another ERP to Axapta to start using it. I finally found some precious information in the e-learning stuff and some training documents. I don’t really have any experience with ERP system, this is my first integration and I’d like to have your opinion. Do you think it’s a good idea to start by integrating MRP as it requires lots of data coming from other modules for calculations and stuff? Is there usually a specific module order to respect when integrating ERP systems? Thanks a lot.
Hi, JeromeQc & Harish Mohanbabu: Sorry for my misunderstanding!