I am new to DocStar so I apologize if this is a trivial question.
We have used dashboards over the years for bulk document review or providing easy access to attachments from a grid. Double-click the row, shift-click the rows to open many documents in PDF, etc.
Is there anything special required to open a DocStar attachment in a dashboard? I see the trace log calls BO.AttachmentImpl.DocStarDownloadFile in Invoice Entry when the file is opened. When I am in the DocStar portal I get the following URL’s but they open the console and I am looking to just open the PDF via Adobe Acrobat.
Notice on the Attachments page, there are two different buttons: View in DocStar and View. Are you tracing the View? That’s what you want to copy. Keep in mind that you’ll most likely have to authenticate to DocStar before retrieving any documents.
Thanks for the response. Sounds like it is more involved than a direct launch of the document. I was hoping there was a URL with a guid parameter or something to run with.
Well, you’re dealing with a real content management system and not a file share with wide-open access. (And licensing!) I know someone else was doing this recently. Keep searching and you’ll see what they did.
Sorry to resurrect an old thread, but were you able to get to the bottom of this? I’ve been able to display the PDF in a URL/XSLT panel in a dashboard, but only when hardcoding the path direct to the document. No luck getting it from a published line.
So I was able to eventually use the SQL in combination with some string manipulation and publish/subscribe on the dashboard to finally get a document path which I could plug into to the URL view.
Hi Rob! I hope all is well! I just came across this thread and was curious if you’ve dug up the SQL you used? I’m currently trying to load images from a dashboard and can’t seem to get it to work. I’ve tried calling DocStarDownloadFile inside my App Studio customization with no luck. Any insight into how you got this to work for you would be amazing!