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

Articles

Building ATF tests for outbound ReST APIs

Being new to ATF myself, I was able to get the inbound ReST integrations configured on ATF. It wasn't hard given the tutorials and docs. However, I couldn't find anything on how to use ATF for outbound integrations. As I started to figure out bits an...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
DineshS by Tera Guru
  • 9749 Views
  • 1 comments
  • 9 helpfuls

Shortening any URL of ServiceNow by using API

var request = new sn_ws.RESTMessageV2(); request.setEndpoint('https://devxxxxxx.service-now.com/api/now/tinyurl');  //change that devxxxxx to your instance domain request.setHttpMethod('POST');   //Eg. UserName="admin", Password="admin" for this code...

How to exclude certain tables from Instance Scan

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   When running Instance Scan Scan Checks, you will face Scan Checks which you might not want to run against all tables. Especially when it concerns Column Type...

ServiceNow Interview Questions

  Primary Skills: Service Now Java Scripting • Difference between Client Script and Business Rule • What is UI Script and give me any example where you used UI Script. • D/B UI Policy and Data Policy? • Difference between glide system and glide r...

Vivek Verma by Giga Sage
  • 39295 Views
  • 15 comments
  • 67 helpfuls
Top Contributors