OutOfOffice
Tracks employee out-of-office records, noting absence dates, durations, and related approvals for workforce management.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
The unique identifier for the out-of-office record. |
| Empoutofofficekey | Int64 | False |
The key representing the employee's out-of-office entry. |
| Description | String | False |
A description of the out-of-office entry. |
| Startdate | Datetime | False |
The start date and time for the out-of-office period. |
| Enddate | Datetime | False |
The end date and time for the out-of-office period. |
| Hoursperday | Double | False |
The number of hours per day allocated for the out-of-office period. |
| Whencreated | Datetime | False |
The date and time when the out-of-office record was created. |
| Whenmodified | Datetime | False |
The date and time when the out-of-office record was last modified. |
| Createdby | Int64 | False |
The identifier of the user who created the out-of-office record. |
| Modifiedby | Int64 | False |
The identifier of the user who last modified the out-of-office record. |
| Record_url | String | False |
The URL link to view the out-of-office record. |