Diferent Starting View if open from un role or another?

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!

0 1 58
1 REPLY 1

You can use IF() expressions in the starting view option:

IF(USERROLE()="Admin","Menú Inicio","Customer View")

Top Labels in this Space