Schedule
Represents schedules that define the execution frequency, start and end dates, and repeat configuration for automated recurring operations.
Columns
| Name | Type | ReadOnly | Description |
| cronID | String | False |
The cron Id used to identify the scheduled job for this schedule. |
| description | String | False |
The description of this schedule. |
| dueDate | Date | False |
The due date for the next execution of this schedule. |
| endDate | Date | False |
The date on which this schedule ends. |
| endOn | Int | False |
The numeric option that determines when this schedule ends, such as by date or by count. |
| executionCount | Int | False |
The number of times this schedule has been executed. |
| executionType | String | False |
The type of execution for this schedule, such as manual or automatic. |
| id | String | False |
The unique identifier of the schedule record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the schedule record. |
| lastExecutionDate | Date | False |
The date on which this schedule was last executed. |
| nextExecutionDate | Date | False |
The next scheduled execution date for this schedule. |
| repeatBy | String | False |
The frequency unit used to repeat this schedule, such as monthly or quarterly. |
| repeatCount | Int | False |
The number of times this schedule is set to repeat. |
| repeatDate | Int | False |
The day of the month on which this schedule repeats. |
| repeatInterval | Int | False |
The interval between executions of this schedule. |
| startDate | Date | False |
The date on which this schedule begins. |
| startOn | Int | False |
The numeric option that determines when this schedule starts. |
| status | String | False |
The current status of the schedule, such as active or inactive. |
| userinfo | String | False |
The user information associated with this schedule. |