Tag: jQuery
-
How I created a “Copy to new item” functionality for a SharePoint list – Part 2
Second part. First Part can be found here. On the second page (NewForm.aspx), I grabbed out of the querystring the values for the source list item and the name of the list. I used this person’s query string parser. Then I used the following SOAP query : In the last three lines I changed the…
-
How I created a “Copy to new item” functionality for a SharePoint list – Part 1
I wanted to create a “copy to new item” functionality for a SharePoint list. Steps I came up with: The first thing I had to do was add a link to the context menu (I learned that it is called an ECB) and have it point to the NewForm.aspx. Once I got that, I could…
