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

Articles

Scripts::. How to get only hour on Date/Time field

how can we get hour, minute from a date field? Sometimes we're facing some situations where a simple code could be a hard work because we're focused in our real demand therefore get a little samples from community it's realy useful and a fast way com...

image
tiagomacul by Giga Sage
  • 4973 Views
  • 1 comments
  • 2 helpfuls

How do I set short_description field your label bold

How do I set short_description field your label  bold?   ImagesDescription01. >> System Definition > Client Scripts02. New 03. Type information, in this case was used incident table and short_description field  04. Type script05. Save / Submit     BE...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
tiagomacul by Giga Sage
  • 6337 Views
  • 4 comments
  • 11 helpfuls

Generating a PDF from HTML

This is a brief guide to using the GeneralFormAPI Script Include to generate a PDF from an HTML source. There are a few utility classes for generating PDFs but ultimately they all end up in GeneralFormJava, which is a set of wrapper classes for iText...

tim2222 by Giga Guru
  • 22598 Views
  • 15 comments
  • 15 helpfuls

Updating the OOB Mobile Agent Approvals Applet

If you're using or are looking to use the out of box My Approvals applet in the new ServiceNow Agent app you may notice that it is created a bit different then other applets you create. The reason for this is that the App is pulling data from three d...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Integration with Dropbox API

Hello, In this article, I will show you steps on how you can integration ServiceNow with Dropbox API with simple REST API.   I am querying the incident table and fetching all reocrds which are created in the last week and transferring the attachments...

dropbox_output.png

Getting Instance Scan Linter Check working

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Linter Check, one of the last undocumented and unrevealed parts of Instance Scan. Or actually, not undocumented anymore… ServiceNow published a bit more docu...

Is it data or configuration ?

Story -------- So you're relatively new to ServiceNow? And you are tinkering around with lots of stuff in the platform, and trying to figure everything out? Maybe you've got your first assignments as a Administrator or as a Developer, and are now div...

ui-action-highlight.png after-click-config.png after-click-data.png

Allow All Users to Find Instance's Release & Patch Info

Hello, I just wanted to share with the community a way to make your ServiceNow instance's release and patch information available to all of your users. I tried finding this solution on the community but was unable to find it in my search results. Thi...

find_real_file.png
JosephW1 by Tera Guru
  • 1797 Views
  • 3 comments
  • 2 helpfuls

Make an update set as your current update set via Script

Here is how you can make an update set as your current update set. Example: var gsus = new GlideRecord("sys_update_set"); gsus.initialize(); gsus.application ='global';gsus.name = 'Myupdateset_v1';gsus.description = 'Make it as current'; var upsetsys...

Narsing1 by Mega Sage
  • 3556 Views
  • 3 comments
  • 5 helpfuls
Top Contributors