
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 06:42 AM
Hi,
We have created the new table in the application scope with interaction table extends. Here, we would like to add and display that table in the agent workspace view. How can we display?
Please review the following screenshot. We have to add the interaction like incidents in the list section. Thanks!
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
-
Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 07:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 08:48 AM
Hi Vijay!
I am assuming that you want to show the list and form in Agent Workspace for users to edit/create?
First of all, you would want to create a Workspace List Category [sys_aw_list_category], also available under Agent Workspace > Lists > List Categories. Give it the title of your table or anything else really, it doesn't directly affect list results.
Next, you want to create a list filter and assign it to the list category. Go to Agent Workspace > Lists > List Filters [sys_aw_list] and click New.
- Under Category, choose your recently created category.
- Under Table, choose your custom table.
- Under columns, choose which columns you want your default view to have in Agent Workspace.
- Conditions will allow you to filter the default list.
I believe this is all you need in order to show the list in Agent Workspace. As for the form, when you open a record, you might not be able to modify it! In order to fix that, go into your form layout in the backend and create a new view called "Workspace", this will automatically allow you to edit the form in Agent Workspace.
If you would like to create a new record in Agent Workspace for that table from the + button on the top left, you can add it through Agent Workspace > New Record Menu [sys_aw_menu_item].
Hope this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2020 10:47 PM
Thanks all for the reply. We have completed this feature as per Naveen's comments. Thanks!