Thursday, 20 February 2020

HighLighten CAML Query

HighLighten Query


Below is a nice CAML query that shows the documents in a document library that are approved.
<View><Query><FieldRef Name='Approval_x0020_Status'/>
<Where>
<Eq><FieldRef Name='Approval_x0020_Status' />
<Value Type='Text'>Good</Value>
</Eq>
</Where>
</Query><RowLimit>100</RowLimit></View>

How to add the Web Part?

In the new Site Page, add the Highlighten webpart and Edit, CAML query,select the Document library.