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

Articles

Reach Me Out Servicenow app

Hello all, ServiceNow Application allow administrators to add social links feature to the user reference fields on form level. In case of ....cross-scope access policy issue, please set the client script table "sys_script_client" accessibility to A...

find_real_file.png find_real_file.png find_real_file.png

Check if a userName & Password combination is Valid

Please hit Like or Bookmark this article if it helps.   Use Cases: Where ever there is a need to add extra layer of authentication Try the below script in your background script. var userName = gs.getUserName();//Or any username say abel.tuter var pa...

ARG645 by Tera Guru
  • 2647 Views
  • 2 comments
  • 2 helpfuls

Where are Breakpoints and Logpoints stored?!

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Did you notice that when you set Breakpoints or Logpoints to a script field on the Platform UI, these stay "set" until you manually remove them? Even if you ...

find_real_file.png

Client side utility using script UI script

UI scripts provide a way to package client-side JavaScript into a reusable form, similar to how script includes store server-side JavaScript. Developer can create UI scripts and run them from client scripts and other client-side script objects and fr...

Sameer18 by Tera Contributor
  • 3767 Views
  • 1 comments
  • 2 helpfuls

Universal GlideAjax w/dot-walking (client-side)

I won't go into a lengthy article, but essentially out of sanity preservation I developed a universal (reusable) GlideAjax script include that does the following: Allows the developer to pass any table as a parameterAllows the developer to pass an en...

J_ DeLuna by Tera Contributor
  • 2187 Views
  • 4 comments
  • 3 helpfuls

GlideQuery, tell me when I made a typo in my script!

Intended Audience:  Developers who write scripts Estimated Reading Time:  2-3 minutes The hype of GlideQuery gets me curious.  What value does it bring over GlideRecord?  After watching the K20 breakout session, GlideQuery: A modern upgrade to GlideR...

find_real_file.png
JennyHu by Tera Guru
  • 941 Views
  • 3 comments
  • 5 helpfuls
Top Contributors