Portal Menu Item

Greg L
Tera Contributor

I'm looking for some guidance on how to create menu items in the Service Portal for defects and enhancements. Specifically, I'd like users to be able to click on these menu items to view all logged defects and enhancements (similar to how a CSM customer would view cases).

I know how to create the menu item itself, but I'm unsure about the process of creating the corresponding pages that would display this information. Additionally, I assume I'll need to configure ACLs to ensure proper access control for users.

Could anyone provide some step-by-step instructions or point me in the right direction on setting up the page and any required ACLs?

5 REPLIES 5

Bhavya11
Kilo Patron

hi @Greg L ,

 

you can try this way:

goto to SP Header Menu main menu from portal then 

Bhavya11_0-1729227826032.png

after opening that you can scroll down and create new menu item

then fill as below

Bhavya11_1-1729227997386.png

once you clicked on that it will open defect like this

 

Bhavya11_2-1729228029094.png

as per the ACl to view defect they should have least on of these role scrum_user ,scrum_admin  and feature_user 

 

 

Please mark helpful & correct answer if it's really worthy for you.

 

Thanks,

BK

Greg L
Tera Contributor

Ok what I actually need is a page to display this, so I have the menu item, but when I click on 'all defects' I want to be taken to a page simiar to the all cases as per my example which just shows all active defects

 

GregL_0-1730268618316.pngGregL_1-1730268762863.png

 

Satoshi Abe
Mega Sage

hi @Greg L 

please ckeck the following url.

this is similar requirement for you.

https://www.servicenow.com/community/developer-forum/url-to-show-a-record-from-a-table-in-service-po...

Ok I have this kind of working.

 

When I click on the 'defects' menu item i can now get the defects view,  which is just the scrum view of the list, however it shows too much i.e. I don't want to see the 'New' button, do I need to create a new view just to use for this? If so how do I do this.

GregL_0-1730337448159.png

 

And then when you click into the defect it displays the entire form

GregL_1-1730337617334.png

 

Where I want a view more like the cases 

GregL_2-1730337701869.png