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

Articles

Attachment API REST call using Java

There are some examples available to call the attachment API via "Python" or "Jersey" scripts. However I was not able to find a good reference on how to call the API using Java. So posting an example here for reference, using "Java" and "Apache Http ...

nits2 by Giga Contributor
  • 8822 Views
  • 6 comments
  • 0 helpfuls

Dynamically create options in a select box based on the value of another field, via script in a catalog item (no table available)

Every so often you need to control what options are available in a field based on the selection made in another field. I posted an article (here) that describes how to do this when your options are table-driven and you are using a lookup select box o...

Instance Scan scan scores/percentages

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   While exploring Instance Scan, I encountered several undocumented parts. Several parts which I have been writing articles and blogs on, though one part is st...

find_real_file.png find_real_file.png

Field Name: How to Add Extending Table Fields

Hello again!Before we dive in, let me explain what "Field Name" is referencing in this document. Field Name is a little used field type that is scattered around the system. It looks like a drop down list that shows the list of fields on a table (usua...

find_real_file.png find_real_file.png find_real_file.png

Date Validation - Client Side

Usage Scenario I created a Date variable in a Catalog Item which represented the Date Required.  I wanted to check that this data was at least 2 days in the future and NOT on a weekend. Investigation (Googling) Initially, I searched the communities f...

Outbound REST integration using flow designer

Before we had flow designer in servicenow, outbound integration with any other 3rd party tool was done by creating an outbound message and then creating a business rule to call that outbound message, which include lot of coding. This article will tal...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
umaaggarwal by Giga Guru
  • 62092 Views
  • 7 comments
  • 29 helpfuls

Connect to Preferred Language Live Agent

                                                  Connect to Preferred Language Live Agent Usually when we click on connect to live agent the user get redirected to the live agent 1) based on language of user in profile with same language chat queue...

Option Giving.png Script Change.png queue.png language queue.png

Creating a Download link for attachments in notification

Hi  You can use the below code to attach any attachments to email notifications, just open email scripts and add the code. Make sure to add the email script in your notification as ${mail_script:<name of your email script>} var gr =new GlideRecord('s...

Siddhant_J by Giga Contributor
  • 4686 Views
  • 2 comments
  • 2 helpfuls

Conditional scheduled reports - Days of the week

I thought I'd share with you a handy script which is easily adapted to meet yours or your end users needs when it comes to sending scheduled reports.In my past experience and I've been guilty of this is if someone requests a daily report which also g...

find_real_file.png
Community Alums by Community Alums  
  • 1942 Views
  • 1 comments
  • 3 helpfuls
Top Contributors