- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2022 04:18 AM
Is there a way to display info or error messages in agent workspace list view?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2022 04:20 AM
Hello,
I guess there is no way to display info/error messages in Agent Workspace lists.
We can display them on the forms using normal way like g_form.addInfoMessage()/g_form.addErrorMessage(), but I guess those will not work for list view in AW.
Thanks,
Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2022 04:20 AM
Hello,
I guess there is no way to display info/error messages in Agent Workspace lists.
We can display them on the forms using normal way like g_form.addInfoMessage()/g_form.addErrorMessage(), but I guess those will not work for list view in AW.
Thanks,
Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2022 04:29 AM
Ok. Thanks