User's rights

  • 0

    On SP2, I can set a user up as Info Manager in order to allow them to add templates on behalf of other users; this is OK, however, I don't want them to be able to edit/create new reports, how can I get round this one, please?

  • 0

    Any thoughts?... I simply want to give a user rights to upload documents for others without giving him Info Manager rights...

  • 0

    Make the user an info admin with the document rights.

    Look them up in the DB, note their user ID.

    Create a new tab for the 'user' menu (my CRM), name it Templates or something similar, give it a system action of 'documenttemplates'. Set the SQL on the table to be: -

    user_userId = [users userId]

    So that it is just visible for the user you want to be able to uplaod docs.

    Go back to the system menus, and select 'Menu Root'. Select the 'Administration' entry, and set the SQL to be: -

    User_userId <> [users userid].

    That way, the user cannot get into the admin side of CRM, but, they can upload the documents on the new tab you have created.

    I am a bit confused about your first post though, with regard to the reports, can you expand a little?

  • 0

    Hi Toby

    Thanks for your reply. My problem is that if I give a user Info admin rights, when they go into the Reports section (My CRM), they are then able to run and edit reports, which I don't want. So...I cannot set up a user as info admin to give them access to the documents because I don't want this person to be able to edit or run reports; I hope this is a a little clear(?).

    Thanks again

    Bea