Discussions

 View Only
  • 1.  Role for Builders with NO Sharing

    Posted 08-16-2019 15:30
    Hello,

    I'm trying to create a role for users ("Builders") that will be similar to the "Administrator" role, but without the ability to share an app with new users.  

    I tried cloning the Administrator role and un-checking "Manage users and share the app" and leaving "Edit app structure and permissions" checked. The result was the user could modify existing tables, but when creating a new table a full administrator had to grant the user/role access to the table before they do anything further with it.  Curious that you can create a table and not have access to it.  No good.

    I'm attempting to use javascript to remove the share button from the DOM. Services workers are out since they cannot modify DOM.  I can't figure out how to use the IOL approach since it relies on a calculated field, which is not an option for the Manage Users page.

    I tried to modify the IOL approach to get it to work via branding, but I have not been successful.

    How can I remove the share button and preserve all other admin functions for my Builders? Are there any tips and tricks I haven't yet discovered?


    Thank you,


  • 2.  RE: Role for Builders with NO Sharing

    Posted 08-16-2019 15:53
    What was the issue you were having with the branding on load technique? You shouldn't need to modify the iol one, follow the tutorial for branding on load.

    https://community.quickbase.com/quickbase/topics/how-to-install-bol-branding-on-load

    Not sure if that is the most up to date one or not.


  • 3.  RE: Role for Builders with NO Sharing

    Posted 08-16-2019 20:06
    That was exactly what I needed!

    I was trying to get IOL to work with branding... I didn't know this method existed.

    I was able to get it to do exactly what I needed.

    Thank you!