This topic is locked

Menu Label Names

7/11/2014 10:13:08 AM
ASPRunnerPro General questions
lefty author

I have advanced security setup in my project ASPrunner 8.0 . I have the need to have certain groups see the horizontal menu label names on the list page and the main menu show certain label name depending on the security group . Is this possible in Menu Editor?
Example
ADMIN : MYPAGE ADMIN

DEFAULT USER : MYPAGE USER
So when default user logs in he sees MYPAGE USER TAB INSTEAD OF MYPAGE ADMIN TAB on menus. The user is actually going to the same page but security may be setup so he can just see record where admin can edit record so I need different names labes for menu without making different views for each group.

Sergey Kornilov admin 7/21/2014

If you need to avoid making several custom views and just need to change the menu item label you can use MenuItemModify event for this purpose.
See examples at http://xlinesoft.com/asprunnerpro/docs/menu_item_modify.htm for more info.