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

Articles

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
  • 199 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
  • 1099 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 ...

Tables for Service Now Beginners

                                                                                   These Table we   use regulary in our daily practices 

find_real_file.png
sandeep61 by Tera Contributor
  • 527 Views
  • 1 comments
  • 3 helpfuls

Configuring SSO

 Configuring SSO   ImageDescription 01. Acess Guided Setup https://<instance>.service-now.com/nav_to.do?uri=%2Fhome.do%3F   02. ITSM Guided Setup03. Click Get Started04. 05. Click Activate/Repair06. Click Activate  07. Close &  Reload Form  08. Click...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
tiagomacul by Giga Sage
  • 1684 Views
  • 1 comments
  • 4 helpfuls
Top Contributors