Quantcast
Viewing all articles
Browse latest Browse all 6517

New Post: Using dictionaryEntries in SPFindPeoplePicker

dictionaryEntries is an array of values. Here's some sample code I used in testing:

var salesRep = $().SPFindPeoplePicker({
 peoplePickerDisplayName: "Sales Rep", // The displayName of the People Picker on the form
 valueToSet: "DOMAIN\\bobsmith"
});for(i=0; i < salesRep.dictionaryEntries.length; i++) {
 alert(salesRep.dictionaryEntries[i].Email);
}

M.


Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>