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

Forum Posts

Recurring Incidents - How to track them?

We have recently implemented ServiceNow for ITSM and are currently tracking recurring incidents by a manual process.  What are others doing to track recurring incidents systematically within ServiceNow?  Is there any new capability in Kingston or Lon...

Resolved! How to force cancel change?

I need to force cancel a change request, is there any script to it & where to run it?

omkar2 by Giga Contributor
  • 8515 Views
  • 13 replies
  • 2 helpfuls

Can you edit the logout page?

Hi there,   Our client wants to change the logout message on external_logout.do... Instead of saying 'You have successfully logged out', they want; 'Please be aware you have not completely logged out of the system, please logout of all other applicat...

Chuck9 by Tera Expert
  • 5018 Views
  • 4 replies
  • 4 helpfuls

Resolved! Add a comment to an incident via REST API as a different user

Hello, Apologies if this identical question has been asked before, I did some searching for a while before writing this but came up blank. We want to be able to add comments to an incident via the REST API from a third-party system we control. The th...

tommylong by Kilo Explorer
  • 5585 Views
  • 4 replies
  • 2 helpfuls

Resolved! Restrict Drop Down Choices Based on Assignment Group

We have a goal of restricting a new drop-down list on the Incident form based on what is selected for the Assignment group.  In my Personal Instance, I created a field of ‘Assignment Group Detail’ (type=string) with a number of choices.  I modeled th...

find_real_file.png
kevinthury by Tera Guru
  • 5176 Views
  • 6 replies
  • 3 helpfuls

Chat Notification Sound not playing

Hi All,   Can anyone advise why the Chat notification sound would not work? It is not related to hardware etc as this has been checked. I have checked everything I can think of in service now but can't get the notification to sound. This does not wor...

OOB Service Catalog Request Workflows Missing

  Hi all, I am experiencing the issue listed here:  https://hi.service-now.com/kb_view.do?sysparm_article=KB0687119   I have a dev and a prod instance.  I need to know what, if any, repercussions there may be if I follow the instructions in the KB ar...

Resolved! Data Migration - Missing fields

Hi all,We are moving to a new instance (re-implementing the whole system) and need to migrate a bulk of tickets. So far we did XML import-export from lists since it preserves sys_id, original dates, work notes, and attachments. However, there are man...

kaan by Kilo Contributor
  • 2908 Views
  • 6 replies
  • 2 helpfuls

Resolved! Printing out barcodes?

We would like the ability to print out asset receiving forms to send to our vendors. These forms would have data from the system, mostly in the form of text fields and the like, but they would also have barcodes. These would simply be a representatio...

Resolved! How do I filter empty rows with REST API?

Hi I am making REST API call on a table with fields A, B and C. Please let me know how can I append the query in URL not to bring rows when field A is Null? Thanks in advance.https://xxx.service-now.com/api/   ....   TABLE_NAME?....   &sysparm_fields...

Rajanmehta by Mega Guru
  • 9084 Views
  • 5 replies
  • 4 helpfuls

Resolved! fetch the current workflow for a change request

Hi there, I am trying to write a simple script within the workflow to fetch the current change id within the normal change workflow, i found out its not really working. var gr = new GlideRecord("change_request");gr.addQuery('number',current.sys_id);g...

Rex Shi by Giga Contributor
  • 3046 Views
  • 13 replies
  • 1 helpfuls

Resolved! Populate parent depending on the Service Offering

Hello Experts I'm having a tough time populating a set of values to a glidelist based on a different field. I have two different Glide Lists(Business service and Service Offerings). Each Service Offering will have a Business Service as a parent which...