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

Forum Posts

How to get value of a field in glideaggregate?

Hi Community,How to get value of a field in glideaggregate? code:-var cd=new GlideAggregate('choice_definitions');cd.addQuery('field_name=Membership Status^choice_valueIN'+memStatus);cd.addAggregate('MIN', 'order');cd.setGroup(false);cd.query();while...

Ankita Kolhe by Tera Contributor
  • 1615 Views
  • 6 replies
  • 0 helpfuls

Notification

Hello Experts,I want  to send a notification to the CI owner when the CI relationship is updated.Ex:if we have updated the ten CI relationships and the owner of these ten CI's is able tutorthen the able tutor will receive one notification with all CI...

Handle Email test cases

Hello Everyone,I am working on scheduled script using which I need to configure it in such a way that it can handle below scenariosCase 1Table : CompanyNo of days : 2Users to be notified :user1Case 2Table :ExceptionNo of days 5users to be notified : ...

Utkarsha by Tera Contributor
  • 527 Views
  • 2 replies
  • 1 helpfuls

Resolved! workspace related search disappeared

I managed somehow to get rid of related search. I setup all identical to the other instanceEnabled the "enable related search" checkbox (which is kind of grayed out?)yet...Related search does not show up on agent assist. Any ideas?

MichaelZischeck_0-1711123297651.png

Tenable Client - Asset ID Name

Hello Experts,  I completed the tenable integration with ServiceNow, but when the unmatched CI are getting populated I do not need the FQDN name in the name field of the CI table.. but only the name.. do someone has a similar experience to make the c...

Global Client Script not working on different view

Hi All,   I have a client script which makes Additional Comments mandatory on catalog task form when the task is being moved to closed state, and in one of the view this field "Additional Comments" is not present so when the user closes the task the ...

Anubhav24 by Mega Sage
  • 486 Views
  • 2 replies
  • 0 helpfuls

Resolved! [Service Portal] Customise the timeout popup on Service Portal

There is a system property- 'glide.amb.session.timeout.multisso_custom' which if made 'true' will throw a popup on the Service portal after the timeout occurs (controlled by 'glide.ui.session_timeout') on the Service Portal.Refer: 'timeout popup on S...

Wasif by Tera Guru
  • 4343 Views
  • 3 replies
  • 3 helpfuls

advance condition in notification improvement

Hi ,I have written a script to trigger the notifications.Even after getting true the notification is not triggering:  Script://Added as a part of story ITS-4961//sys_id of catalog item "Workstation upgrade" and "Hardware allocation"if (current.cat_it...

avinashdubey103_0-1713160177346.png