How can I add an info/error message to Agent Workspace list view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2021 06:40 AM
Hi!
How can I add an info/error message to Agent Workspace list view? I've created a business rule to run when a field is changed using the agent workspace list edit button. The business rule runs accordingly but addInfoMessage (or addErrorMessage) does not add the messages, it only shows a standard error message (see attachment).
Thanks!
- Labels:
-
Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2021 06:48 AM
Hi
I think there is no OOTB solution for lists. On a form you could invoke g_form.addInfoMessage() but there is no pendant for lists.
You only could implement your own UI component for such a use case.
Kind regards
Maik
If I could help you anyway please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.