February 3, 200916 yr Is there a way to allow a user to click on the image in a portal view and have it open or is this something that is only allowed in the web viewer? The one workaround that I've found is to script an OpenURL to the cFileURL when the user clicks on the image in the portal. This opens the image in their web application using SC and then the user can click on it from there to actually open it with whatever application is necessary. Edited February 3, 200916 yr by Guest
February 3, 200916 yr You should be able to use a combination of Open URL script step and SCDownload function SuperContainer Companion plugin.
February 3, 200916 yr Author Awesome!!! I didn't find anything in the regular docs which is why I posted here. Looking in the Plugin docs, I found the references you are talking about and changed my script to Open URL(SCDownload(STP_Patients_SC:_cResourceIdentifier)) Works like a charm!
Create an account or sign in to comment