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

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
  • 2846 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
  • 4062 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
  • 2410 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
  • 1069 Views
  • 3 comments
  • 5 helpfuls

Angular web app with ServiceNow backend

Angular web app with ServiceNow backend Github: https://github.com/pavankjadda/Angular-WebApp-ServiceNow  What's this? Angular 10+ web application developed to replace Service Portal on ServiceNow. It offers several benefits when compared native Serv...

jpavanaryan by Tera Expert
  • 7327 Views
  • 11 comments
  • 5 helpfuls

IntegrationHub AD Spoke "Lookup Group" error : The specified module 'activedirectory' was not loaded because no valid module file was found in any module directory

hi, just run this week into issues using the "Lookup Group" feature in the AD Spoke. Other AD Spoke features like "Create Group" did work properly. The IntegrationHub error message was "The specified module 'activedirectory' was not loaded because no...

find_real_file.png
Top Contributors