I开发者_如何学JAVA need to search items inside one list. Can i use CAML query? Case need to be ignored and it should find word inside text... Or CAML not for that purposes? You can use this CAML query
I am attempting to fetch a single item from a SharePoint 2010 list. I am using .NET C# MVC 3 framework.
I am writing an internal API for my company which allows users to pass in SharePoint CAML query. In side my function I take to user\'s query, and add some additional elements to it and then use the fi
I am querying a sharepoint list via the web service api. Calling the ser开发者_如何学Cvice through the API requires sending an XmlNode object that represent the CAML query. With everything else exactl
I have made a cascading dropdown form using http://spservices.codeplex.com but want to add a filter to the third cascading dropdown. So SPServices have a function called CAMLQuery where I can add this
I have an requirement of get the items from the list开发者_如何学Python depends on the ItemID.I have list which contains 5000 items in which I retrieve only 1000 items for that I will dynamically buil
I\'m trying to retrieve files from sharepoint via SSRS and an XML Datasource. This is what I\'m currently using:
Should this CAML be working. (I tried it with u2u and it does not display the URL column.) I get this error. {System.ApplicationException} = {\"One or more field types are not installed properly. Go t
I have this table Col1| Col2| Col3 1MeYou | You| Them 2Them| They| You 3Them| Me| They 4They| Us| We 5Us| Them| MeAsk
I am running a sharepoint caml query where I want to check that a field on an item is equal to one of many values. I do this dynamically and may wish to check against many hundreds of values.