Hi,
I'd like to create a custom page in EspoCRM that acts as a homepage after user login. On this page, I want to display tabs like "Project 1", "Project 2", etc., and based on which tab the user clicks, it should:
I have a few specific questions:
I'd like to create a custom page in EspoCRM that acts as a homepage after user login. On this page, I want to display tabs like "Project 1", "Project 2", etc., and based on which tab the user clicks, it should:
- Show different sets of data.
- Load different layouts (e.g., fields shown or view arrangement) depending on the selected project.
I have a few specific questions:
- Is there a way to define such a custom view with tabs that conditionally renders content/layout?
- How can I register this view?
- Can this page be set as the default landing page after login for users (without modifying core files)?
- If I use layout sets, can they be dynamically applied based on the selected tab or project?
Comment