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

Forum Posts

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
  • 279 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
  • 203 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 ...

standard change proposal - change request values

Hi Team! in our standard change proposal "propose a new standard change" we have assignment group mandatory under the "change request values", i know change request values can be edited in the "standard change administration" module but im looking fo...

vic by Tera Contributor
  • 1366 Views
  • 6 replies
  • 2 helpfuls

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
  • 664 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

si21 by Tera Guru
  • 315 Views
  • 3 replies
  • 1 helpfuls

Resolved! Using KM for internal processes

Is anyone using the Knowledge Management Module for non-technical processes and information? I'm striving for simplicity, so I'm considering using the Knowledge Management Module for storing internal processes as well. Examples:Major Incident Managem...