Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Resolved! レコードの挿入時に自動的にフィールド値を入力したい

インシデントテーブルにHinemosからレコードが連携されたときに、インシデントレコードのホスト名(u_hostname)が自動で入力されます。この時に、インシデントレコードのサーバ名(u_servername_test_field_1)に、ホスト名に対応するサーバ名を自動で入力されるような方法について検討しています。マスタテーブルとして、列Aにホスト名が、列Bにはホスト名に対応するサーバ名を事前に登録しておくものとします。インシデントレコードのホスト名に列Aと同じ値が入った時に、列Bの値をサー...

紗代近 by Tera Contributor
  • 1473 Views
  • 2 replies
  • 2 helpfuls

Issue with Change Request Bypassing Approval Stage in ServiceNow

We are experiencing an issue where change requests in ServiceNow are bypassing the approval stage and moving directly to the "Scheduled" state. This behavior is not expected, as the change request should go through the approval process before reachin...

HarnoorK by Tera Contributor
  • 803 Views
  • 1 replies
  • 0 helpfuls

SCENARIO BASED INTERVIEW QUESTIONS

/*Req 1:- Write a script to add "Test" in short description before on last 10 updated incident?*/var grinc = new GlideRecord('incident');grinc.addQuery('active',true);grinc.setLimit(10);grinc.orderByDesc('sys_updated_on');grinc.query();while(grinc.ne...

onsubmit glide ajax issue

Can someone help me understand why this code is not working? I'm trying to use GlideAjax in an onSubmit client scriptThis is not a real requirement—I just want to learn because I was asked this in an interview last time.Also, if this question comes u...

"Attached Knowledge " tab

In incident form i am able to add the Attached knowledge tab in related list, but After that is not visible , please help me on this how to resolve it.

keerthana10 by Tera Contributor
  • 817 Views
  • 3 replies
  • 0 helpfuls

Service catalog variable

Creating a variable without a name, where only the text box should visible (Label should not be seen in form)

kothasahit by Tera Contributor
  • 623 Views
  • 1 replies
  • 0 helpfuls

Service Portal AI search

Hello everyone,     I have a custom portal enabled which is my default landing page.I have enabled the AI search and configured the ai search. On any keyword search and clicked on search button it takes to another page to display the results where i ...

Resolved! How to prevent adding duplicates in list collector

Hi,A list collector field is added to Parent and child tickets.Related tickets from multiple sub tasks are getting added to parent. When two or more sub tasks having same related ticket it is getting duplicated and adding multiple times in parent rel...

Kumar147 by Tera Contributor
  • 1561 Views
  • 5 replies
  • 0 helpfuls

Requestor comments are not seen by agent

Hi experts,we are seeing an issue, when the requestor post some comments on the case, the agent who is working on it is unable to see. How can we fix this issue? TIA

Community Alums by Community Alums  
  • 815 Views
  • 3 replies
  • 1 helpfuls

MID Server in K8S -> readinessProbe & livenessProbe

Hi there, we setup our MID-Server in a Kubernetes Cluster with ArgoCD.I woundering about the lifeness and readiness Probes. We found a script "check_health.sh" in the MID-Server Application, but it doesn't work as expected. I give the container the w...

BjörnB by Tera Contributor
  • 916 Views
  • 2 replies
  • 1 helpfuls

Importing data from csv

I have this use case where I need to import some data into servicenow. This dataset is used to assign Ids to employees based on their location. A particular location can have ids ranging from 1-9 and A-Z and there are say 15 such locations. Some of t...

Screenshot 2025-03-12 at 4.23.53 PM.png Screenshot 2025-03-12 at 4.25.16 PM.png