Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

Forum Posts

Resolved! Need 'COUNT' to return records with zero entries in script

I'm querying the cmdb_ci class table in order to pull all CIs by class. I'm using COUNT but it is leaving out Classes with zero CIs.  Below is my current script. Thanks!   var gr = new GlideAggregate('cmdb_ci'); gr.addAggregate('COUNT'); gr.orderbyAg...

Resolved! how to hide calendar icon in date/time type variable

Hi All,i have a requirement of allowing the user to enter the time in a UI form in HH:MM format. In order to achieve that, we do not have a time variable in service now. so i decided to use the Date / time variable type. But now the issue is , it com...

find_real_file.png find_real_file.png
fisfreak by Kilo Contributor
  • 4222 Views
  • 9 replies
  • 3 helpfuls

Resolved! How can you use an Extenstion of the sys_choice table?

I am neededing to import data (500+ rows) into a table that will be used as a source for a dropdown. I also need to add a few addition value fields for each choice. Someone suggested extending the sys_choice table. I have been able to create a new ta...

Will Mathies by Tera Contributor
  • 3216 Views
  • 3 replies
  • 0 helpfuls

Document Id type field doesn't show value.

Hello everybody, After New York upgrade we have issue with Knowledge articles. ( London case ). When we crate new article and choose Subcategory ( 'kb_category' ) field, after that 'Category' ('parent_id') shows with populated value. See screenshots....

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Artsiom1 by Kilo Explorer
  • 3385 Views
  • 5 replies
  • 0 helpfuls

Resolved! Sending a pdf to the Rest API with javascript

Hello,I'm trying to send a PDF file to ServiceNow through the Rest API but all the sent PDF are blank when opened at ServiceNow side.Here are the details of what I'm trying to do.From my tools on the web browser, I download the PDF from the server an...

pacherault by Giga Contributor
  • 28525 Views
  • 4 replies
  • 4 helpfuls

Resolved! How to get discovery to classify a palo alto networks device

Discovery does not classify a palo alto networks device.   Here's the pertinent information: 1. The mid-server has access to the IP address. 2. Discovery runs several probes on the IP:  - Shazzam  - UNIX CLassify ( which fails due to no credentials )...

HugoFirst by Kilo Sage
  • 3478 Views
  • 2 replies
  • 2 helpfuls

Resolved! Assigning a reference field in an inbound email action

So, what I'm doing is extracting bits of an email to fill various fields for creating an incident from an inbound email. The case here is that someone submits a ticket to helpdesk for someone that called them.  I'm able to set the description and cla...

wwinter by Kilo Contributor
  • 2871 Views
  • 5 replies
  • 3 helpfuls

Resolved! Bidirectional Incident Updating via REST API

Hi, Currently I am working with two dev instances and am trying to configure them so that whenever I create an incident in one it is created in the other. This is currently working however now I want to configure the systems using PUT requests so tha...

matthewG by Kilo Contributor
  • 2076 Views
  • 3 replies
  • 1 helpfuls

Bi-directional Rest Integration

Hi All,We have two departments in our company using two different Servicenow Instances. Requirement is integrating those two Servicenow Instances. I think it can be done by using REST Integration. Integration must be Bi-directional (if an incident is...

rohith7 by Kilo Contributor
  • 6091 Views
  • 6 replies
  • 1 helpfuls

Cloning & upgrade best practices

Hi , We are planning to upgrade all our 3 instances (DEV,TEST and PROD) from London to New York release.I have couple of options to go for upgrade and I'm not sure which one to follow : Option 1 : 1.Clone DEV to TEST instance 2.Clone PROD to DEV insa...

Pintu2 by Tera Expert
  • 15900 Views
  • 9 replies
  • 14 helpfuls

Resolved! Whats the correct way to query a string with GlideRecord?

Whats the proper way to query a glide record so you can populate a reference field when creating an incident with an inbound email action? The code blow is one of my attempts to do so. loc is a string containing a valid location, and its done that wa...

find_real_file.png
wwinter by Kilo Contributor
  • 5438 Views
  • 5 replies
  • 2 helpfuls