Schedules
Manages schedules defining working and non-working times for various business objects.
Columns
Name | Type | Description |
ScheduleId [KEY] | Long | Unique identifier for the schedule entry. |
ScheduleTypeCode | String | Specifies the type of schedule being created. Valid values include Time, Duration, and Elapsed. This attribute is required. |
Name | String | The name assigned to the schedule when it is created. This attribute is required. |
Description | String | A brief description of the schedule, providing additional details on its purpose. |
EffectiveFromDate | Date | The start date when the work schedule modeling, including working and non-working time, becomes effective. This attribute is required. |
EffectiveToDate | Date | The end date when the work schedule modeling, including working and non-working time, is no longer effective. This attribute is required. |
CategoryCode | String | Code representing the category of the schedule, such as Pager, UK SSP, or Work. |
DeletedFlag | Bool | Indicates whether the schedule is active. 'True' means active and usable; 'False' means inactive (default: True). |
QuarterlyTypeCode | String | Defines the quarterly model used for the schedule, such as 13 periods or variations of 4-4-5 week structures. |
NumberOfAssignments | Int | Specifies the number of business objects linked to this schedule. If greater than zero, updates to the schedule may be restricted. |
FirstDayOfWorkWeekCode | String | Defines the first day of the workweek for this schedule. Valid values: SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, and SATURDAY (default: MONDAY). |
FirstDayOfWorkWeek | String | Specifies the first day of the workweek for this schedule. |
CreatedBy | String | Username or system entity that created this schedule entry. |
CreationDate | Datetime | Timestamp indicating when this schedule entry was initially created. |
LastUpdateDate | Datetime | Timestamp indicating when this schedule entry was last updated. |
LastUpdatedBy | String | Username or system entity that last modified this schedule entry. |
Finder | String | A system-defined query or lookup used to retrieve schedule records. |