New Post: Using dictionaryEntries in SPFindPeoplePicker
I am trying to use SPFindPeoplePicker to populate a users email address. I can't figure out what syntax to use to extract values from the dictionaryEntries array. Please help?var saPPG =...
View ArticleNew Post: Alerts.DeleteAlerts() for users other than current user?
Hi Marc,Thank you for your reply.I have just tried that $().SPServices({ operation: 'DeleteAlerts', webURL: 'https://' + window.location.host + L_Menu_BaseUrl, async: false, IDs:...
View ArticleNew Post: Unable to get some user values on a SP2010 new item form
Hi, I have a new item form which I want to inject some information into:OfficeDepartmentUser's Full NameHere's the code i'm using....the only field which is working is Office...
View ArticleNew Post: SocialDataService
Hi,To get average rating for a list item, how to get url of list item. Please let me know a code sample to call the GetRatingAverageOnUrl using spservices.Regards,Sameer
View ArticleNew Post: Unable to get some user values on a SP2010 new item form
For the second variable, "userBU", you refer to it as "userDepartment" when you try to write it to the Business Unit field. That will cause you some pain. With that one failing, it could be aborting...
View ArticleNew Post: Unable to get some user values on a SP2010 new item form
I'm thinking you are confusing static names with display names. You'll want to use the display names to reference fields on your forms. I'm willing to bet "Business_x0020_Unit" looks like: "Business...
View ArticleNew Post: SPUpdateMultipleListItems dynamic query and value?
I am attempting to use SPUpdateMultipleListItems to update the "Date Completed" field of all sub tasks that are connected to a parent task through a lookup column. My code is designed so it generates...
View ArticleNew Post: SPServices and Amplify
Anyone know of a way to integrate SPServices with a library like AmplifyJS?
View ArticleNew Post: SPServices and Amplify
Can you explain what you're trying to accomplish? Generally you can work with multiple jQuery libraries at once (e.g., jQuery, jQueryUI, and SPServices).M.
View ArticleNew Post: SPUpdateMultipleListItems dynamic query and value?
I usually alert the query and value parameters to make sure they construct properly.In my constructions, I don't have the backward slashes. Also, the text strings are included in one double quote....
View ArticleNew Post: SPUpdateMultipleListItems dynamic query and value?
I have alerted the values (just did not post that part of the code) and they appeared valid to me. I also alerted them a second time using the Complete Function to make sure the values were actually...
View ArticleNew Post: SPUpdateMultipleListItems dynamic query and value?
You should also look at the traffic with Fiddler or Firebug to see what's going back and forth. you may see an error there. Also try debugging with the unminified version to see if you can spot the...
View ArticleNew Post: Unable to get some user values on a SP2010 new item form
gkoliver wrote:For the second variable, "userBU", you refer to it as "userDepartment" when you try to write it to the Business Unit field. That will cause you some pain. With that one failing, it...
View ArticleNew Comment on "UpdateListItems"
Hi Marc, I'm trying to set something up that will display a link on each row of a view, which when clicked will add the current user to a multiple person column for that item, or remove the current...
View ArticleNew Post: GetListItems - returning old data
I have a two lists that have similar fields, both with about 3500 items. One of the lists (list 1) existing prior to an upgrade to SharePoint 2010, the other (list 2) was created after the 2010...
View ArticleNew Post: GetListItems - returning old data
ok, I was too quick too post. I looked at the GUID for the list and views and at some point they were changed. Server administrators got me I guess.
View ArticleNew Post: UpdateList method can't unhide lists!
Hello guys!I'm using the UpdateList method to hide some lists libraries, while they don't need to be used.When I try to unhide then, it isn't working ;pI'm using the following code to hide...
View ArticleNew Post: UpdateList method can't unhide lists
Have you looked at the response of the unhide request? Also, try using TRUE and FALSE (uppercase) as sometimes this matters.
View ArticleNew Post: SPServices and Amplify
I have been using SPServices (along with jQuery and Knockoutjs) for about a year now working on Rich Internet Applications and Single Page App (SPA) for my organization using SharePoint as the...
View ArticleNew Post: SPUpdateMultipleListItems dynamic query and value?
You're retrieving the date value from a text field on the form in the format "m/d/yyyy." That date value, as presented, is not in the format required for writing back into a SharePoint list. You have...
View Article