Try our conversational search powered by Generative AI!

How to create new menu category under CMS=>Admin

Vote:
 

Hello,

I have a requirement to create new menu category under CMS => Admin section.

Below is the existing out-of-box menu

1) Access Rigths

2) Scheduled Jobs

3) Tools

So i need to create new category to above existing structure like, under this new category i'll create multiple .aspx pages as per my need.

4) Employee Management

I have tried to use below attribute but it is creating under "Tools" category.

[GuiPlugIn(
Area = PlugInArea.AdminMenu,
Description = "User Login",
Category = "Employee Management",
DisplayName = "User Login",
Url = "~/Employee/UserLogin.aspx",
SortIndex = 1020)]

Can someone help on this?

Thanks,

Suresh Bodapothula

#205414
Jul 09, 2019 18:37
Vote:
 

Hi Suresh

The Category property is used only for GUI plugins, where the Area is ReportMenu.

GUI plugins, where Area is AdminMenu, are always kept in the Tools section. You cannot customized that grouping.

#205430
Jul 10, 2019 7:42
Vote:
 

Hi Stefan,

Thanks for the update.

Thanks,

Suresh Bodapothula

#205431
Jul 10, 2019 7:45
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.