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

Forum Posts

Resolved! How to modify a validation?

We have a script attached to a form field which is  function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } var cdt = g_form.getValue("u_target_start_date"); var ajax = new Gli...

bigbacon by Tera Guru
  • 582 Views
  • 4 replies
  • 0 helpfuls

Resolved! Cancel the Flow Designer on the Background Script

Hello Everyone,I want to Cancel the Flow Designer for the current record via Background Script. how to do it? var gr = new GlideRecord('sc_req_item'); gr.addQuery('sys_id', 'xxxxx'); gr.query(); if(gr.next()){ gr.state=Closed; gr.update(); }  Thank...

Vamsi43 by Tera Contributor
  • 706 Views
  • 1 replies
  • 1 helpfuls

Create SNOW incident from Jira

Dear all, We need to build a POC between SNOW and JIRAI have actually a DEV instance and I am looking at how can I build a SNOW endpoint which can be called to create incident in Jira.The idea is not for me to learn now how to do as time is short but...

User687957 by Tera Contributor
  • 863 Views
  • 5 replies
  • 0 helpfuls

Resolved! Uncaught TypeError: Cannot read property 'style' of null

    I'm looking at an RITM. On this RITM, I have a Macro variable (pointing to a SP Widget) that seems to be causing this issue.  If I make this macro variable active = false, this RITM loads fine.   Since the error is on ServiceNow's code side, I ...

find_real_file.png find_real_file.png
xiaix by Tera Guru
  • 12325 Views
  • 6 replies
  • 5 helpfuls

Remove negative values in reports of PA

Hi Team,We have a report which shows the negative value after calculation using formula indicator. To avoid that negative value, we added *-100 in the formula indicator however now its showing negative for the positive values as well.  Is there a way...

Alia by Tera Contributor
  • 762 Views
  • 3 replies
  • 0 helpfuls