We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Articles

Custom UI Page in a popup

Hi, In this article, I will show you how you can create a custom UI page in ServiceNow and call that in a popup. For this, first we need to create a  UI Page. System UI -> UI Pages -> New UI Page Name: ui_page_demo HTML Script <?xml version="1.0" enc...

find_real_file.png
asifnoor by Kilo Patron
  • 34825 Views
  • 19 comments
  • 44 helpfuls

How to easily move a dashboard with an update set

I am very new to dashboards and I recently had to create a dashboard in a sub prod instance of Jakarta, and found it difficult to move it in an update set to other environments. I followed the instructions here: https://docs.servicenow.com/bundle/jak...

find_real_file.png find_real_file.png
Hadyn by Tera Expert
  • 24603 Views
  • 2 comments
  • 25 helpfuls

Sync ServiceNow to Jira - HTML to Wiki conversion

(I'm Francis - product manager for Exalate at iDalko) The challenge An Exalate evaluator asked for an integration between ServiceNow and Jira (On-Premise) for an Agile Board synchronization. The product looked like a fit but was missing one major fea...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Date Validations - Client Scripts

Hello, In this article, i will share some code snippets which takes care of basic date validations at the client side.    1. Selected Date cannot be less than Today function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoad...

asifnoor by Kilo Patron
  • 30283 Views
  • 10 comments
  • 90 helpfuls

nowGurukul ServiceNow Hands-On Challenge 2024 #Week_3

 ServiceNow Community - “Discipline is choosing between what you want now, and what you want most.”  Challenge Introduction:- In order to strengthen the ServiceNow hands-on skills , each week a challenge will be posted and you need to implement the s...

nowGurukul by Tera Contributor
  • 8063 Views
  • 30 comments
  • 31 helpfuls

OOB Passwords Setting and Generation Password

Password Setting and Generation   ServiceNow's San Diego version simplifies password creation for administrators. An out-of-the-box (OOB) script, included as part of the password policy, automates password generation. This eliminates the manual burde...

find_real_file.png

Importing Nested JSONs

JSON (JavaScript Object Notation) is a lightweight data interchange format that’s easy for humans to read and write, and easy for machines to parse and generate. It’s commonly used for transmitting data in web applications between servers and clients...

list_of_columns_from_json.png generic_convertJSONtoImportSet_function.png data_source_record_jsontoimport.png

JKMB Environment Marker

JKMB Environment Marker Servicenow Application Jkmb.eu | JKMB Ltd. Disclaimer We developed this application for our own internal use but why not share it with everyone else? Hopefully, some of you might find it useful. The application can be found o...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Technical Requirement Gathering for an Integration

Technical Requirement Gathering for an integration!! Integrations well is not something new. Thanos used it in a way. If you are a Marvel fan then you can understand that the six Infinity Stones - Space, Mind, Reality Power, Time, and Soul - are all ...

find_real_file.png find_real_file.png find_real_file.png
DHRUVMAIT by Kilo Sage
  • 7013 Views
  • 6 comments
  • 24 helpfuls
Top Contributors