- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2016 07:06 AM
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
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2016 07:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2016 08:54 AM
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;