Downloading Attachments on multiple search results

Hello, I was wondering if there was any way to download all attachments based off search criteria in AGILE PLM v9.3.6 . Say for instance I search for a specific criteria and it pulls up 10 rows with attachments. Is there a way to download all attachments of all those files without clicking on each one individually? If so, please let me know!

 

 

Or perhaps a programmatic way to do it? I’m also down for that as well.

Agile User Asked on November 19, 2019 in Agile PLM (v9).
Add Comment
1 Answer(s)

From the search results window, click the More button and export the records as aXML or PDX, making sure to include the item attachment files. If it’s just the attachments that you want extracted, an SDK app can be written that take a saved search as input, or create a custom search, then loop through each resulting item and export the files into a given directory, or directories. Keep in mind that the files may have the same file name, so it’s generally a good idea to store them in separate subdirectories.

Agile Angel Answered on November 19, 2019.

Is there any resorces I can read for the sdk app?

on November 20, 2019.

Are there any *

on November 20, 2019.

Also I think that just exports the meta data right?

on November 20, 2019.

Hello

Resources for SDK . Check this link

https://docs.oracle.com/cd/E83928_04/otn/docset.html

You will find SDK under integration guides

– Raj

on November 20, 2019.
Add Comment

Your Answer

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