Powershell scripts for Sharepoint 2010
Use
<Where>
<Eq>
<FieldRef Name='yourBooleanFieldName' />
<Value Type='Integer'>1</Value>
</Eq>
</Where>
not as expected
<Where>
<Eq>
<FieldRef Name='YourBooleanFieldName' />
<Value Type='Boolean'>TRUE</Value>
</Eq>
</Where>
CAML query | query boolean | boolean | bool | query
© 2012 All rights reserved.