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

Forum Posts

Resolved! REST API changing category of incidents

when I am raising an incident through REST API,in case I enter a wrong value for category field(which is a drop down field containing options like software,hardware etc.),this wrong value gets added to the choices.Please check the screenshot.I don`t ...

nehasr1288 by Tera Expert
  • 4066 Views
  • 9 replies
  • 1 helpfuls

Need to modify Survey URL

We have a self-hosted instance that has our own URL https://servicenow.company.com vs the normal https://company.service-now.com.   When viewing the Survey URL inside the survey definition we see https://company.service-now.com/xxx.   This is also tr...

Billy Strohm by Mega Contributor
  • 3957 Views
  • 8 replies
  • 1 helpfuls

What is the CI Alias [cmdb_alias] table for?

I've seen there's a table called CI Alias [cmdb_alias].   I can imagine what its purpose is but can't find out just how it works and how it's used in ServiceNow.   Can anyone help?Thanks,Michael

mbourla by Giga Guru
  • 3585 Views
  • 2 replies
  • 2 helpfuls

set current update set via script - update set functions

Hi Community,Does any one knows if there are update sets functions? like set someone current update set in business rule or something like that? or add to update set in business rule things that are not automatically added to update set

michal_v by Giga Contributor
  • 1881 Views
  • 1 replies
  • 1 helpfuls

Resolved! onChange Date Picker

Hello Community,         I've got an issue with the date picker field on a catalog item. We have implemented a form validation framework that allows us to validate the values being used in variables on catalog items. We have the same thing in place f...

find_real_file.png find_real_file.png
Ken83 by Mega Guru
  • 4982 Views
  • 4 replies
  • 2 helpfuls

Resolved! SOAPProcessingException: Insert Aborted : Error during insert

Hi Everyone,I am doing Soap integration with a 3rd party tool. First time they are able to insert record in the import set table. But after that if they try to insert the record with same incident number in Import set table, then we are getting the f...

error.PNG
haider3 by Kilo Contributor
  • 4534 Views
  • 7 replies
  • 0 helpfuls

LDAP: error code 80

Hello Experts,Need your assistance on an issue. I am trying to bind an AD LDS server with servicenow for data import and authenticating users via Single Sign On. The Mid Server is up and validated and is placed in DMZ due to some security concerns, I...

Resolved! Using workflow.scratchpad.<variable> in script Include

Hi Experts,Is it possible to use output of a run script activity from workflow in workflow.scratchpad.<var> in script include and then use it in UI Action to control its visibility.Ask here is. In UI Action condition: Script Include will be called an...

SHA3 by Giga Expert
  • 3741 Views
  • 2 replies
  • 1 helpfuls

Resolved! UI Action to update catalog variables value in request Item

I have created a UI action to fetch a field in RITM catalog variables and show in Glidedialogwindow and when user enters value it needs to be updated in the field.Using below steps:Ui Action of client type:function updateInput(){   var dialogClass = ...

SHA3 by Giga Expert
  • 4450 Views
  • 11 replies
  • 0 helpfuls

send data from ServiceNow to other applications using REST

Hi, I have to send couple of fields info to an application via REST. I went through wiki but couldnt understand much. Can someone please let me know how to do it. I understand that I have to go to REST Message and update the end point. Lets say I hav...

dini1 by Tera Contributor
  • 5514 Views
  • 7 replies
  • 0 helpfuls

How can I set an SLA to start based on a Date field being set?

Hi All,On the Incident form, I created true/false fields and date fields to show when we notify other groups of an issue. For example, if help desk needs help from Systems Admins, they select , Notify S/A and when it saves, a business rule set the da...

find_real_file.png
carlh by Kilo Guru
  • 2386 Views
  • 3 replies
  • 0 helpfuls

Resolved! How can I permanently set the UI to be UI15 in Istanbul (I've already activated UI16) but don't want users to switch to it

We were going to use UI16, but with our testing, we've determined that we do not want our users to be able to switch to use UI16 and want to strictly use UI15 initially.   If we've activated it already in our DEV instance, can we set it to always be ...

Hi Getting Error: Table contains duplicate column names

Hi Guys,I am stuck in a scenario where i supposed to add a field called "ivr_integration" to an import set table.I created the same field in sys_user_table (ivr_integration ). Then i created the transform map with mapping assist and run the transform...