The CreatorCon Call for Content is officially open! Get started here.

ITSM articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

What Is IT Service Management? (ITSM)

IT Service Management (or ITSM) is a shared service that provides a cost-effective, reliable, scalable, secure, feature-rich software tool that can be used by state agencies to manage Incidents, requests, problems, and changes in support of customers...

what is itsm_ ITSM-Servicenow.png
Lisa Latour by Administrator
  • 11067 Views
  • 1 comments
  • 5 helpfuls

How to configure SLA definition using variables?

How to configure SLA definition using variables? ImageDescription01. >> Service Level Management > SLA Definitions02. New03. Name04. Type05. Table06. Workflow 07. Duration Ex: Days, hours, minutes, seconds 08. Well, Go to "Start Condition" tab09. Sh...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
tiagomacul by Giga Sage
  • 1276 Views
  • 1 comments
  • 4 helpfuls

How to set the short Description field on an group approval

How to set the short Description field on an group approval   ImageDescription01. ServiceNow Login02. >> System Definition > Business Rules03. New 04. Type name, for example   "set Short Description App grp" 05. Select Group approval table sysapprova...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
tiagomacul by Giga Sage
  • 2486 Views
  • 1 comments
  • 6 helpfuls

Migration of live workflows

While working for Client Solutions on a recent project there was a decision to be made as to whether to go with a Greenfield implementation or to stick with the heavily modified pre-Aspen instance of ServiceNow. Of course reverting to OOTB was the be...

Validating European Dates

If you've from a European country you'll know dates are horrible to work with in ServiceNow. It's not ServiceNow's fault, it's that most server software runs US date formats (mm/dd/yy) while the client/browser uses European date formats (dd/mm/yy). I...

find_real_file.png

How to set survey trigger condition!

Trigger conditions specify when to send a particular survey and the persons to send it to. Survey administrators can use trigger conditions to configure the system to generate a survey instance each time a specified action occurs on a specified table...

find_real_file.png

Fetch The Last Manager of currently logged in user

  var gr = new GlideRecord('sys_user');  gr.addQuery('sys_id', gs.getUserID());    gr.query();      if (gr.next()) {              if(gr.manager!=''){    multipleManager(gr.manager);}else{gs.info("hi");}      }function multipleManager(manager){var c=m...

sandeep61 by Tera Contributor
  • 215 Views
  • 1 comments
  • 2 helpfuls

Adding Color To form UI action Button

Name :Resolve Action Name :resolve_incident client :check changeButtonColor('resolve_incident', 'Brown');//Action name or sys_id('resolve_incident') of button and provide color to the button(Brown)   function changeButtonColor(buttonID, backgroundCol...

sandeep61 by Tera Contributor
  • 1133 Views
  • 1 comments
  • 2 helpfuls

Variable Validation Regex on Madrid - Steps to Implement

In Madrid there is a new functionality that will greatly reduce time and effort that we are spending on adding validations to the variables on the catalog form. The new feature is Variable Validation Regex. In several cases we will be doing the same ...

find_real_file.png find_real_file.png find_real_file.png

Direct REST API Integration

Set Up REST User From the ServiceNow instance, navigate to User Administration > Users. Click New. Fill in the following: User IDPasswordFirst name: The user's first name.Last name: The user's last name. Right-click the header and select Save.Under ...

Top Contributors