How can I add an info/error message to Agent Workspace list view?

Hopn
Tera Contributor

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!

1 REPLY 1

Maik Skoddow
Tera Patron
Tera Patron

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.