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

Articles

Clean Implementation

We can learn so many things from software development and architecture principles. In software development, writing clean code is crucial; if you are a software developer, you would 100% appreciate the importance of clean code. You might argue that t...

Ahmed Drar by Tera Guru
  • 594 Views
  • 4 comments
  • 5 helpfuls

Custom Layout for sp-model/spModel ( Istanbul )

Istanbul Service PortalCustom Layout For Form Widget(sp-model / spModel)NOTE: This is not the only way to create provide custom layout, there are other ways to do it. Always make sure if ServicePortal has a new feature to do the same with low code ap...

Screen Shot 2017-08-18 at 4.12.52 PM.png

JS Code Coverage Debug

Dear coders, developers,   Hope everyone's doing good ... This feature exists since Paris. Can you believe it? A gem which was truly hidden. Read further to truly understand what I mean by saying it as a "gem". A BIG time saver! Many experts might k...

find_real_file.png

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
  • 6311 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...

Top Contributors