Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Articles

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

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

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 M by • Tera Sage
  • 8520 Views
  • 1 comments
  • 12 helpfuls

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

Technical Debt Management

A technical debt is any state in a software module that has a negative impact on its maintainability and requires future work but does not prevent production use. What exactly should be considered as technical debt is certainly subjective. Here are s...

saschawildg by • ServiceNow Employee
  • 8028 Views
  • 2 comments
  • 6 helpfuls

Video playlist: ServiceNow and Git integration

I posted a new video playlist about ServiceNow and GitHub integration. I step through common scenarios and challenges that your development team may face when integrating studio applications with Git repositories.  https://www.youtube.com/watch?v=4yA...

SNgit 2 splash.png
Ofer1 by • ServiceNow Employee
  • 1232 Views
  • 1 comments
  • 0 helpfuls

Create RITMs for existing request through Flow Designer

  Hello In this article I will show you how you can create new RITMs for the existing request thorugh script.   Technically we create RITMs along with the request. If multiple RITMs, we can use cart API and can create multiple ritms as well there. H...

1676977953598.png 1676981454936.png 1676981488425.png 1676981538677.png
asifnoor by • Kilo Patron
  • 15375 Views
  • 9 comments
  • 14 helpfuls

Hide the Personalize list option for specific table

Hide the Personalize list Hide it based on role ServiceNow explains in the Docs that there is a property you can set, to restrict personalizing the list for a specific role. It is explained in this Docs article how to do it: https://docs.servicenow.c...

find_real_file.png find_real_file.png
Willem by • Tera Sage
  • 4120 Views
  • 2 comments
  • 9 helpfuls

Set values in a Multi Row Variable Set (MRVS).

Hi there, Hope you are doing well..!   The following article is intended to help people to set values within a Multi Row Variable Set (MRVS) based on value(s) set on a variable on the catalog item.   Let's get started, here we will be using g_service...

HemantGoldar_2-1679209445209.png HemantGoldar_1-1679209309000.png
Top Contributors