QuestionQ106

Application Automation

Which scenario is an example of when an application could use a Scheduled Script Execution (Scheduled Job)?

  • A The application needs to run a client-side script at the same time every day.
  • B The application needs to query the database every day to look for unassigned records.
  • C To display a custom welcome message when a user logs in.
  • D To validate form input fields before a record is submitted.
Explanation

A Scheduled Script Execution is used to run a server-side script on a defined schedule. Querying the database each day to identify unassigned records is a recurring background task, so it is an appropriate use of a scheduled job. ServiceNow documents scheduled jobs as automated work performed at a specific time or recurring schedule.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!