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

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

Forum Posts

on change client script

i have three on change client scripts running to calculate priority they areon change of impact,on change of urgency,on change of business criticalityfunction onChange(control, oldValue, newValue, isLoading) {if (isLoading || newValue === oldValue) {...

Create Case from Virtual Agent

Hi all, I'm trying to create a case from Virtual  Agent by mapping some of my mandatory fields. But, the below code is not working and not creating a case. (function execute() { var caseBT = new GlideRecord('sn_customerservice_b2b_technical_support')...

Performance issue after CSM installation (sys_user table affected)

Hello everyone, I would like to ask for your advice and possible hints to help resolve the issue we're facing on customer production instance.  Issue:Performance issue with loading forms which contains ref. to sys_user table. After the CSM plugin ins...

Radim4 by Tera Contributor
  • 773 Views
  • 2 replies
  • 0 helpfuls

UI Page g_form.save() doesn't commit changes

Hi, I am currently trying to set a choice field on the work order task to an option selected by the user in a GlideDialogWindow which is generated from a UI page.  I need to set the 'Clear code' on the work order task to the selected 'Clear code' val...

find_real_file.png find_real_file.png
SS132314 by Kilo Contributor
  • 4958 Views
  • 7 replies
  • 1 helpfuls

Edit columns in My Lists widget

Hi community I would like to update the default column for My Lists. I knew I should edit it here CSMServiceManagementUtil in Script include. However, this script include is read-only and cannot be edited or copied. Please tell me how to set it and w...

yasu4 by Kilo Guru
  • 1746 Views
  • 4 replies
  • 1 helpfuls

Inbound Email Action to Parse an email

Hi All , Looking for  a Solution to Parse an email received from CRM  to create a record in Accounts Table in CSM .  The Email contains the values of the all fields names in Accounts Table  . Has anyanyone implemented similar Solution . Is yes please...

PV MADHU1 by Tera Contributor
  • 611 Views
  • 3 replies
  • 0 helpfuls

Converting Request Catalog Items to Case Catalog Items

My organization is currently using ITSM and are exploring the possibility of using CSM. We have a ton of catalog items (forms) that create requests and all of our catalog items are associated with workflows for the tasks creation. My question is what...

TStark by Kilo Sage
  • 2225 Views
  • 5 replies
  • 1 helpfuls

Modification under Reports List View

Hi All, We have a requirement from Senior Leaders to modify the Reports list view where many reports are listed but it is hard to identify which report is listed under which Dashboard. What is the possibility of identifying reports under each Dashboa...

Change KB of Agent Assist in CSM Workspace

Hi everyone, In CSM workspace, when the live agent talks with the end user, one of the options is Agent Assist which does a contextual search based on the short description value. Can you please tell me where does this agent assist get its source of ...

Resolved! favourites_list implementation

Hi!I need to implement favourites in the CSM Portal, just as it is in the ESC Portal, meaning next to each Article, Request, etc., there needs to be a heart sign that the user can click to mark the item as a favourite. Then all favourites should be s...

KleoKocaqi by Tera Contributor
  • 640 Views
  • 1 replies
  • 1 helpfuls

Dashboard Visibility

if in the documentation of ServiceNow dashboard its stated that "A dashboard defined at the global level is visible to all users with whom it has been shared"why cant my user in a different domain cant see my dashboard which is in global domain ? eve...