Bulk edit tool for Project online

Home Forums Bulk Edit Support Forum Bulk edit tool for Project online

Viewing 1 reply thread
  • Author
    Posts
    • #121748
      Brijesh
      Guest

      • Is there a way to restrict the access who can use the Bulk Edit Tool ?
      • Is it possible to hide the Bulk Edit Tool from Ribbon ?
      • If someone is using the bulk edit tool then will they see all the projects or only the ones they can see it in Project Center ?

    • #123488
      Martin Laukkanen
      Keymaster

      Hi,

      While there is no configuration support to hide the icon, it can be done with a small bit if CSS added to the Project Center page (in a content editor web part):

      <style type="text/css">
      #Ribbon\.ContextualTabs\.ProjectCenter\.Home\.Apps {
       display: none;
      }
      </style>

      Otherwise all users of Bulk Edit require full reporting database access (ie all projects), if a user does not have access to modify a particular project they will not be able to make changes, unfortunately however that is not a supported scenario and will result in errors.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.