Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Articles

Distribution list to Micro Applications

Hi All,   I took part in the challenge #BuildWithAES Challenge and i made a custom template on app engine for organizations to use and make new applications. My template topic is "Distribution list to Micro Applications" Use Case: Stop working out of...

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 Kilo Sage
  • 836 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
  • 11753 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...

Top Contributors