Hi,
I created an HR process & form wricef, wherein i need to attach a document and save that document to the content server.
I'm using design time's standard attachment utilities, and the actual saving of that document to the content server must only occur after the workflow approval.
The wricef by the way is for Create position request, the request passes thru 4 levels of approval and only then will the actual position will be created, together with saving the document linked to the position created, that is accessible via GOS.
I already have a method that extracts the attachment from the work item but the output of that is in xstring, the problem is writing that attachment to the content server and linking it to the position created. I've done some research and the answers i found requires that the saving be done in foreground where there is obviously a link to the local PC, which is not the case for me.
So the question is, since the attachment is already in the system's case management and i can extract that in the form of xstring, is there a way to save that attachment to the content server and link that to the newly created position?
thanks,
frank