ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Wait condition in scripts

Hi, Is there a way i can write wait condition apart from workflow/designer for my business rule to run. I want to create an incident when mid server goes down but it needs to have a delay for 1 hour before creating the incident unless the mid server ...

Pradeep67 by Tera Contributor
  • 2047 Views
  • 5 replies
  • 0 helpfuls

Resolved! Setting current date and time in a Flow

OK.  I know this should be real simple but not getting the code to work. I am setting a date field using a script instead of a data pill in one of the steps in a flow using the following code: var invite_dt = gs.nowDateTime(); return invite_dt; The s...

Resolved! How to clear the Error Message popup previously?? (It keeps stacking up when hit the error and the first error unable to clear)

Hi Guys, I have a OnSubmit Client Scripts as below, tried to add in "g_form.clearMessages();" in order to clear the precious error messages, but it still leaving the first error on top and unable to clear it. (If I remove the "g_form.clearMessages();...

org.apache.commons.httpclient.HttpException: java.security.cert.CertificateException: No subject alternative names present

While executing 3rd Party rest apis with basic auth I am getting the following error:Tried  setting the system property "com.glide.communications.httpclient.verify_hostname" to false. After setting this faced with the issue  "No Certificate issuer fo...

find_real_file.png