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

Resolved! Workflow on Catalog Item is stuck on Waiting for Approval

HelloI have a piece of workflow running off sc_req_item which isn't supposed to be running approvals, instead, this one is creating a whole bunch of tasks.Right now, the workflow has 5 stages: Waiting for Approval, Fulfillment, Delivery, Request Comp...

tahnalos by Kilo Sage
  • 7986 Views
  • 9 replies
  • 0 helpfuls

Trigger Business Rule from Scheduled Job

Hi AllI would like to know how to trigger a business rule from a scheduled jobi have a business rule which triggers email notifications on knowledge expirationit says ( in the comment ) its triggered from a schedules job but am not able to figure out...

ravi154 by Giga Contributor
  • 15970 Views
  • 5 replies
  • 6 helpfuls

Resolved! Get current datetime in UTC

Hi All,Is it possible to get the current datetime in UTC?I have a scenario where I have to find the difference a datetime value from my custom table field(this value is in UTC) and the current datetime. i want to make sure that the current datetime i...

nehayadav by Kilo Contributor
  • 16415 Views
  • 4 replies
  • 0 helpfuls

Resolved! Multiple tickets being created for the same incident

When an incident has more than one customer involved, each person that is replying to the emails is having a ticket created.   Need to know the rule that is updating incidents when emails come in and figure out why they are creating new incidents ins...

jobeasow by Mega Contributor
  • 3201 Views
  • 6 replies
  • 0 helpfuls

Transform Map - 800 Error code

Any one has any idea about the 800 Error Code in Transform Maps?I get this error while running the Transform Maps in Import Sets application?

Ruchi19 by Mega Contributor
  • 3699 Views
  • 9 replies
  • 0 helpfuls

Resolved! Using Ampersand (&) with REST API with Parameters

Greetings!How should I be encoding Ampersand (&) in my parameters when using the REST API?I'm using Perl to make a call ... and it is failing due to the Ampersand (&). In the code sample below, I want query Department=Development & Architecture.$clie...

mauricio23 by Mega Expert
  • 9440 Views
  • 2 replies
  • 0 helpfuls

Client Script Set Value to null or ""

Hi all,Have a onLoad client script that sets a couple of fields to empty on the incident form. It works fine for normal text fields but when I use it to set a list field i.e watch_list to empty/blank/null then when the form loads and you don't make a...

conradw by Kilo Contributor
  • 9097 Views
  • 5 replies
  • 0 helpfuls

Data source timeout for JDBC/SQLServer

Hello,Is there a way to set a timeout with the JDBC/SQLServer data source import? I have a query that seems to take about 5 minutes when run normally, and seems to exceed some sort of timeout threshold within Service-now. Is that a data source config...

Resolved! Integration user in an application

Hi guys,I have a question related to "integration user" in an application. In General Check Point section, it mentioned "You should include a dedicated integration user (not "admin") that external systems will use to integrate with the ServiceNow ins...

dhm by Kilo Explorer
  • 3255 Views
  • 2 replies
  • 1 helpfuls

Resolved! Ignore watermark on email inbound action.

I have a special requirement to forward an email and place a specific keyword in the subject line to perform an inbound action (create a record in target table xxx) and then stop processing.   The inbound action works fine and stops processing unles...

Ptr1000 by Giga Contributor
  • 4724 Views
  • 3 replies
  • 1 helpfuls

Resolved! How to get parent ci

Hi All,There are CI A,B,C & D with below relationship.I have to write a function in such a way that if I give ci D than function should return a result as array or   all the ci (A,B,C,D).

kb.png