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

Articles

"not supported calendar message.ics" Bug

"not supported calendar message.ics" Hello all, After wasting too much time on this problem, I decided to share with the community the solution I used to correct the "not supported calendar message.ics" bug.   When this problem happens I was working ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Post your script with formatting

If you're asking a coding question and pasting in script this is a must Use the {;} button, up there   function onLoad() { var a = g_form.getValue('u_system_type'); if (a == 'Live'){ var b=g_form.getControl('u_system_type'); b.style.backgrou...

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
  • 2949 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
Top Contributors