Forum Discussion
Venkata Ratnam Vemula
May 16, 2017Brass Contributor
Retrieve files from Sharepoint Document Library that are checked out using CSOM
Hi, I have a document library, with some meta data fields that are required while uploading a document to library. Few users just upload the document without entering the metadata values- Which leav...
Deleted
May 30, 2017alternative ways to do....
1 - I'm guessing for permission reasons you don't want users to view files other users have checked out?
From the page they upload the content from, create a button ('admin' button?) to a seperate page with which has list webpart...select the fields you want visible and then filter the list on the checked out file and make it =[Me]
2. if you don't want to create an alternate page to visit.....in the list, create the required view as above....filter to checkoutuser = [Me]. Then use CSS and the webpart options to hide the options to view other views of the list - when using CSS put target audience on web part so admins can still see full page and only the users get the limited options.