Hi.
Is it possible to set default screens for roles, not only for users?
Thank you for your answer.
Regards,
Balázs
Hi.
Is it possible to set default screens for roles, not only for users?
Thank you for your answer.
Regards,
Balázs
Hi,
You can do it for roles as well as for groups. But it requires some coding. For groups you can configure a session attribute ‘default_screen’ or something. For each group you put the screenId value in.
For roles you can extend the entity and add the attribute or create a new entity containing the screenId and role.
Then in the main window (or at the login events in the web layer) you read the screenId programatically and open the screen. For roles the problem is: a user can have multiple roles… with the session attribute capabilities from the group you automatically get inheritance of those definition.
So you can define a company wide start screen and each department can override this setting.
Bye
Mario