Schedulers
Stores scheduled job definitions and execution metadata. This table supports automated background processing and timed workflow tasks.
Columns
| Name | Type | ReadOnly | Description |
| Adv_Interval | Bool | False |
A Boolean field that returns a value of 'true' when the scheduler uses an advanced interval configuration. It returns a value of 'false' when advanced interval settings are not enabled. |
| Catch_Up | Bool | False |
A Boolean field that returns a value of 'true' when missed scheduled runs should be executed upon system availability. It returns a value of 'false' when missed runs are skipped. |
| Commentlog | String | True |
The comment log entries that are associated with this scheduler. This field stores collaboration notes, operational context, or historical updates. |
| Created_By | String | True |
The unique identifier (Id) of the user who created this scheduler record. This value identifies the record author for auditing and ownership tracking. |
| Created_By_Name | String | True |
The display name of the user who created this scheduler record. This value is shown for readability in the user interface and reports. |
| Date_Entered | Datetime | True |
The date and time when this scheduler record was created. This value supports tracking of record lifecycle and audit history. |
| Date_Modified | Datetime | True |
The date and time when this scheduler record was most recently updated. This field supports change tracking and review transparency. |
| Date_Time_End | Datetime | False |
The date and time when the scheduler is configured to stop running tasks. This value defines the end of the scheduler's active period. |
| Date_Time_Start | Datetime | False |
The date and time when the scheduler is configured to begin running tasks. This value defines the start of the scheduler's active period. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this scheduler record is marked as deleted. It returns a value of 'false' when the record remains active and available for use. |
| Description | String | False |
A detailed description of the scheduler. This field can include scheduling purpose, functional context, or operational instructions. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following this scheduler to receive activity updates. It returns a value of 'false' when the user is not following the record. |
| Id [KEY] | String | True |
The Id for this scheduler record. This value is used to reference and manage the scheduler across the system. |
| Job | String | False |
The internal job name or reference that identifies the scheduled task. This value determines which process or function is executed. |
| Job_Function | String | False |
The name of the function or system operation that is executed by the scheduler. This value defines the action performed during each run. |
| Job_Interval | String | False |
The interval or frequency at which the scheduled job runs (for example, 'hourly', 'daily', or 'weekly'). This value controls recurring execution timing. |
| Job_Url | String | False |
The URL endpoint or execution path that is used by the scheduler job, when it is applicable. This value can be used in external or webhook-triggered executions. |
| Last_Run | Datetime | False |
The date and time when the scheduler last executed successfully. This value supports monitoring and debugging of scheduler performance. |
| Locked_Fields | String | True |
The list of fields that are restricted from editing for this scheduler. This value prevents unauthorized or system-governed fields from being changed. |
| Modified_By_Name | String | True |
The display name of the user who most recently modified this scheduler record. This value provides transparency into recent adjustments. |
| Modified_User_Id | String | True |
The Id of the user who most recently updated this scheduler record. This value identifies the source of the latest system or user-driven change. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite. |
| Name | String | False |
The name of the scheduler. This value is used as the primary label throughout the system. |
| Status | String | False |
The current status of the scheduler (for example, 'Active' or 'Inactive'). This value determines whether the scheduler is currently eligible to run jobs. |
| Sync_Key | String | True |
The synchronization key that is used to match this scheduler record with external systems. This value supports data consistency across integrations. |
| System_Job | Bool | False |
A Boolean field that returns a value of 'true' when the scheduler is a system-defined job. It returns a value of 'false' when it is a user-created job. |
| Time_From | String | True |
The starting time window during which the scheduler is allowed to execute. This value restricts job execution to defined hours. |
| Time_To | String | True |
The ending time window during which the scheduler is allowed to execute. This value restricts job execution to defined hours. |