List button for project operations workspace on side navigator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 02:35 AM
Hello,
If one opens the standard "service operations workspace" . on the purple side navigator panel there are vertical icons. 1st one is "home", 2nd one is "list". I need to implement the same "list" button on the same place but for the "project workspace". I tried to configure it but the "project workspace's" app shell which is "Breadcrumb App Shell" doesn't have the list configuration like the "service operations workspace". How can I achieve this?
Any help will be appreciated.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 02:26 AM
That's because this clearly is an AI generated answer that isn't tested/validated by the person answering you. I have no idea who marked it helpful, but these kinds of responses should be banned.
I haven't tried it yet (no need for it on my instance), but if you create a sys_ux_list_menu_config record for the workspace, you can add the categories and list you need under there. Then create a UX Page Property (sys_ux_page_property) with the correct config (take an existing one to see how to do that). The sysID of the menu_config record should be the value on your listConfigId property.
Add a List page to the workspace (use SOW as example) and it should get you started.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark