---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Enable run types for scheduled job child tables

# Enable run types for scheduled job child tables {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
The run types; Day and Month in Year, Day in Week in Month in Year, and Week in Month, require the fields; Day,
Month, and Year to be visible. Child tables which don't display those fields can't create jobs with that run type selected.

## Before you begin

Identify the child table for which you're configuring new run times. To find child tables, follow the instructions in [Find child tables for scheduled jobs](https://servicenow-prod.fluidtopics.net/Jzf2415mP51TaiUJceUn~w#find-child-tables-for-scheduled-jobs "Identify child tables in scheduled jobs to promote consistent configuration across all related tables. This helps maintain data integrity and uniform processing logic throughout the table hierarchy.").

Role required: system_scheduler_admin

## Procedure

Configure Run time options:

1. Navigate to AllSystem DefinitionScheduled Jobs.
2. Select New.
3. Select Automatically run a script of your choosing.
4. Select the Run menu to display available choices.  
   If the choices for the Run menu have been previously modified, the new run types won't be visible. To add them:
   1. Select and hold (or right-click) Run and select Configure Choices.
   2. Select the choices for Run that you want to add and select Add.
   {#customize-run-times-for-scheduled-jobs__substeps_dt4_sdn_52c}
{#customize-run-times-for-scheduled-jobs__steps_hhx_fhn_52c}

## Find child tables for scheduled jobs {#ariaid-title2}

Identify child tables in scheduled jobs to promote consistent configuration across all related tables. This helps maintain data integrity and uniform processing logic throughout the table hierarchy.

### Before you begin

Role required: system_scheduler_admin

### About this task

There are two ways to locate child tables of a scheduled job; either by running a script or using search parameters.

### Procedure

1. **Optional:** Run a background script such as: `gs.info(GlideDBObjectManager.get().getAllExtensions('sysauto'));`  
   The script is an efficient and thorough way to gather the names of all child tables to a parent table.
2. **Optional:** Search the sys_db_object_list table, using the search parameters: Extends table label starts with Scheduled Job or Extends table Extends table label starts with scheduled Job or Extends table Extends table Extends table label starts with scheduled jobs.  
   Depending on the depth of the table hierarchy, additional parameters might be needed to find all child tables.
**Related concepts**   

* [Scheduled jobs](https://servicenow-prod.fluidtopics.net/khEVVpvbD0r2d9XS~BIxkA "Scheduled Jobs are automated pieces of work that can be performed at a specific time or on a recurring schedule.")
* [Advanced options for scheduled jobs](https://servicenow-prod.fluidtopics.net/tz60Gpmh6m5C3SfqFRe14A "Advanced scheduling options for scheduled jobs support greater flexibility in job planning and execution. You can configure jobs to start on a future date, end on a particular date, and define how the job should repeat.")  
**Related tasks**   

* [Create a scheduled job](https://servicenow-prod.fluidtopics.net/PWUqMa2pdX9M0u89y_hQqg "Create a scheduled job on the Schedule Job [sysauto] table.")
* [Enable run types for scheduled job child tables](https://servicenow-prod.fluidtopics.net/Jzf2415mP51TaiUJceUn~w#customize-run-times-for-scheduled-jobs "The run types; Day and Month in Year, Day in Week in Month in Year, and Week in Month, require the fields; Day, Month, and Year to be visible. Child tables which don’t display those fields can't create jobs with that run type selected.")

*[\>]: and then


