starting an grid with MainMenu after Login

Hello,

if I am loging in into my application, I would like to start automatically a special grid. How can I do that? redirection works, but I don’s see a MainMenu anymore.

BR
Stefan

Hi Stefan, if you have the special grid works without any parameters or input needed, then just added to your menu application
in case your grid needs processing before showing it in the menu iframe, then here is a trick i used and it worked
in your menu application, onLoad event add this: if (xx==yy) {[my_start_application]= ‘my_application’; [parameter]=‘xxxx’;} else {[my_start_application]= ‘my_application’;[parameter]=‘yyyy’;}
in your menu options, set this variable [my_start_application] as your start application
hope it helps.