We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

prevent change request closing without approvals

I am new to being an admin for ServiceNow. We have been having an issue where our users are closing their change request even though it has not gone through the whole approval process. I am trying to find a way to prevent this from happening with the...

mick1 by Kilo Contributor
  • 4001 Views
  • 13 replies
  • 1 helpfuls

GlideRecord Mass update

I need to got back and recalculate a field for all resolved and closed incidents in my system, which is around 70k.   I've got something like the script below.   The problem is when I try to run it, takes a long time as somewhat expected and it also ...

dmfranko by Kilo Guru
  • 7443 Views
  • 6 replies
  • 1 helpfuls

Resolved! Impersonating Guest Account

Is it possible to modify ServiceNow to impersonate a different user rather than the guest account when triggering inbound actions?

tonyshabani by Kilo Expert
  • 4789 Views
  • 14 replies
  • 5 helpfuls

Resolved! Email Notification with Incidents List

Hi All, problem records are usually created from incidents, therefore, we have the incidents related list to track these incident records. Now, we would like to seek your help how can we include these Incidents list with format 'Incident Ticket - Sta...

rc393g by Kilo Explorer
  • 4104 Views
  • 4 replies
  • 2 helpfuls

Knowledge templates are Not visible:

Hi All,We are facing an issue with Knowledge templates. When we are trying to right-click on header and select the template, the templates are not visible there. Please refer the below screenshot. We checked all the templates, the fields "global" che...

KB template.png

user-department and user-company relationship

Hi,By default snow has one to one relationship between user-department and user-company. The user table has one 'department' field of reference type that stores the relationship. If we want the user top be part of two or more departments or two or mo...

Order Guide Scripting

Hi All,We have a requirement for order guide regarding New Employee hire.We have two items in the order guide.(Desktop,Mobile).We need a third item(Email Account) which is not included in the order guide to be attached in the cart automatically when ...

dedeepya by Tera Contributor
  • 3787 Views
  • 5 replies
  • 0 helpfuls

log off not working properly

Hello,First off we are using SSO. Here's my concern Every time I 'logoff' I first get an error message and then when I try again I can log off.First attempt this is what i get..and when i click on the logout button here's the message now Appreciate a...

logout1.png logout2.png
kalay by Kilo Contributor
  • 2846 Views
  • 4 replies
  • 0 helpfuls

Copy existing records as new records via UI Action

I am attempting to create a UI Action that will take the records off of a custom table I have created and if they meet criteria create new records as a copy of the ones that qualified.I have a complicated switch statement to determine the date that I...

a99920 by Kilo Contributor
  • 3705 Views
  • 4 replies
  • 2 helpfuls

Resolved! Using Cart.PlaceOrder Return Object

Hi,we have a need to create a service catalog request from an inbound email and set the assignment group on the resulting requested item based on content in the email (country value pair). Everything works fine, but I cannot seem to get the requested...

sjohanse by Kilo Contributor
  • 8900 Views
  • 4 replies
  • 4 helpfuls

Resolved! Create a catalog task when a catalog item variable is selected

Can anyone provide information on how I would create a catalog task when a catalog item variable is selected? We do not want to modify our workflow.   Ex: Currently, if a customer requests hardware and selects it is a replacement, two tasks are gener...

consuelo by Kilo Explorer
  • 3764 Views
  • 7 replies
  • 0 helpfuls

duplicate short description

I am trying to run a script to pull incidents with duplicate short description.Not sure whats wrong with below script.var count=0;var myIncidents=[];var incidents= new GlideRecord("incident");incidents.addQuery('sys_created_on', '>=', '2016-01-20 00:...

eashwar by Tera Contributor
  • 1778 Views
  • 3 replies
  • 0 helpfuls