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

Forum Posts

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
  • 604 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
  • 1169 Views
  • 2 replies
  • 0 helpfuls

New to service now

Hi TeamWe are new to service now platform. Now I want to know from where we need to start in our company to get better understanding of the platform. So please guide me. 

Resolved! How to compare values in an array and set values?

Hi All, I have a VIT from and there are 3 detections for that VIT. We have a field 'A' in the detection formI need to gliderecord the detection form and check the value of field 'A' for 3 records.If any of the value is 'true' for field 'A' , I have t...

User205031 by Tera Contributor
  • 603 Views
  • 2 replies
  • 0 helpfuls