add a new menu to the left menu bar of the Agent Workspace.

Kaito Mori
Tera Contributor

I would like to add new menus other than Home, List, and Analysis Center on Agent Workspace.
I understand that this can be set up on the Agent Workspace configuration screen, but I cannot put a landing page similar to the home screen. Please let me know how to do this.

1 ACCEPTED SOLUTION

Robin John
Kilo Sage

If I understand the requirement correctly and assuming you are using the CSM/FSM Configurable Workspace (UI builder):
1. Navigate to sys_ux_page_registry.list from the filter navigator. (nav_to.do?uri=%2Fsys_ux_page_registry_list.do)

2. Look for your workspace
find_real_file.png
3. In the related list, look for chrome_toolbar
find_real_file.png

4. Open and refer to the existing JSON. Then add your menu item as required.

View solution in original post

4 REPLIES 4

Robin John
Kilo Sage

If I understand the requirement correctly and assuming you are using the CSM/FSM Configurable Workspace (UI builder):
1. Navigate to sys_ux_page_registry.list from the filter navigator. (nav_to.do?uri=%2Fsys_ux_page_registry_list.do)

2. Look for your workspace
find_real_file.png
3. In the related list, look for chrome_toolbar
find_real_file.png

4. Open and refer to the existing JSON. Then add your menu item as required.

@Robin John i have a requirement can we open any specific record producer by clicking on menu item navigation ?

Technically yes.
One way will be to create a new page with the right components. In the component's configuration, you can specify the record producer that you would like to open (via sys_id) and then in you menu navigation, you can create a new entry and link it to this new page. 
Another way will be to edit the JSON of the chrome toolbar page property and pass the route parameters in there.

it's not working as expected sir, then I created a new page and using iframe to call the record producer