Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! How to increase instance expiration

Hi All, Its Rishabh, I am new to ServiceNow. I want to know as to how i can increase the validity of my lab instance.Currently i have increased the limit to max, however now i am not able to increase it. Getting below pop up message. Sorry, We are un...

rishabhcs by Giga Contributor
  • 1887 Views
  • 5 replies
  • 2 helpfuls

Parsing email subject to create Case under proper client Account

Scenario:- A certain solution sends emails to ourinstance with  the subject line starting with "[X] - ..........."- [X] represents a unique field each client Account in our 'customer_account' table  has, so actual email subject examples are "COMPY123...

PB7 by Mega Guru
  • 404 Views
  • 1 replies
  • 0 helpfuls

Resolved! CSM query - job interview

Hello,I am applying for a job and one of the accountabilities is:Customize and configure CSM processes, workflows, forms, and widgets to align with the organization's customer service requirements. My experience has been working with a portal (the ne...

aaron47 by Mega Guru
  • 2524 Views
  • 2 replies
  • 0 helpfuls

Real time reporting on Chat presence states

Hi SNC  We want to be able to create a real time dashboard which shows what state an Agent is in, in real time in relation to Chat In reality we would want it is as list view that would have Name, State Time in State.  HOwever if anyone has done anyt...

Sarah Barnes by Tera Contributor
  • 1546 Views
  • 4 replies
  • 3 helpfuls

Resolved! Create Custom Widget

I want to create one custom Widget that show Incident count based selected filed.I have tried below. But not getting any output.  Client Script :api.controller=function() {  var c = this;  var assignmentGroupQuery = 'sysparm_clear_stack=true';alert('...

mahi6 by Tera Contributor
  • 812 Views
  • 3 replies
  • 2 helpfuls

Inbound Email Action Query

when i sent email to servicenow based on that email one case will be created in servicenow . In the mail i give short description and con figuration Item . that information is set in short description and configuration Item in case Form. How to write...