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

Forum Posts

Resolved! How can I get a count from unique values?

This may get a bit confusing so I will do my best to explain.I have Table A and Table B. Table B contains children of objects in Table A (parent). Table A has a field called receivers which are comma separated userids. Items from A and B are assigned...

robhaas by Tera Contributor
  • 3225 Views
  • 4 replies
  • 0 helpfuls

Resolved! Set Document ID via g_form

Is it possible to see a populated value in a Document ID field on the UI that is set via script / g_form?   This answer is very close to what I am trying to do, but needs to update the UI.I have a custom sys_id param set in the URL that populates a d...

SNOW_Document_ID_Cleared.png
rako by Kilo Expert
  • 2144 Views
  • 4 replies
  • 0 helpfuls

SOAP Message HTTP/1.1 401 Unauthorized Error

Hi, We are trying to connect SOAP Message created in Service Now. We have downloaded certificate from the wsdl url and registered in our windows server from where we are making the call. This SOAP Message is defined as Basic Authorization with userid...

robi by Kilo Explorer
  • 21083 Views
  • 8 replies
  • 0 helpfuls

Resolved! send POST request when a business rule is activated

I am trying to activate a POST request whenever a business rule is activated, because I want to send the contents of a ticket to my local database whenever a new ticket is made.I have tried to add this code just to see if I can get the 2 servers talk...

xstaffelbach by Kilo Contributor
  • 5817 Views
  • 5 replies
  • 3 helpfuls

BPM tools and Service Now

We are looking to implement a Business Process Management (BPM) tool. We do already use Service Now for ticketing, change etc. As it seems Service Now can do a lot of the forms and workflow functionality, is there any point having a separate BPM tool...

cherryonion by Kilo Contributor
  • 16560 Views
  • 9 replies
  • 3 helpfuls

Business rule and REST

Hi there,I am very new to Service NOW. I was trying to accomplish that every time an incident is created, I send a REST post request to an external server. I tried to follow the guide https://express.servicenow.com/support/videos/servicenow-express-o...

Untitled.png find_real_file.png find_real_file.png
argho by Kilo Contributor
  • 7264 Views
  • 4 replies
  • 3 helpfuls

Resolved! Issue Printing from Service Portal

Hi All, This is going to be a bit difficult to ask since I am very limited in what I can share as far as code or screen shots given the information I am dealing with, but I'll do my best and have dummied up some data to show the behavior at least.   ...

find_real_file.png find_real_file.png

Resolved! gs.nowDateTime() getting year/month/day separately

I have a custom table with a Date/Time field named PressedButton.This table also has an Integer field named Year, an String field named Month, and an Integer field named Day.When I run this: var nowdt = gs.nowDateTime(); var gr = new GlideRecord('u_m...

xiaix by Tera Guru
  • 14329 Views
  • 7 replies
  • 4 helpfuls

isvalidfield definition

Hi All,As per documentation isValidField() method used to check whether the column present in table or not. But, this method is returning false when end user logged in but working fine for ITIL and admins.What can be the reason for this?RegardsSwamy

Venkat122 by Kilo Guru
  • 7692 Views
  • 5 replies
  • 4 helpfuls

stages in service portal

Hi All,I am trying to show request status with stage indicator in service portal as same as in normal requested items. I followed the solution provided in below thread. This is working fine for admins, but if the logged in user is non-admin then some...