Tagged Questions
4
votes
1answer
202 views
Error using javascript to retrieve a SharePoint list's items
I am trying to use this method to query items of a column of a list in my SP site via javascript (the reason I am doing this is to display that info on the page by modifying the html tags in the DOM), ...
4
votes
4answers
2k views
Multiple Values in CAML query from Array? SharePoint 2010 using jQuery/SPServices
So if I use SPServices to GetListItems with CAMLQuery, is it possible to insert multiple values inside Value Type='Number'> here
I would like to evaluate things throught a flow in my page, add to an ...
0
votes
3answers
534 views
how to check CamlQuery results
.I am running below query against a sharepoint list.
How to check the results of below Camlquery? cPop is set with value 'AboutUs'.
Result is always zero records although list has valid matching ...
1
vote
2answers
299 views
Selecting single user from User Information List
I've got a problem with not being able to select a single list item from the User Information List,
I have used U2U CAMLbuilder to build a query that extracts an entry with the ID = 1
When run in the ...
0
votes
1answer
292 views
Wrong results returned with Sharepoint Client ObjectModel
I'm using the sharepoint client object model for a small application. When I try to get all folders and items from the "Shared Documents"-library, it doesn't return all folders and files.
Code:
...