Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, April 29, 2015 2:09 PM | 1 vote
Hi,
We have requirement where in we want to create new list item by copy existing list item and then edit the newly created list item. How can we achieve this?
Regards,
Amit
All replies (5)
Wednesday, April 29, 2015 3:10 PM ✅Answered | 1 vote
Hi Amit,
you can use SharePoint designer workflow
Kind Regards,
John Naguib
Senior Consultant
John Naguib Blog John Naguib Twitter
Please remember to mark this as answered if it helped you
Wednesday, April 29, 2015 8:08 PM ✅Answered
You can use SharePoint Designer workflow to achieve this.
1. You can create 'Copy item' action to create new item and get reference to newly created item by using any of the column (like ID) and update the newly create item.
2. You can use 'Create new item' action to create new item and set properties for new item one by one.
Only issue i can think of with this approach is, this workflow should be triggered manually. It if try to start it on item creation or on item edit, it goes into an infinite loop creating items and editing items.
As always you can write custom event receivers.
Wednesday, April 29, 2015 2:09 PM
Hi,
We have requirement where in we want to create new list item by copy existing list item and then edit the newly created list item. How can we achieve this?
Regards,
Amit
Wednesday, April 29, 2015 2:09 PM
Hi,
We have requirement where in we want to create new list item by copy existing list item and then edit the newly created list item. How can we achieve this?
Regards,
Amit
Tuesday, February 20, 2018 9:43 AM
hi Amit,
Can you please help me to set this up
Have the same request but i didn't understand how to implement it acc the instruction
Thanks
Almog