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

Articles

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
  • 13368 Views
  • 15 comments
  • 47 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
  • 7687 Views
  • 14 comments
  • 13 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

ServiceNow HRSD (Tutorial Article Part -Last Part)

Hello ServiceNow Family, I have already started a Article series on more compelling Module ServiceNow Human Resources. And Today is the End of this series. First Article Link :- Click Here  Second Article Link :- Click Here  Third Article Link :-Clic...

RaviGaurav_4-1727254956092.png RaviGaurav_5-1727255048569.png RaviGaurav_6-1727255072399.png RaviGaurav_7-1727255104056.png

Fixing SSO Redirection Issues in Service Portal

When implementing a custom login page in ServiceNow, you might encounter issues with Single Sign-On (SSO) redirection. A common problem is that after users provide their SSO details, they may be unexpectedly logged out instead of being successfully a...

Top Contributors