Open Multiple Menu Items programatically after Login

Is there any way to do this?

You can open differents menus:

if ($myvar == “Y”) {
sc_redir(‘menu_main’);
} else {
sc_redir(‘menu_client’);
}

1 Like

Thanks in advance, But please can you clarify that.
If you explain in steps I be thanks for you

Thanks I solved it by another way.