Sam Alexander's Profile
Agile User
10
Points

Questions
4

Answers
1

  • 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

    • 2521 views
    • 3 answers
    • 0 votes