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! OnChange alert for single line text field

I need an OnChange alert (pop up message) on a single line text field, to appear when the user has written something (anything) in the text field. I have scripted similar alerts before, but only based on choices on Multiple choice variables. Can this...

CatalogCat by Tera Contributor
  • 1877 Views
  • 6 replies
  • 1 helpfuls

How to query doesn't contain in glide record.

Hi All, How to Query does not contain in glide record. Tried below but not working. Need to query "if a particular RITM no is not available in sc_req_item"if (emailsubject.includes("RITM")) {subject = emailsubject;indexStart = subject.indexOf('RITM')...

jobin1 by Tera Expert
  • 1915 Views
  • 22 replies
  • 1 helpfuls

GlideAggregate Count

  var agg = new GlideAggregate('sp_log'); agg.addQuery('page=5c639f611be0591028a38625624bcbf5^sys_created_onONToday@javascript:gs.beginningOfToday()@javascript:gs.endOfToday()'); agg.groupBy('user'); agg.addAggregate("COUNT"); agg.query(...

kuttti by Kilo Guru
  • 1208 Views
  • 2 replies
  • 0 helpfuls

CMDB Search not working in Global Search

Hi, I have recently installed CMDB Search plugin in my PDI to test the functionality. As per the docs https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/product/configuration-management/concept/cmdb-search.html Activating ...

psyherin by Kilo Sage
  • 1640 Views
  • 11 replies
  • 0 helpfuls

Fields are not showing Mandatory

Hi TeaM , I have made some multiple field mandatory from Dictionary level (went to particular field then went to dictionary then made it mandatory )but when i am opening the form fields are not showing mandatory, where its went wrong ?Guide me please...

pramn by Kilo Sage
  • 1044 Views
  • 3 replies
  • 0 helpfuls

Resolved! List collector value is not showing in the Request Summary

Hi, I have a script include in which we are returning the value and by the client script we set the value in the list collector.But the problem is that value is not visible in the request summary although it is populating in the form. I checked all t...

Samiksha2 by Mega Sage
  • 1851 Views
  • 21 replies
  • 1 helpfuls

Resolved! Trigger a notification when transform map fails

Hi All,I need to send a notification to certain group when transform map fails, I am using schedule to run the transform map daily.I also require a notification with the number of insert, update, etc and other notification should trigger when transfo...

Priyanka145 by Tera Contributor
  • 1540 Views
  • 9 replies
  • 1 helpfuls

Resolved! Regex Pattern which Only allow 4 digit

Hi All. @Mark Roethof  I have one variable  (Type - single line text) and I need Regex Pattern which allow only 4 digit (number) in this field  

Radhe by Tera Expert
  • 28180 Views
  • 7 replies
  • 5 helpfuls

On-Call Workflow (

We've got On-Call set up with Notify.  We use Twilio for our SMS messaging.  I'm noticing that with some users - not all of them, the part of the workflow that checks to see if there's an existing outbound SMS message for the incoming phone number se...