Agiel PLM Customization

Hi Experts, 

I am new to Agile PLM.

We want to integrate the Agile PLM to an ERP tool called QAD. Especially, Item and BOM data.

For example, there should be some menu in Oracle Agile PLM version 9.3.5(Build 45) to upload the Item data to ERP tool called QAD. 

How to achieve this? 

Thank you.
Regards
Prabu M

Agile User Asked on April 12, 2018 in ERP integration,   Tools.
Add Comment
3 Answer(s)

You have to create a Process Extension for the Actions Menu (Extend Actions Menu – Event Type). That way a new Menu Item will be displayed for the User.

Agile Angel Answered on April 12, 2018.

Hi Madhusudan,

Could you please share me if you have any documents to do that?

Thank you

Regards
Prabu M

on April 12, 2018.
Add Comment
Best answer

Hi Prabu,

you need to study a functionality called Agile Content Service (ACS).
Got to the following URL

http://www.oracle.com/technetwork/documentation/agile-085940.html

Choose the applicable Agile version under

The document is called

Agile Product Lifecycle Management Content Services User Guide (ACS)

My best
Carlos

Agile Angel Answered on April 12, 2018.

Thank You Carlos

on April 12, 2018.
Add Comment

To integrate Agile PLM with QAD, you can use the Agile PLM Web Services API to extract the item and BOM data from Agile PLM and then import it into QAD.

To use the Web Services API, you will need to have a working knowledge of web services and Agile PLM’s object model. You will also need to have access to the Agile PLM system and the necessary permissions to access the item and BOM data that you want to extract.

Here are the general steps to follow to extract the data from Agile PLM and import it into QAD using the Web Services API:

  1. Determine the data you want to extract from Agile PLM. This will typically include item and BOM data, but may also include other types of data depending on your specific requirements.
  2. Use the Web Services API to authenticate and establish a connection to the Agile PLM system.
  3. Use the Web Services API to retrieve the item and BOM data from Agile PLM. This will typically involve calling one or more API methods to query the data and then parsing the response to extract the desired information.
  4. Use the appropriate APIs and tools provided by QAD to import the extracted data into the QAD system.

You might find more information or demo help here

Agile User Answered on January 4, 2023.
Add Comment

Your Answer

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