We've updated our theme! Please refresh your browser if things don't look right.

Tagged Questions

0
votes
1answer
17 views

CAML: Filter URL field on description (not on URL)

I have a list with an URL-field. Nothing special, just the OOTB Hyperlink-field. I want to execute a CAML-query that selects items with a certain value in the description part of …
3
votes
4answers
57 views

Where can I find a lists of CAMLvariables and ServerVariables?

Having some trouble finding a list of these variables. Any help would be greatly appreciated. More specifically, when I see this on the page: <ParameterBinding Name="UserID" Lo …
-3
votes
1answer
41 views

Using lambda expression on building CAML queries [closed]

Recently we released open-source project for creating CAML queries using lamdba expressions - Camlex.NET stored on CodePlex - http://camlex.codeplex.com/ - to help building CAML q …
1
vote
0answers
30 views

Visual Studio reports fake schema validation errors. How to clean SharePoint schema cache?

I have recently generated a couple of ListDefinitions using both SPSource and VSeWSS SharePoint Solution Generator. In both cases, surpisingly, Visual Studio reports fake schema va …
0
votes
3answers
187 views

How to replicate a query join in CAML

Hi, In SharePoint 2007, if I had 2 lists with a master/detail type relationship (via a lookup column) how would I best implement a search query across these 2 lists (for a custom …