Announcing the Global SNUG Board of Directors. Learn more here

Help
Tera Guru
Tera Guru
since ‎09-18-2017
a week ago

User Statistics

  • 114 Posts
  • 6 Solutions
  • 9 Helpfuls given
  • 184 Helpfuls received

User Activity

Hi All, I'm starting a new series of short and interesting articles. This is the first one in the series. I hope you will like it.   Have you ever faced it when you try to assign a field to a variable and it results in an empty value? var field = cur...
Length The length property returns the length of a string. var txt = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; var sln = txt.length; IndexOf The indexOf() method returns the index of (the position of) the first occurrence of a specified text in a string var str ...
1. Tostring The toString() method is what it sounds, returns the number as a string. However, if you provide a parameter, such as 2, 8, or 16 it will return binary, octal or hexadecimal value respectively. var num = 123; num.toString(); // "123" (100...
Field-Based APIs Hide/D­isplay variable : g_for­m.s­etD­isp­lay­(<f­ld>­,tr­ue/­fal­se); Disable a field : g_for­m.s­etD­isa­ble­(<f­ld>­,tr­ue/­fal­se); Field ReadOnly : g_for­m.s­etR­ead­Onl­y(<­fld­>,t­rue­/fa­lse); Clear Value fro...
 Installation procedure. 1. Install VS code extension – [ sn-scriptsync].        2. Create a new folder with the name “sn-scriptsync" under Documents directory.            3. Install “ServiceNow Utils” – browser extension in Chrome or Firefox browser...