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.

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Reference qualifier to return list of users

Hello all,The script include should return group member or user with role, based on the condition. However, it isn't working. What might go wrong. Thank youvar GetUsersUtils = Class.create(); GetUsersUtils.prototype = { initialize: function() {},...

tsoct by Tera Guru
  • 925 Views
  • 3 replies
  • 1 helpfuls

Resolved! Retire a CI Best Practices

Good Afternoon,         What is the best practices when it comes to retiring a CI, I am having trouble wrapping my mind around this.  You have a parent CI, say a Server - and this has been discovered by Discovery.  Now there is a whole bunch of stuff...

When is manual testing necessary?

Hi ServiceNow Community, I am working on a new ServiceNow implementation and I will be mandating that developers create Automated Test Framework (ATF) tests wherever possible. Tests will be created as the platform is implemented, and will be built on...

Resolved! Set a Catalog Item variable on Task Closure

Hi, I have catalog item with 2 variables i.e. Start Date and End Date .From this item, I have 2 reqs. as below:1. New variable var1 (radio button) should be populated as success if Task creation date is 5 days before Start Date else failure.2. New Va...

vivek72 by Tera Guru
  • 626 Views
  • 5 replies
  • 2 helpfuls

I am trying to undelete records from deleted records table can anyone help me with a code to this?

There are more than 6809879 records to be recovered And can i use the code below var deleted = new GlideRecord('sys_audit_delete');// Add an encoded query to filter the records you want to undeletedeleted.addEncodedQuery('tablename=cmdb_ci_network_ad...

How to Inactivate Notification Delivery Channels?

  User notifications have been updated in Utah.  There is now a section called Delivery Channels, this was Notifications Channels in previous versions.  There are new options available, for example Voice and Instant Message.  I would like to know how...

delviery channels.JPG
dwerner by Kilo Sage
  • 1187 Views
  • 2 replies
  • 0 helpfuls