How to create multilevel menu in Service Portal Header Menu

reginabautista
Kilo Sage

Hi everyone,

I was wondering if it were possible to create a multi-level menu in the Service Portal's Header Menu such as below? Thanks - Regina

find_real_file.png

1 ACCEPTED SOLUTION

It's a related record to the header menu widget.



a2f00b6f75.png


View solution in original post

5 REPLIES 5

Hey Brad



Would you know why my list is not displaying on the menu? Am I missing something? Thanks



Menu Item = Reports


Type = Scripted List



var items = [];



items.push("My Open Items");


items.push("My Closed Items");


items.push("All Items");


items.push("My Groups Items");


items.push("My Group's Tasks");



data.items = items;