This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Integration Methodology of ARAS with MES/ERP

Rajiv - Tuesday, February 1, 2011 7:05 AM:

As of now we have written a API for finding BOM and Document details for a particular Item.Now what should be the way for sending fresh BOM and related document details and based on which event it should be sent when integrating with MES/ERP system.



PatrickW - Monday, February 14, 2011 9:39 AM:

Hi Rajiv,

In most projects I was in we added a transfer trigger to the life cycle. However, if you plan to create a process independent API, I would try to make it work for several scenarios. For example:  save/unlock of the part (item in general), during release of Part/BOM.

Patrick 



Rajiv - Thursday, February 17, 2011 2:39 AM:

Hi Patrcik,

I have created a code in C#.net which results in the bom parts and documents(having working instructions).But i want to create a XML file with those results and triggger it based on some event.Can you suggest me how to go about this.

Rajiv



PatrickW - Thursday, February 17, 2011 4:24 AM:

Hi Rajiv,

I need to understand your current implementation a bit better. As far as I understand you created a C# method in Aras Innovator retrieving the BOM parts plus documents and you'd like to tie the C# method to an event exporting XML to the file system.

The XML creation you will have to program as well because you'll probably need a particular XML DSD format.

There are several events possible. In real live - from my experience -  you would probably tie the method to a life cycle event. In this stage I would tie the method to an action either on the part form or on the BOM relation grid.

Hope this helps,

Patrick