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

Forum Posts

Report on case first update

Is it possible with standatf reporting (not PA) to create the following report? - the average time it takes to first update a Case that a customer logs? Need average time over the past month, 3 months and 6 months.

Scotty88 by Tera Contributor
  • 533 Views
  • 3 replies
  • 0 helpfuls

Resolved! Outbound mail configuration

 I need outbound emails to customers to be sent from the support@examplecompanyname.com email address rather than individual agents' personal emails. When the agent composes and sends an outbound email to the customer, the email is sent from support@...

Transform Maps

i'm using a transform map to create some new records all of them get a unique number after creation as expected but my concern is if i move these records via xml to prod and suppose there already exist a record with same number so it will clash how t...

Report is not showing

Hi, I have 2 similar reports on same table, same sharing group, same dashboard. One is showing another is not. Please suggest.   

Rosy14_0-1722241333875.png Rosy14_1-1722241348884.png
Rosy14 by Tera Guru
  • 400 Views
  • 8 replies
  • 0 helpfuls

Service Bridge Provider - Consumer connection

Hello, Can someone help me with the step by step guide to configure Service Bridge Provider - Consumer connection with the roles for both? Since I do not have clear idea about it I am unable to make connections between two instances. Thanks

Configure html editor in configurable workspace

Hi everyone, I have a requirement to remove or disable the selection of font style when composing an email in response to a case. I tried tweaking the system properties but it has no effect on the HTML editor toolbar. Please see the image below for r...

dalejaurigue11_0-1684304276692.png

Resolved! Please help me, how can I edit the sidebar in workspace?

Dear Experts,I am new to Servicenow and English. Sorry for my poor English.How do I edit the sidebar in the red frame area?Specifically, I want to add Create Consumer (Verify Consumer) to the sidebar.Thank you, brothers.Yoshi

スクリーンショット 2024-07-29 170553.png
k-yoshitomi by Tera Contributor
  • 1308 Views
  • 1 replies
  • 2 helpfuls

Export an excel to a network folder hosted on Azure server

Dear experts, We have a requirement to export CSM case data in the form of excel to a network shared folder hosted on Azure Server. We tried creating export sets but the file is storing in the MID Server folder.Is there a better way of doing this?  B...

gowdash by Mega Guru
  • 186 Views
  • 1 replies
  • 0 helpfuls

Error on the Incident Form

Hello,  Can someone please help me understand this error that comes on the incident. It does not hinder the resolution process of the incident but still appears.  Regards, Sudiksha Misra 

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')...