List button for project operations workspace on side navigator

mike56
Tera Expert

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!

5 REPLIES 5

MC30
Tera Guru

Hi @mike56 ,

 

The Breadcrumb App Shell (used by Project Workspace) doesn’t support side navigation icons like “Home” or “List” by default, unlike the Service Operations Workspace.

To achieve the same look:

  1. Open UI Builder and select the Project Workspace experience.

  2. Inside the Breadcrumb App Shell, manually add a side panel slot (if not already there).

  3. Drag a Navigation component into the side panel.

  4. Add a “List” menu item (with icon list) and point it to your custom list page.

  5. Create that list page with a Record List component showing your desired records.

This will give your Project Workspace the same “List” icon behavior as seen in Service Operations Workspace.

 

If my response helped please mark it correct or Helpful.

Regards,
Madhuri

mike56
Tera Expert

Hi,

I tried to follow step by step and could not follow up. Could you please show me with png because I can't quite seem to find the references from your answer.

Thank you!

@MC30 

kartikey
Tera Contributor

hey, did you get an answer yet?

Hi, no unfortunately not.