Hi, there's a way to change the starting view if the user has diferent role?
For example, if I start as Admin, them go to "Menú Inicio", but if I start as "Customer" the go to another starting view?
Thanks!
You can use IF() expressions in the starting view option:
IF(USERROLE()="Admin","Menú Inicio","Customer View")
User | Count |
---|---|
25 | |
15 | |
4 | |
3 | |
3 |