sysauto
Stores scheduled job definitions that automate recurring processes and system tasks.
Columns
| Name | Type | ReadOnly | References | Description |
| condition | String | False |
Specifies the condition that must be met for the scheduled job to execute automatically. | |
| run_start | Datetime | False |
Defines the start date and time when the scheduled job begins running. | |
| active | String | False |
Indicates whether the scheduled job is currently active and allowed to execute. | |
| run_time | Datetime | False |
Specifies the exact time of day when the scheduled job runs. | |
| run_dayofweek | String | False |
Defines the days of the week on which the job is configured to execute. | |
| run_as_tz | String | False |
Specifies the time zone used when running the job to ensure proper scheduling across regions. | |
| upgrade_safe | String | False |
Indicates whether the job is marked as safe to retain during system upgrades. | |
| conditional | String | False |
Determines whether the job execution depends on specific conditions being met. | |
| run_period | Datetime | False |
Defines the recurring interval or frequency at which the scheduled job repeats. | |
| name | String | False |
Specifies the display name of the scheduled job for identification within the system. | |
| run_dayofmonth | String | False |
Defines the specific days of the month when the job should run. | |
| run_type | String | False |
Indicates the type of schedule, such as recurring, once, or interval-based execution. | |
| run_as | String | False |
Specifies the user account under which the scheduled job runs, determining access permissions. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) for the scheduled job record. | |
| sys_policy | String | False |
Specifies the update policy governing how the job record is handled during updates. | |
| sys_replace_on_upgrade | String | False |
Indicates whether the record should be replaced during system upgrades. | |
| sys_customer_update | String | False |
Specifies whether the record was modified by a customer or remains vendor-provided. | |
| sys_scope | String | False |
References the application scope that owns the scheduled job record. | |
| sys_package | String | False |
References the application package that includes this scheduled job definition. | |
| sys_updated_on | Datetime | False |
Records the date and time when the scheduled job record was last updated. | |
| sys_created_on | Datetime | False |
Records the date and time when the scheduled job record was created. | |
| sys_name | String | False |
Stores the internal system name used to reference the scheduled job. | |
| sys_updated_by | String | False |
Identifies the user who last modified the scheduled job record. | |
| sys_created_by | String | False |
Identifies the user who originally created the scheduled job record. | |
| sys_class_name | String | False |
Defines the system class of the scheduled job record, determining its behavior and structure. | |
| sys_mod_count | String | False |
Tracks the number of times the scheduled job record has been modified since creation. | |
| sys_update_name | String | False |
Contains the unique update name used for version control and tracking changes to the record. |