All checked out documents for site collection

List of all checked out documents not just Checked Out To me
Steps ( MOSS only ) :
1. Navigate to Home > View All Site Content > Content and Structures Reports > Create a new report with following CAML Query
<Where><Geq><FieldRef Name="CheckoutUser" LookupId="TRUE"/><Value Type="int">0</Value></Geq></Where>
all checkout report

2. Navigate to Site Action > Manage Content and Structure > Change the view to All Checked Out documents ( from right side view drop down)

Comments

Popular posts from this blog

SharePoint 2016 and 2019 Ports

Clear fields based on drop-down values in PowerApps

Hide a SharePoint list field based on user group using JQuery Webservice in 2010