Where do I find the compressed Siebel attachments and how do I extract it for manipulation?
Our requirement goes like this:
1. Request received from external system
2. Siebel identifies and extracts attachment and send to VB script for updating
3. VB script updates ppt file and send back a new file to Siebel
4. Siebel saves file as new attachment and sends file to web method
My basic understanding of the Siebel File System is that Siebel compresses the files and saves it as a .saf file. I want to know if there's a way to access that file and decompress it to its original form and update it somehow.