I am just learning SharePoint on 2013. I need to create a view using JavaScript to list all checked out files throughout a site. I need to be sure to look through all libraries. Can anyone assist or point me where to look?
2 Answers
Use content Search Webpart to query the document content type and find out the files in check-out state intead of using javascript to query all sources.
if you require to show only document that are checkout by current user you can the OOB web part "Relevant Document". For reference link