- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 08:00 PM
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.
Solved! Go to Solution.
- Labels:
-
Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2022 01:35 AM
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
3. In the related list, look for chrome_toolbar
4. Open and refer to the existing JSON. Then add your menu item as required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2022 01:35 AM
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
3. In the related list, look for chrome_toolbar
4. Open and refer to the existing JSON. Then add your menu item as required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 05:15 AM
@Robin John i have a requirement can we open any specific record producer by clicking on menu item navigation ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 03:04 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 04:07 AM
it's not working as expected sir, then I created a new page and using iframe to call the record producer