The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! Change button color after click

https://docs.servicenow.com/bundle/orlando-performance-analytics-and-reporting/page/use/dashboards/reference/r_CustomPublisherExample.html Following this example, how can I get the button color to change when it is selected? So when user clicks "All ...

Ryan S by Kilo Sage
  • 3367 Views
  • 2 replies
  • 0 helpfuls

Resolved! Updating values in a table using GlideAjax

I'm new to SNow and trying to update fields ('address1' in this example) in a table ('table1') using GlideAjax upon submission of a Record Producer. Below are my client & server scripts. I'm not sure what I'm doing wrong but when I submit the RP, the...

Pooran by Kilo Contributor
  • 1340 Views
  • 1 replies
  • 1 helpfuls

Form section(s) missing from ATF Input variable form

We are bringing up ATF as part of our Madrid upgrade, so we have brought all of our PDIs to Madrid but our prod and sub prod instances are still on London.  What we encountered was that two of our PDIs have the same problem with configuring test step...

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

Resolved! Updating child field value based on parent change

Hi All, I'm working on a script for Database records stored in the CMDB. In the CMDB we have two tables I'm focusing on both: cmdb_ci_db_mssql_instance(Parent) and cmdb_ci_db_mssql_database(child) This parent/child relationship is set on the cmdb_rel...

Resolved! How to check and set a form view

I just created a simple onLoad script to check and set a form view on an Incident. // Simple onLoad script function onLoad() { var view = getView().toString(); if(view == '') { switchView('section','incident','mobile'); } return; } M...

Resolved! Azure integration via REST API

Hi all, I'm trying to set up a scheduled REST call between ServiceNow and Azure but I can't work out how to get the authentication token so I can use that to complete the request as expected. This is the code I'm using at the moment: var tenantID = '...

Moira by Giga Contributor
  • 3838 Views
  • 3 replies
  • 1 helpfuls

Resolved! ACL "description" field for Rest API

Hi, I need to open an incident through REST API. I've an account with "web_service_admin" permissions, but it's not enabled to write into "Description" field of the incident. I can't have an "admin" role to use this webservice, but I need to set a va...

Anna6 by Giga Contributor
  • 2364 Views
  • 10 replies
  • 2 helpfuls

Resolved! Previous Password Validation

Hi All, We are trying to use the Password Reset Application, when user resetting their password is there any way can we validate the new password with previously used six passwords. we want to validate the new password with previously used six passw...

find_real_file.png find_real_file.png
vamsisai by Tera Guru
  • 4096 Views
  • 7 replies
  • 3 helpfuls

Resolved! getGlideObject() from a glide date/time field

Hi guys, I have the following problem: I´m using the method getGlideObject() to get the value of a glide date/time field in order to check if that time falls within a schedule I have created. When using the method, It adds 5 hours to actual value of ...

Christian37 by Tera Contributor
  • 6264 Views
  • 9 replies
  • 0 helpfuls