DocStar - Download File via Kinetic Functions Library

Hello!

Does anyone have experience writing custom code to download a file from DocStar using Ice.XFileRef’s XFileRefNum value?

I am working on an external app that will allow users to download files based on a custom search.

I found the below articles, but they are from awhile ago, and I am not sure how to translate the code into a function library, espcially since the WCFServiceSupport was deprecated (from my understanding).

Any guidance would be greatly apprecaited, thank you!

https://www.epiusers.help/t/download-documents-from-docstart/116054
https://www.epiusers.help/t/auto-downloading-ecm-attachments/93164
https://www.epiusers.help/t/how-to-call-docstardownload-attachment/76297/7

1 Like

I would look at this thread for a start.

2 Likes

Thank you, Greg! I ended up using the Epicor REST API’s Ice.BO.AttachmentSvc/DocStarDownloadFile as well and it worked perfectly!

1 Like