SP.ListItem.parseAndSetFieldValue Method (sp.js)

Sets the value of the field for the list item based on an implementation specific transformation of the value.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

SP.ListItem.parseAndSetFieldValue()

Return value

Undefined

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/lists(listid)/items(itemid)/parseAndSetFieldValue(fieldName,value)

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/lists(listid)/items(itemid)/parseAndSetFieldValue(fieldName,value)

Resource parameters

  • fieldName

  • value

Parameters

  • fieldName

  • value