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

Forum Posts

Resolved! in ADF lab 4.2.2, g_scratchpad does not work

in ADF course (Application Development Fundamentals (Zurich)), lab 4.2.2, two rules  are used to pass some data from server side to client side with g_scratchpad. 1. A "display" business rule, setting proerties to g_scratchpad2. A client script, gett...

MaxonLiang_0-1776483569298.png MaxonLiang_1-1776483647860.png
MaxonLiang by Tera Contributor
  • 891 Views
  • 4 replies
  • 2 helpfuls

changes() and journal fields

We were troubleshooting a failing business rule and whilst the cause turned out to be unrelated to this topic we noticed this statement in the ServiceNow documentation:=========================GlideElement - changes()Determines if the current field h...

SNAdmin47 by Kilo Sage
  • 156 Views
  • 1 replies
  • 0 helpfuls

Set the font size in HTML type field across platform

We would like to set the default font size in all HTML type fields across the platform to Font Size 10, instead of 8.Many people with visual impairment (me included) have to squint in order to read something with font 8. EDIT:Funny thing, I looked KB...

Screenshot 2026-04-17 at 19.53.32.png

Resolved! How to change to font style of HTMl field

Hi Community I have an HTML field "Introduction" on knowledge form. I have set the default font style as Tahoma and font size 12 pt.This is done by updating the dictionary default value:<p><span style="font-family: tahoma; font-size: 12pt;">&nbsp;</s...

dvelloriy by Kilo Sage
  • 5382 Views
  • 9 replies
  • 6 helpfuls

Creating Union and Join Operations in ServiceNow

Is it possible to create a union or join between two forms in ServiceNow?We have a customized implementation for change management with around 13,000 records in the sys_user table, each representing a network user. We also need to track an additional...