How to setup default workspace in version 16

In v14 when logged-in it goes to specific workspace. Now in v16 it shows apps then I need to click an app then sub-app. I want Regional HR role to land in specific workspace. How to do that?

@anilpoda

User and Role doctypes both have default workspace option to be set as homepage for any user.

can you be specific, I dont find any default workspace option for Roles. However I can see for individual users I see default Workspace option. But there are 800 employees, I can’t default workspace for everyone

Hi @anilpoda

I think he is referring to the Home page Route in in the Roles (e.g. /app/selling in v15 and /desk/selling in v16)

I tested it but it seems its not working for the role profile

Let me know if it works for you

Alternatively you can do bulk updates on the default workspace for groups of users based on the filters

1 Like

hi did you find any solutions that it works?

Jumping in on this older post, has anyone tried creating a script to set a default workspace based on role? It could streamline the login process for larger teams and save some clicks. Would love to hear if anyone has found alternative methods or updates since the last discussion.

There are 3 ways to set “homepage” for users. 1) Role > Default home page (can be any URL). 2) User > Default Workspace (if you need to set it for all users or for every newly created user, you need to use Python). 3) use hooks.py and “on_login =”

1 Like