File attachment in IR to SR and SR to IR Conversion
Hello All,
I have 2 tasks. Once converts IR to SR and other converts SR to IR. But I am not able to copy attachment in both the cases.
Please suggest how to implement this functionality.
I am using Cireson portal version : 10.2.3.2016
Thanks in Advance,
Manas
Best Answer
-
Geoff_Ross Cireson Consultant O.G.
Tricky. Very tricky. You would have to download the files from the course WI into a temp dir (permissions could be very hard here) and then copy the File Attachments viewModel objects to the target viewModel and then when you commit, pass the temp dir path in with the commit call to recreate the attachments.
This is all in theory, I have never done this.
Geoff
0
Answers
Hi @Manas_Gautam
Tricky. Very tricky. You would have to download the files from the course WI into a temp dir (permissions could be very hard here) and then copy the File Attachments viewModel objects to the target viewModel and then when you commit, pass the temp dir path in with the commit call to recreate the attachments.
This is all in theory, I have never done this.
Geoff