
Get and Set The List Item Value in SharePoint 2010 Using ECMAScript
Updated: Mar 18, 2019
Introduction
In this article you will see how to get and set the list item value in SharePoint 2010 using ECMAScript. I have a custom list named "Custom" which has the following items.
I have two columns "SampleOne" and "SampleTwo". I need to get the "SampleOne" field value and set the same to the "SampleTwo" field using ECMAScript.
Steps Involved
Navigate to the SharePoint site (I have a site page created in my site where I am going to add the content editor web part).
Go to Site Actions, click on Edit Page.
Click on the Insert tab in the ribbon interface and then click on Web Part button.
Select Media and Content in the Categories section and then click on Content Editor.
Click on Add.
The Content Editor web part will be added to the site page.
Click on down arrow and then click on Edit Web Part.