ServiceNow AI Platform articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

g_form bring a form tab into focus

This is a nice little script that brings an out-of-sight field on an unfocused tab to the forefront when the user takes an action. As an example, a user is working on a change task and hits Cancel Task.  But we want the user to enter closure informa...

find_real_file.png find_real_file.png

Most frequently used useful scripts

Couple of frequently used script I have put together couple of frequently used scripts, that may helpful for quick reference Regex if blocks This is helpful because no need to worry about the case. Starts with, end with conditions are easy //reg ex i...

Mahesh Mani by Tera Contributor
  • 2651 Views
  • 1 comments
  • 6 helpfuls

TinyMCE - how to make most of it?

Introduction Since Kingston release we have system property that can greatly improve default behaviour of TinyMCE, default HTML editor used throughout the instance. I wanted to share with you my findings about it. It is called glide.ui.html.editor.ex...

find_real_file.png find_real_file.png find_real_file.png

Setting the Due date on records

I was requested by a customer recently to calculate the due date for a case which was let's say X business days from the date of create/update etc., Now we know that setting a due date can be a challenging task due to a lot of moving parts, such as s...

Percentage Complete field type

Hola Community, Have you yet used the Percentage Complete field type in ServiceNow ? I recently used it to determine the completeness of the ticket.In the below video, we will see how can we create a Percentage Complete field and use it our Tasks. Al...

Top Contributors