Multiple Views in Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2022 09:23 PM
Hello,
I need to have 2 views on the same table in the agent workspace. Other than view rules how can I achieve?
Why I am not looking for view rules? Because as per my requirement in workspace lists I have two different names but the table was the same.
Any Idea?
One more question - Why can't I set existing views? Because of configuring workspace view, I need to modify or add client scripts, UI actions and I don't what else to add......
Great Thanks,
Regards,
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 01:10 AM
Hi,
The best way is to do based on view rules only, if not then write a Client script and make use of below methods..
getView(), switchView();
For more info, check this link.