Forum Discussion

Gregory Frick's avatar
Gregory Frick
Iron Contributor
Dec 09, 2016
Solved

Make it easier to check in and check out

I spoke with an internal client today and her group relies on checking files in and out. The option to check out and check in files is buried deeper in UI.  Now you have to click ellipsis, ellipsis, advanced, check out. In SharePoint 2010 they just click the drop down menu and select check out.  How can I surface the option to check out a file off the first or second ellipsis.

  • I would recommend sticking with clicking Files tab in the ribbon then selecting a document, so Check In/Out/Discard in a click away.

     

     

    Anyway, it's going to a New UI (OneDrive view) experience, which can be changed dramatically in near future.

     

     

    It's definitely possible to modify callout behavior by adding custom action or inject redundant quick buttons in DocumentLibraryQCB area with custom script if it worth it.

     

     

7 Replies

  • In Modern UI document libraries Check In/Out menus options are a bit closer (actually one click closer - 3 clicks path through ellipsis either top menu).

    I personally prefer a ribbon actions for these operations in classic views (also 2-3 clicks away: select a document, Files tab in a ribbon and the desired option) or right-click on a document in a view, advanced and the action. In SPO in classic views, there is also a quick buttons menu (above views toggle links and list search control).

    • Gregory Frick's avatar
      Gregory Frick
      Iron Contributor

      Thanks for your responses Andrew Koltyakov.  I was really wondering if someone had added a link to check-out\check-out up higher in the UI.  For example, add a link on the first click on the ellipsis. 

      • Andrew Koltyakov's avatar
        Andrew Koltyakov
        MVP

        I would recommend sticking with clicking Files tab in the ribbon then selecting a document, so Check In/Out/Discard in a click away.

         

         

        Anyway, it's going to a New UI (OneDrive view) experience, which can be changed dramatically in near future.

         

         

        It's definitely possible to modify callout behavior by adding custom action or inject redundant quick buttons in DocumentLibraryQCB area with custom script if it worth it.

         

         

  • I agree, having just had to go looking for the check-in option. It's not obvious which means that documents are more likely than before to remain checked out. We use a script now across the on-prem farm to identify what is checked out, how to do that easily in SPO?

    • Andrew Koltyakov's avatar
      Andrew Koltyakov
      MVP

      There is a possibility to get all checked out documents with the use of `CheckoutUser` field filtering or search.

      E.g. it can be achieved with such actions described in the article. The store also can be helpful.

Resources