# ScheduleEntriesIncremental: Exact Online Schedule Entries
- Catalog: `ExactOnlineREST`
- Schema: `Incremental`
- Primary Keys: `ID`
- Label: Schedule Entries
The data in this table is partitioned per value of the `Division` column.
This is a read-only view. The Exact Online API may not support changing the data or the Invantive UniversalSQL driver for Exact Online does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Exact Online API.
## View Columns
The columns of the view `ScheduleEntriesIncremental` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `Created` | `datetime` | Created | ☑ | |
| `Creator` | `guid` | Creator | ☐ | |
| `Day` | `int32` | | ☑ | |
| `Division` | `int32` | Division | ☑ | |
| `EndTime` | `varchar2` | End Time | ☐ | |
| `Hours` | `varchar2` | Hours | ☐ | |
| `ID` | `guid` | ID | ☑ | |
| `Modified` | `datetime` | Modified | ☑ | |
| `Modifier` | `guid` | Modifier | ☐ | |
| `Schedule` | `guid` | Schedule | ☑ | |
| `ScheduleActivityType` | `int32` | | ☑ | |
| `StartTime` | `varchar2` | Start Time | ☐ | |
| `Timestamp` | `int64` | Timestamp | ☑ | |
| `WeekNumber` | `int32` | Week Number | ☑ | |