The CreatorCon Call for Content is officially open! Get started here.

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

Articles

Add Business Days

Hello In this article I will show you how to add business days to a given selected date. You can do this from 2 ways one from server script and another through client script. System Scheduler -> Schedules First you need to either create a schedule or...

asifnoor by Kilo Patron
  • 15244 Views
  • 8 comments
  • 27 helpfuls

ServiceNow with ChatGPT Integration

It's time to integrate ServiceNow with ChatGPT. Hope it will help you. Reference links:  Endpoint, headers and JSON link: https://platform.openai.com/docs/api-reference/making-requests Refer below:  curl https://api.openai.com/v1/completions \ -H "C...

API key.png ChatGPT fields.png Screenshot (645).png Screenshot (646).png

ServiceNow Configuration vs Customization

  Hi All, Hope you are doing great. In this article I will try to provide my personal inputs on Configuration vs Customization as its always being a query in all developers mind.   Lets first try to understand what exactly it means to have Customiza...

20230106_125130_0000.png 20230106_125130_0000.png

Realtime Scenario with Glide Record API

What is Glide API? Service now Developer often using Glide API in now platform to change default behavior of the application and customize existing functionality. Glide Classes are providing more flexibility to interacting with snow application throu...

How To: Using UI Policies to hide form sections

I have seen this a few times in the community and wanted to do a quick post about hiding form sections by UI policy. In my case, I am going to be hiding based on my amazon connect business services. Form sections are a little different than regular f...

find_real_file.png find_real_file.png

Read .CSV formatted files in ServiceNow

Hi Everyone,   1)We know the existing API to parse Excel attachments using sn_impex.GlideExcelParser() : parse .xlsx formatted Excel files and access file data in script More info: https://developer.servicenow.com/dev.do#!/reference/api/utah/server/s...

HemanthM1_0-1703407049927.png HemanthM1_1-1703407166624.png HemanthM1_2-1703407304284.png HemanthM1_4-1703407560915.png
Hemanth M1 by Giga Sage
  • 5196 Views
  • 1 comments
  • 10 helpfuls

GlideAjax Example Cheat Sheet

Click here for an updated version of the GlideAJAX Example Cheat Sheet   It can be hard to remember all of the Client and Server elements of a GlideAjax call. I created a simple example with color coding to help make sure I don't miss any of the deta...

Understanding Application Nodes

Do you know what ServiceNow application nodes are?   Most of us just refer to them as "nodes", but even within that, did you know that there are actually different types of nodes?   Every ServiceNow instance has at least 2 application nodes and in s...

1685554701266.jpg

Customize Report Ranges in ServiceNow

Report range is used to define data intervals that are used in bar and pie charts. Reports only show historical data. It is not possible to set report ranges for dates in the future. There is a “sys_report_range” table in which all report ranges are ...

KalyaniJangam1_0-1685607199841.png Screenshot 2023-06-06 at 1.10.14 PM.png
Top Contributors