Hide Module in MenuSuite

SUDARSANSUDARSAN Member Posts: 7
I want to hide module based on company using Navision Codeunit.

Ex:
I'm having Company X and Company Y
Module 1(Service):Finance
Module 2(Service):Warehouse
For Company X both Module(Services) should be display.
For Company Y Module 1(Service) should be display and Module 2(Service) should hide

Comments

  • vivek4121vivek4121 Member Posts: 165
    I guess there is no standard codeunit define for this.
  • vaprogvaprog Member Posts: 1,116
    I don't know for entire menus, but try it: Menu items get hidden if you do not have permission to use it. Groups get hidden, if there are no items nor groups showing within it. So, don't grant any permissions to any item in the menu you want to hide.
Sign In or Register to comment.