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

Articles

How to go about sending a notification on the First, Second, Third business day and 7th business days before the end of the month.

So I had a requirement to send 4 notifications.  These notifications need to be sent on the first, second and third business day of the month.  The last one needs to be sent 7 days before the end of the month.  Usually this is fairly easy but what th...

Send SMS with Twilio, Notify and Flow Designer

The example I have considered - To send out an SMS to the caller when an incident with priority 1 is updated. This article involves sending an SMS with the help of Twilio, Notify and Flow designer. Step 1: Activate the plugin Notify Plugin NameNotif...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
rad2 by Mega Sage
  • 4178 Views
  • 1 comments
  • 8 helpfuls

Resolution Steps for the Now Cli installation failure because of the Error: EACCES: permission denied error (Now UI Experience)

Hi There, Recently while installing the Now Cli on my Mac laptop, I got the below error: npm ERR! code EACCES npm ERR! syscall symlink npm ERR! path ../lib/node_modules/@servicenow/cli/src/index.js npm ERR! dest /usr/bin/tectonic npm ERR! errno -13 n...

Implementing Frame Buster concept on Service Portal

The old content management system (CMS) of ServiceNow had a checkbox on content pages that (if checked) would cause the side to break any iframe and open the site using the entire browser window.I needed to do this using the Service Portal instead fo...

lasse3 by Giga Guru
  • 2298 Views
  • 5 comments
  • 4 helpfuls

Get variable name from UI Macro

Variable name definitions are stored in g_form.nameMap array. The entity name of the form is required to identify the definition. So you need to search g_form.nameMap by jvar_question_name. Also, the default value can be obtained from jvar_question_v...

Takashi7 by Tera Contributor
  • 788 Views
  • 1 comments
  • 0 helpfuls

Context menus in Script field

Hello. I want to show you something, that I found recently. It is regarding a context menus in a script fields. It comes out that every element in the script field, which is bold and italics has a context menu. Depending of its type, the context menu...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Top Contributors