Discussion
Healthfirst
US
Last activity: 24 Aug 2015 8:46 EDT
Move attachments from one work object to other
I have a work object and in one of the flow action post activity, i am creating a new work object using Createworkpage and AddWork. The new case created is not a subcase.
How can I move attachments from my first case to the second case being created using AddWork?
I am thinking to look thru pyAttachments from my first case and Obj-Open-By-Handle on the Data-WorkAttach-File with the key from pyAttachments page and Property-Set-Special the required properties into a Page-New of Data-WorkAttach-File and later Link-Attach.
Is this the correct approach or do we have something OOTB?