[SOLVED] Problem sc_menu_item dosen't work

Hi everyone, hope you all be fine.
i have the last version 9.11.002 (9)
i want use menu dynamicaly so i use {sc_menu_item} but doesn’t work. i decide to create a new menu to teste. so i create menu with simple sub item_2.

onExecute

if ({sc_menu_item} == “item_2”){
sc_redir(grid_tb_achat);
}else{
sc_redir(grid_tb_vente);
}

when i run and even i click on sub menu item_2 nothing happend…

whats wrong with this issue.

plz help

I solve it…
Just i should write anything (text) in ‘Link/Application’ like ‘blank’ and onExecute code run correctly…

Thats it

1 Like

Thanks for comming back to post the solution!

1 Like