You might beable to use the Item Handler step in a workflow to accomplish this. Thesubmission mechanism of the form would initiate the workflow and the ItemHandler could use the form entries to move the attachment.
Howard ___ Howard Pell Senior Technical Educator Liaison, Special Projects Open Text Corporation www.opentext.com (519) 888-7111 Ext. 2203
From:eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Tuesday, March 25, 2008 2:28PMTo: eLink RecipientSubject: Document copy funcionwithin a form
Document copy funcion within a form
Posted by gartne01user3 (Donikena, Rajamouli) on 03/25/2008 02:24 PM
I need to copy a document from one location to the other within our form. The user provides the link to the document and the destination folder in the form. On submitting the form the document needs to be copied to the destination Is there a was to invoke the document copy function through the URL?
I was thinking Iwould do something like the following:
<![if !supportLists]>1) <![endif]>create a single item handler step and in it
<![if !supportLists]>2) <![endif]>create a folder definition from the form
<![if !supportLists]>3) <![endif]>using the newly created folder definition on the move/copy tab setthe Source to the attached document and the Target to the folder definition
I have nottested this but am confident it will work.
Hope this helps
From:eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com]Sent: Thursday, March 27, 20083:58 PMTo: eLink RecipientSubject: RE Document copy funcionwithin a form
RE Document copy funcion within a form
Posted by gartne01user3 (Donikena, Rajamouli) on 03/27/2008 03:56 PM
In reply to: RE Document copy funcion within a form
Posted by hlpell (Pell, Howard) on 03/26/2008 08:41 AM
How to I make the workflow take the file and the destination information from the form? When I try to configure the itme handlers Move/copy tab it forces me to select a specic file and destination.