CSM Configurable Workspace - can't even add a new record menu item

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2021 07:13 AM
I'm trying to get started with the CSM Configurable Workspace and have looked through the "Guided Setup", I've got many issues but the 'simplest' one is adding a "New Record Menu Item".
I have added a record to the 'sys_aw_new_menu_item' table, and this now appears in the legacy Agent Workspace. However, the CSM Configurable still only has the "New Interaction" option. Interestingly, if I disable Interaction in the new record menu table it still is the only option.
Despite what the guided setup is saying, it looks like this table is being ignored. So if that's the case, what is the other option?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2021 07:27 AM
Hello Aidan,
I am excited to see you are using our latest Agent Workspace and starting to get an understanding of UI Builder. My team has recently launched aCOE on Community to help address some of these “how to” questions. Please take a look and see if your question is addressed in one of these modules. We are looking to build out future content as well, so please feel free to provide feedback.
Regards,
Amanda Joslin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2021 08:26 AM
Thanks for the response, I'll look through the material you've put together. On first viewing however there's nothing regarding adding the new record menu items so my question still remains.
The guided setup sends you to the same table as the "Agent Workspace" but this has no effect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2021 04:24 AM
Hi Aidan,
I agree, it is currently not obvious how to configure this. The Guided Setup does not help much.
However, there is a way: You need to go to Now Experience Framework > Experiences. There you open the CSM/FSM Configurable Workspace (or any other workspace you want to change). Then under UI Page Properties you need to open the chrome_tab record.
The JSON in the Value field is the one you need to change. The newTabMenu array defines what is displayed in the New Record Menu on the Configurable Workspace. Change the table, message, and condition or add a complete new element to the array.
Regards,
Hendrik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2021 12:40 AM
Hi Hendrik
thanks for the suggestion, I'll give it a try and get back to you.