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

Forum Posts

Customizing Conflict Detection Logic for Change Requests

Hi everyone, Currently, conflict detection in our ServiceNow instance for Change Requests is based on the following criteria:Planned start date (start_date)Planned end date (end_date)Configuration Item (cmdb_ci)I would like to know if it's possible t...

Clement_V by Giga Guru
  • 277 Views
  • 1 replies
  • 0 helpfuls

Scheduled JOB Script for the Change Request

Hi, I'm using the script below, which is not working. Can anyone help me with the script to trigger the notification for the belowA notification has to be triggered 1 workday after the planned end date of a change is reached, and the Change Type is N...

GBS by Tera Contributor
  • 618 Views
  • 9 replies
  • 0 helpfuls

Root Cause analysis vs other analysis

Hi community, A client asked me what the advantages are of using Root Cause analysis in stead of the General Analysis. They claim the Root Cause is a lot of administration, which I understand. I have been looking in the documentation but I am unable ...

elenahuerta by Tera Contributor
  • 616 Views
  • 6 replies
  • 6 helpfuls

Resolved! How to use Predictive Intelligence (PI) similarity solutions.

Hi,all.My team is trying to introduce the Predictive Intelligence (PI) Knowledge Similarity, but it's not working as expected.We've completed the Knowledge Similarity Solution training but PI Knowledge solution is not visible on any platform.We've al...

2025-06-10 103333.png

Resolved! Union Of conditions

Hey Folks, I need help with creating union of condition, I have a relationships(Related List) on incident table which have criteria something like below: current.addEncodedQuery('caller_id=' + parent.caller_id + '^ORu_behalf_of=' + parent.caller_id +...

suyoga by Tera Expert
  • 675 Views
  • 7 replies
  • 1 helpfuls

ownership of a ci

Hi everyone , I have a doubt regarding the ownership of a CI in a ServiceNow instance. What is the difference between a business owner and a technical owner? What are the generic changes made by the owner to a CI? Explain the behaviour of a owner in ...

RoyoV by Tera Contributor
  • 250 Views
  • 2 replies
  • 0 helpfuls

Resolved! Not updating incident short description from flow designer

Hi All,I'm trying to updating short description from flow designer script, but it is not updating, Please find my script below:var date = new GlideDateTime();date.addSeconds(19800);var istTime = date.getDisplayValue();gs.log("Incident short Descripti...

Resolved! Issue with Populating Reference Field in Custom Table

Hi All,I have a custom table called SOW Request, which contains a reference field named "Committed Budget" (u_budget_item_name).I’m trying to populate the value using the script below. While the value appears correctly in the preview record, it is no...

Vamshi_ch123_0-1749616209723.png Vamshi_ch123_1-1749616244012.png

Resolved! Ownership of CI

Hi all, i need help learning about the factors that determine ownership of CIs in a ServiceNow CMDB instance.These are a few questions that i need help with:1.Does every CI have an owner field?2.Who is considered the owner of a CI? What role does he ...

RoyoV by Tera Contributor
  • 445 Views
  • 2 replies
  • 1 helpfuls

Resolved! Order field in Tables

What is the significance of "order" field in ServiceNow tables? Why do we choose values like 10 and 40 while creating them while doing the tutorials on learning.servicenow? I see some pre-existing tables have a value of 100 for the field "order". Is ...