Dear All
I need to make a copy of document from one Doc.Library to another
I use Sharepoint Event from K2 but there is no "Copy event"
How can I solve it ?
Regards
Dodo
Page 1 / 1
You can achieve this 'copy' functionality with a combination of the standard K2.net SPS document events.
First use a 'get latest version' event to store the document in a temporary holding area (either a process datafield or on the file system somewhere). Then use a document upload event to copy the document from this temporary holding area to the new library.
You should preferably clean up the temporary holding area afterward, and you may also want to delete the original document afterward.
First use a 'get latest version' event to store the document in a temporary holding area (either a process datafield or on the file system somewhere). Then use a document upload event to copy the document from this temporary holding area to the new library.
You should preferably clean up the temporary holding area afterward, and you may also want to delete the original document afterward.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.