Tuesday 11 March 2014

SharePoint lookup caml query example

SharePoint lookup caml query example
var strV=5; // This should be WSSID of the term
<View><Query><Where><In><FieldRef Name='ColumnName' LookupId='TRUE' /><Values><Value Type='Integer'>strV</Value></Values></In></Where></Query></View>