Skip to content

Instantly share code, notes, and snippets.

@javierguerrero
Created May 7, 2015 16:48
Show Gist options
  • Save javierguerrero/9f0b7042f02e7c953e8d to your computer and use it in GitHub Desktop.
Save javierguerrero/9f0b7042f02e7c953e8d to your computer and use it in GitHub Desktop.
CAML – Query Lookup Field by ID; not by Value
<Query>
<Where>
<Eq>
<FieldRef Name="Area" LookupId="TRUE" />
<Value Type="Lookup">10</Value>
</Eq>
</Where>
</Query>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment