CSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

CSM Dashboard gives "Method invocation failure for"

When trying to run Dashboard reports inside CSM Workspace, I get the following error message and it will not display the report. "Method invocation failure for: com.glide.ui.list.graphql.listLayout.ListLayout::getAllColumns" This happens with my ID o...

Kumar122 by Tera Contributor
  • 1581 Views
  • 6 replies
  • 0 helpfuls

Resolved! Visibility of HR cases based on region

Agents for USA and Canada canonly be able to see cases raised in NA. They will also not be able to see cases raised in other regions.To fulfill this criteria, can I use Query BR or ACL is only way to do it with full proof security? 

Apaul by Tera Contributor
  • 660 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to write business roles based on fields between associated tables?

I have the following business roles. var groupName = "G2U%";            var typeName = "Organization";            var f = 1;              //現在のキャラクタの下にあるすべてのuserを取得して、に戻ります                         var userGroup = new GlideRecord("sys_user_grmember");...

shiz_0-1752026387328.png shiz_1-1752026417750.png
shiz by Tera Contributor
  • 1490 Views
  • 10 replies
  • 1 helpfuls

How to hide topic in Virtual Agent

I want to remove unwanted topics from the virtual agent's topics in the csm portal.I set the script to return false in the topic condition, but it does not hide it.I have changed the permissions to “public” and deleted topic「Business support hours」, ...

Minamizono_0-1752025699183.png
Minamizono by Tera Contributor
  • 573 Views
  • 2 replies
  • 0 helpfuls

Clone Report Widget Issue

I cloned the report widget, and tried to use it in my application. However, it displays an error. Does anyone know how to solve it?Error message:The widget shows this:

ThiagoHayashi_0-1751983702332.png ThiagoHayashi_1-1751983716126.png

Special Handling Notes

Hi Team,I'm actually facing an issue with Special handling note.The "short description" or the heading of the special handling note is not getting displayed in a single Line format in the popup window, rather than that, it is getting displayed as wor...

fayaz T K by Tera Contributor
  • 2392 Views
  • 10 replies
  • 0 helpfuls

Resolved! CSM FSM

Where do I study CSM FSM , theory and implementation also ? 

Andleeb by Tera Contributor
  • 887 Views
  • 3 replies
  • 1 helpfuls

Client Script not showing variable message on new line

In a client script, I’m trying to display a message on a variable field with line breaks (using <br> or \n). But the message appears in a single line. Is there a ServiceNow-supported way to render messages with new lines or styled HTML in catalog ite...