Employee Center - Need to create a new link

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2025 01:36 PM
I am attempting to create a new Link on the Employee Center where an end user will be able to see all the requests created by a member of their group(s). I would like to essentially have a replica of the Requests page, but with an updated filter. However, I can't seem to get it to show on the Employee Center at the very top of the page.
Has anyone been able to create this before or be able to point the direction to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2025 03:55 AM
Hi Aaron,
The very top of Employee center is coming from "Employee center Header" record in "sp_header_footer" table.
The "My request" menu is hardcoded in this record.
One way is:
You can create a Menu in "sp_rectangle_menu_item" table with Parent menu = "Employee Center Menu", Type=page and Page="<your page>".
Then you can create a new Menu item inside Advanced portal navigation record and map above menu item. It would appear with taxonomy in second row of Employee center header. You can refer below screenshots.