set stacked view as default in agent workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2022 12:34 PM
I need to set stacked view as default for agent workspace, how can I do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 07:55 AM
Also trying to figure out how to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 08:30 AM
Also looking for a way to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 04:33 AM
1. Set stacked view as default in agent workspace
Answer: This is not possible due the function used is configured in backend layer which is not accessible by users.
2. It is pre-saved per user basis. Where?
Answer: You can find this record in the "sys_activity_supplemental" table with payload record:
{"incident_compose_stacked_view":true}
Thanks,
Mo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 04:29 AM
I am not sure if you have already found the answer to this question. I will post some answers for future reference.
1. Set stacked view as default in agent workspace
Answer: This is not possible due the function used is configured in backend layer which is not accessible by users.
2. It is pre-saved per user basis. Where?
Answer: You can find this record in the "sys_activity_supplemental" table with payload record:
{"incident_compose_stacked_view":true}
Hope this helps.
Best wishes,
Mo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 08:10 AM - edited 10-22-2024 08:22 AM
Please let us know if this works in CSM Configurable Workspace!
I tried adding a record with payload of case_compose_stacked_view and it doesn't seem to work in CSMCW.