Preview File system attachment using Clib
Hi Experts,
I am trying to preview the attachment stored in file system by writing code in Applet Server script.
1. This script uses the GetFile method which successfully loads the attachment in my local\temp directory.
2. I use Clib.system() function to preview/popup the attachment in Siebel UI.
Above works perfectly in Siebel local dedicated client.
When above code is compiled and tested on thin client it fails to throw a popup on Siebel UI.
I added trace methods to see the variable values and it seems to extract the path to temp directory\filename perfectly. Somehow the preview is not viewed on Siebel UI using clib function. There is no error thrown on UI, script exits gracefully via finally block.