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

Articles

Scan Barcode Using Service Portal Page

Hi, In this article, I will share a code snippet on how to scan the barcode using the service portal page from the ServiceNow Classic mobile app. 1.Create a Service portal widget Client Script: The below code will scan the barcode using Cabrillo API....

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 4078 Views
  • 3 comments
  • 0 helpfuls

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

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
  • 14553 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
  • 9353 Views
  • 14 comments
  • 13 helpfuls
Top Contributors