Hi Everyone,
We are interested in surfacing a customer invoice in an external solution similar to this question:
We want to do something similar to the “Reprint Original From Archive”, but we are not sure how IFS determines which item from the archive to use for this?
Overall, I have a lot of the solution figured out however I’m not sure how we can properly identify the item within the Report Archive? To get to the PDF we need the ResultKey and the Id from within the ArchiveDocumentSet.
I can filter the call to ReportArchive.svc/ArchiveDocumentSet based on what is in the Notes property, But this can result in multiple items if the report has been printed multiple times and feels a little bit like guess work. Is there a better way to determine the correct item within the ArchiveDocumentSet?
Any help would be appreciated.