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 !

Agile User Asked on June 10, 2019 in ERP integration,   Tools.
Add Comment
3 Answer(s)

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.

Agile Angel Answered on June 10, 2019.
Add Comment

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.

Agile User Answered on June 11, 2019.
Add Comment

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.

Agile Angel Answered on June 11, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.