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.
Applies to: SharePoint Foundation 2010
Gets a collection of key/value pairs containing the names and values for the fields of the list item.
var value = SP.ListItem.get_fieldValues();
Property Value
Type: Object
The names and values for the fields of the list item. The property names are the field names and the property values are the field values.