Hi,
Where as the following is working fine for all the Menu Items, But Not working for View Menu.I am not understanding the problem, Could any one help me to find the solution.
Working Code
var DMMenuCnt = Form["StripMainMenu"]["Items"]("Orders")["SubMenu"]["Items"]("Confirmations")["SubMenu"]["Count"];
DMMenuCnt = Form["StripMainMenu"]["Items"]("Orders")["SubMenu"]["Items"]("Confirmations")["SubMenu"]["Count"];
ShowMessage(DMMenuCnt)
Non Working Code
var DMMenuCnt = Form["StripMainMenu"]["Items"]("View")["SubMenu"]["Items"]("Deal Manager")["SubMenu"]["Count"];
ShowMessage(DMMenuCnt)
Regards,
Abdul Rahim