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
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:
- 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.
- Use the Web Services API to authenticate and establish a connection to the Agile PLM system.
- 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.
- 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
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.
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