locked
Add "Save as" button to edit form ribbon RRS feed

  • Question

  • How can i add a "Save as" button to sharepoint 2010 list edit form?

    I want the user to be able to take an existing list item edit some of his existing fields and save it as a new list item.

    Sunday, August 21, 2011 5:43 AM

Answers

  • Well on the top of my head I have is,

    you can use a combination of JQuery and Client object model (ECMA) ... so you can wire up a jquery function to add the save as button on you specific edit forms and bind a function to that save as button which will be using the Client object model save item method to save the whole data as a new item and close the existing edit form without saving changes in the current item. Hope that makes sense....I have been writing about the ECMA scripts based on the experiments I did.. http://community.zevenseas.com/Blogs/Tanmay/default.aspx 

    Sunday, August 21, 2011 8:16 AM