New Post: Setting People Picker With Name Of Logged In User
Chris:I can't spot anything. Just for kicks, try setting the value to a fixed string, like in the documentation. Otherwise, I think you'll have to debug a bit.M.
View ArticleNew Post: Setting People Picker With Name Of Logged In User
Setting the string didn't work. I ran it in the console here is what I got backSCRIPT438: Object doesn't support property or method 'findPeoplePicker'NewForm.aspx?RootFolder=%2FLists%2FMembers...
View ArticleNew Post: Setting People Picker With Name Of Logged In User
OK I found the issue. In the Source the function is SPFindPeoplePicker not findPeoplePicker. I am now geting data in the peoplepicker
View ArticleNew Post: GetListItems Returns "undefined" for a field
Hi,I am trying to retrieve data from a list in sharepoint. With the fields RISK_SLNO,RISK_TYPE_HEADERRISK_TYPERISK_HAVE_HEADERRISK_OWNERRISK_RAGCURRENTRISK_RAGPROJECTEDRISK_STATUS_CURRENTAnd in the...
View ArticleNew Post: Alerts.DeleteAlerts() for users other than current user?
Hi Marc,Thank you for your reply. you must be crazy busy I am actually impressed you find the time to reply to queries at all.That being said, if even you think my findings may be right, I give up!...
View ArticleNew Post: GetListItems Returns "undefined" for a field
For the rows that it is returning undefined, are those columns blank (empty/not set)?In my experience, sharepoint GetListItems does not seem to return Fields (columns) if they are blank. Only when it...
View ArticleNew Post: Get Column description ?
Yes, it is. Look at the GetList operation of Lists service. _____PaulSent from mobile device.
View ArticleNew Post: GetListItems Returns "undefined" for a field
Thanks paul. But not any row is returning undefined. Its some columns. The mentioned columns in my post above are coming "undefined". And yes the cols do contain data.
View ArticleNew Post: GetListItems Returns "undefined" for a field
Are those two columns 'undefined' for all rows that you retrieve from the List 'riskmap_master'... Or only some rows have those two columns 'undefined' while others have other data on them? I'm just...
View ArticleNew Post: GetUserprofileByName function limited fileds returned
Dears,i am using getuserprofilebyName function but it is return just few fileds to me , i want to get more properties for the current user, for example i have in AD user profile field named Employee Id...
View ArticleNew Post: GetUserprofileByName function limited fileds returned
The SharePoint User Profile will only contain those properties from AD which are mapped for import in Central Administration. If there are values which you want from AD and they aren't coming over,...
View ArticleNew Post: GetListItems Returns "undefined" for a field
Odds are that you don't have the StaticName for the columns correct. Given the column names you show, I'd expect that the underscore character would be encoded in the StaticName.M.
View ArticleNew Post: Setting People Picker With Name Of Logged In User
It's the litle things. Sorry I didn't spot that when I looked.M.
View ArticleNew Post: Setting People Picker With Name Of Logged In User
Figured it was something like that. Thanks for your help and your time putting this code out there. CW Sent from my iPhone On 2012-11-24, at 1:00 PM, "sympmarc"...
View ArticleNew Post: GetUserprofileByName function limited fileds returned
it is working many thanksFYI : i use this configuration linkhttp://www.virtualsecrets.com/misc_imgs/sharepoint-2010/User-Profiles-Active-Directory.html
View ArticleNew Post: GetUserprofileByName function limited fileds returned
Dear,Just small question please,now i must add new property to SPService JS file or it it will readed by default? Thanks
View ArticleNew Post: GetListItems Returns "undefined" for a field
Thank you Paul & M, resolved the issue, it was due to static names. But what exactly is static name. It seems that when I am changing the column name the static name is not getting changed. How do...
View ArticleNew Post: GetListItems Returns "undefined" for a field
There's lots written about this on the Web. When you create a column, the StaticName and the DisplayName are created. When you change the DisplayName the StaticName stays, well, static.See the entries...
View ArticleNew Post: GetUserprofileByName function limited fileds returned
You should get the full User Profile when you call GetUserProfilebyName. Note that there will be some timing delays between synchronizations, etc.M.
View Article