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

ATF Usage in Integration tetsing

Hi Everyone,Can anyone explain how to use ATF(Automated test framework) in Integration Testing.  I have to use the ATF to test the application which is integrated with Service now . Please help me with the examples.Thanks & Regards,Haribabu.

GunturiH by Tera Contributor
  • 281 Views
  • 1 replies
  • 0 helpfuls

Resolved! 'Planned start date' check

Hi,I have created a custom choice type column on the change_request table called 'u_lead_time_duration'. On that I have defined three choices:1_day_lead3_days_lead5_days_leadThe plan now is that if 1_day_lead is selected, it should not be possible to...

Thomas G by Tera Guru
  • 1976 Views
  • 18 replies
  • 3 helpfuls

one big query or many small ones - on prem

hi, i am writing a widget on an on prem instance, my question is this - is it better to execute a large query once and populate a large array of the queried data or is it better to execute several smaller queries and populate a small array of the dat...

Resolved! Knowledge "Solves my issue" button metric?

Hello, Starting with Tokyo and now with Utah, we noticed that in the Service Portal there is a "Solves my issue" button above a knowledge article that displays to the end user within the dynamic search results during Incident creation.  What table re...

Resolved! Assigning termination task date to due date

I have a file form and in that form there is a termination date field on the form. So whenever state is moving from transmission to terminate some tasks are getting created based on conditions and in those tasks i have a due date field so whenever th...

gayatri38 by Giga Guru
  • 548 Views
  • 4 replies
  • 1 helpfuls

How can i call schedule job data in email script

Hi All,below is the script written in schedule job. var info = new GlideRecord('u_cam_account');info.addQuery('u_active', 'true');info.addQuery('u_cloud_provider', 'aws');info.query();while (info.next()) {    var cp = info.u_account_id;    var innerI...

Rama26 by Tera Contributor
  • 315 Views
  • 1 replies
  • 0 helpfuls