Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

Updated Wiki: $().SPServices.SPFindMMSPicker

$
0
0

Function

$().SPServices.SPFindMMSPicker

Certification

 Certified for SharePoint 2010

Functionality

The SPFindMMSPicker function helps you find an Managed Metadata Service (MMS) Picker's values.

Syntax

$().SPServices.SPFindMMSPicker({
MMSDisplayName: ""

});

MMSDisplayName
The DisplayName of the People Picker in the form.

Returns

The function returns an array of terms.

Example

Assume there is a MMS Picker in the form for a column named Office which allows multiple values and that it is set like so: 

image

 

After the call:

var office = $().SPFindMMSPicker({
MMSDisplayName: "Office"

});

office will be an object like this:

image

Note that invalid values will have the guid set to "00000000-0000-0000-0000-000000000000".


Viewing all articles
Browse latest Browse all 6517

Trending Articles