Importing Affected Items from a Java PX

I need to import a list of parts from a spreadsheet into the Affected Items of an ECO. If this is possible, please provide me with some sample code.

I am currently on version 9.3.5.

Agile User Asked on September 3, 2021 in Software Development Kit (API).
Add Comment
1 Answer(s)

why do you want to use java px for import. You can use agile out of box import option from webclient.

Agile User Answered on September 15, 2021.

The users are asking us to run a specific query and create an ECO with all the parts returned. This will be a scheduled job will run nightly.

Since there may be hundred of parts that may be returned, I thought it would be faster to create an Excel file and use an API to import it, opposed to using CreateRow to add to the affected item for each part.

on September 28, 2021.
Add Comment

Your Answer

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