We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Info messages or error messages in agent workspace lists

shiva krishna
Kilo Contributor

Is there a way to display info or error messages in agent workspace list view?

1 ACCEPTED SOLUTION

cx2162
Tera Guru

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

View solution in original post

2 REPLIES 2

cx2162
Tera Guru

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

Ok. Thanks