I am calling several smart forms between SSF_OPEN and SSF_CLOSE function module. Problem is that for each call one PDF document getting create in FileNet archiving sytems. We would like to have only one single PDF document to be create containing output of several smartforms. Should it be done with using ARCHIVE_PARAMETERS of SSF_OPEN or configuration of archive link? how?
Not sure which parameter will have it but, there should be a parameter called NEW_ID - if this is set to X then it will generate a new spool everytime the form is called. If this is set to space, it will wait for the last form to be called.
Regards,
Ravi
Note : Please mark all the helpful answers
Hi Hetal,
Just go through this code sample of mine. I suppose you have the same requirement as given in the code sample.
<b>Award points if found useful.</b>
Regards,
SP.
Add a comment