Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Server script is not working properly

Hi All, We are receiving multiple sys_id from the recordsIds but the code is not working properly    var recordIds = input.controller;gs.addInfoMessage('test'+recordIds);    var tag=recordIds.forEach(getTags);// gs.addInfoMessage(tag);} function getT...

ui action

i am trying to set values in below fields but not able to set for some fields  in imac form  :To/New Office Location Date ReceivedIMAC Items> Model/Part NumberAdd a link to the IMAC to the SCTask work notes    DescriptionCreate UI action to create an...

rognomolta_0-1732857947636.png rognomolta_1-1732858122901.png

Resolved! Unable to upload update sets XML in my new instance.

Hi everyone, I have an issue wherein I cannot upload XML from my previous instance which was reclaimed, to my new instance (both are same version - Vancouver). I tried uploading a lot of times but the XML file doesnt show up in the Retrieved update s...

ehab_pilloor_0-1709632314158.png

add the select box value dynamically

Hi All, I am trying to add the value dynamically in the select box for one of the group of users by using below catalog client script... function onLoad() {    var selectBox = g_form.getControl('what_is_this_request_for');    var Compuser = new Glide...

VaibhavJ by Tera Contributor
  • 432 Views
  • 1 replies
  • 0 helpfuls

Resolved! Redirecting Users from a Catalog Item to Another URL in Service Portal

Hello Community,I have a requirement where, if a user tries to access a specific catalog item, they should be redirected to another URL.I created a client script for this "function onLoad() {    window.location.href("www.youtube.com");}", and it work...

RachidB by Tera Contributor
  • 1954 Views
  • 5 replies
  • 3 helpfuls

How can w use wait for condition in flow designer for variable?

I have one variable return date on catalog item and I am using flow designer for my catalog item, After closing one task I am putting RITM into pending requester and that time one variable will visible for user " return date" and when he will submit ...

lucky24_0-1691135533422.png
lucky24 by Tera Contributor
  • 4268 Views
  • 18 replies
  • 14 helpfuls

Resolved! Request item table Notification triggering twice

Hi Team, I noticed that in the request item table, I recorded a notification meant for the end user and one group, but it seems to be going out twice. Just wanted to bring this up so we can sort it out. Thanks for your help!  

VenkyKshatriy2_0-1732775254836.png VenkyKshatriy2_1-1732775385277.png