EmployeeOutOfOffice
Tracks employees who are out of office, including statuses and associated dates.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
The unique identifier for the out-of-office record. |
| Employeekey | Int64 | False |
The internal key for the employee associated with the out-of-office record. |
| Employeeid | String | False |
The ID of the employee who is out of office. |
| Employeecontactname | String | False |
The contact name for the employee who is out of office. |
| 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 ID of the user who created the out-of-office record. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the out-of-office record. |
| Record_url | String | False |
The URL link to the out-of-office record. |