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

SOLVED > ServiceNow PDI issue !

ServiceNow PDI issue FIX !   Dear Servicenow PDI User,   Its very common to see Servicenow PDIs being inconsistent and not being available for use when Needed ! Here is something which you can follow to Fix / Overcome it...   Problem Statement : [ Fa...

footer new.jpg
Community Alums by Community Alums •  
  • 6305 Views
  • 1 comments
  • 6 helpfuls

Custom Record Producer Widget

Hi Community,  wanted to share a widget I created that creates a simple record producer.  The original purpose for this widget was for a custom "WalkUp Kiosk" Service Portal that a client needed.  This provides a very simple UX for the user to enter ...

find_real_file.png find_real_file.png

HactoberFest for Non coders!

Hacktoberfest 2024 is here, and it's not just for developers!  Even if you don’t write code, you can still make meaningful contributions to open source through this challenge. By following a few simple steps, non-coders can get involved, learn someth...

RaviChandra_K_1-1728655058677.png

Prefill data in Multi Row Variable Sets

Hi, In this article, I will share a code snippet on how to auto populate a multi variable set based on a specific value in the record producer. In my example, based on a field change in record producer I want to fetch the entries from the database an...

asifnoor by • Kilo Patron
  • 16211 Views
  • 15 comments
  • 48 helpfuls

Link to script include in script field

Hi, I created a script that allows you to open the scripts include directly from the code.To open the link, use ctrl + click. This example is on Business rule table. This is the final result: This is the necessary script: Client script on load, on B...

find_real_file.png

Formatting Date/Time values in ServiceNow Scripts

Many of ServiceNow's date/time classes inherit the Java class "SimpleDateFormat". Due to this, we can use the formatters available for this class to format how data is displayed in a ServiceNow script. This article was written as a quick reference / ...

find_real_file.png find_real_file.png

Client Script in ServiceNow With some use case.

Hello Community ,  I explored some use case of client script .  I want to share with you alll . Might be , it will be helpful for you all . CLIENT – SCRIPT Client-side scripts execute within a user's browser and are used to manage forms and form fiel...

Restrict an endpoint from Basic Authentication

One of the most commonly used authentication mechanisms when you consume or produce a web service is Basic Authentication.  Basic Authentication requires two credentials UserIDPassword If your requirement is to allow a 3rd party application to use OA...

find_real_file.png
ARG645 by • Tera Guru
  • 11833 Views
  • 14 comments
  • 14 helpfuls

ServiceNow and LinkedIn Integration

  Create an Application in LinkedIn developer account: We need to create an Application in LinkedIn developer account to get the following information — Application credentials, and Permissions (Link) ( ServiceNow as a consumer and Linkedin as Pro...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Top Contributors