Send update to ERP from AGILE about items which have pending Changes
Hello,
we would like to get update ate the ERP system about Mechanical items in AGILE which are currently have open changes.
one way to do so is by creating an interface and to export data from ECO to the item tab in the ERP to notice the user about the change.
is it possible to do with API ? did someone done this and could i see how it`s done at your company ?
any new ideas will be great.
thank you for the help !
The best way to handle this is with ACS or the event framework. With ACS the aXML/PDX file can be sent to an integration that reads the contents and updates ERP via APIs. With the event framework, you would be triggering a PX that can directly read the content and update ERP without the need of an intermediary file being generated. Are you looking for event framework examples? There are plenty at https://www.oracle.com/technetwork/indexes/samplecode/agileplm-sample-520945.html.
i saw the samples but i did not yet wrote a groovy code, so – if any on have a sample of some kind of direct update between PLM and ERP it will be great to see a code sample.
thank you.
What ERP system? As the sample code is available, is there a particular question that you have about them? Are you just struggling with the Agile side or ERP side? Also, Groovy scripts are not really designed to be managing full ERP integrations, they’re intended for light-weight activity.