Community Page
- SharePointMagazine.net/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi Michael, Thanks again for another awesome post. I've been wondering how we can expand our SharePoint farm in an eco-friendly manner. I'd like to explore using VMWare ESX Server or...
- Hey Bill, The best place to deploy CSS files is in the Layouts folder of the 12 hive (usually: Program Files\Common Files\Microsoft Shared\web server extensions\12\Template\Layouts). The...
- Hi Greg, Great article. I have a master page ready but it uses a special css file in conjunction with core and others. What is the best way to deploy my special CSS file and where? Should I list it...
- Pingback from PJonDevelopment. http://tinyurl.com/ldpmer Nice tutorial.
- Great series. I'd like to add that not only are we virtualising our WFE's and application servers but also the database role on SQL 2008 running on ESX infrustructure. The key with...
SharePoint Magazine
SharePoint Magazine is an online magazine dedicated to the world of SharePoint and related Information Worker technologies.Writing CAML Queries For Retrieving List Items from a SharePoint List
Started by Arno Nel (SharePoint Magazine) · 10 months ago
Introduction
The Collaborative Application Markup Language (better known as CAML) is an XML-based query language that helps you querying, building and customizing Web sites based on Windows SharePoint Services. The XML elements define various aspects of a WSS site.
 In this first seri ... Continue reading »
The Collaborative Application Markup Language (better known as CAML) is an XML-based query language that helps you querying, building and customizing Web sites based on Windows SharePoint Services. The XML elements define various aspects of a WSS site.
 In this first seri ... Continue reading »
10 months ago
10 months ago
I would like to point out a great tool by John Holliday called CAML.net which helps write the CAML code for you and prevents quite a lot of typo errors. It is available on CodePlex at http://codeplex.com/camldotnet/
.b
10 months ago
Thank you for this posting. I've been doing a fair amount of CAML lately and have used this page as a starting point for alot of my work.
Thanks
9 months ago
Karine
8 months ago
After successfully retrieving the records using the GetListItems method, how can I use the result so I can insert it in a SQL table?
Thanks in advance
8 months ago
Very interesting and informative overview.
8 months ago
Thanks a lot for the wonderful post. I read the full post and just got every thing which I was looking for.
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
I use the U2U caml builder gor queries and I use the shpt web services to retrieve data.
I am facing a problem. When I want to get the data from a particular view of the list, I pass the view name of the getlistitems method and it returns me the rows belonging to that view only.
However, when I try getting the data from a view based on a query, the query returns the data from the all items view rather than from that particular view only, and as a result I get extra rows, what should i do to prevent this?
Thanks a lot
Akshaya
7 months ago
6 months ago
(Status = ‘Published’ AND Published Date=’10/10/2008’) AND (title contains ‘xyz’ OR descrition contains ’abcd’ OR submitter conains ‘aaa’)
5 months ago
4 months ago
I'm curious - has the method for expanding recurring calendar events over webservices been tested?
I have been able to get it working "server-side", as described in the iCal article; however - no combination of options seems to work for expanding recurring events using the web services interface.
4 months ago
I'm usintgSPSIteDataQuery accross multiple SubSite and use the SPWeb.GetSiteData(myCamlQuery)
thanks in advance!
2 months ago
This is the only place that I found this useful information about getting Calendar data throug lists.asmx webservice. But I got a problem and not sure why it behave this way. Basically, I was able to get calendar data from this month with all recurrence events. But when I click Next month, I put this code like you suggest in QueryOptions to set CalendarDate to the next month but it doesn't seem to effect anything. It's always return me the all events for the current month and upto the same day next month (e.i: if I query from today 4/21/2009, I'll get everything from April upto May 21) I can't seem to get further. Please help...
Thanks
XmlNode queryOptionsNode = camlDocument.CreateElement("QueryOptions");queryOptionsNode.InnerXml = "<ExpandRecurrences>TRUE</ExpandRecurrences>" + "<CalendarDate>2009-05-21T01:00:00Z</CalendarDate>";
1 month ago
1 month ago
This is one of the best posts that I've read on CAML. It's straightforward yet thorough. Unlike other articles that I've read about CAML, this one covers all scenarios.
Thank you very much!
4 weeks ago
Thanks in advance
2 weeks ago
Any suggestions