Department
Manages department records, capturing organizational structure and operational details.
Columns
| Name | Type | ReadOnly | Description |
| Departmentid [KEY] | String | False |
The unique ID of the department. |
| Recordno | Int64 | False |
The unique identifier for the department record. |
| Title | String | False |
The title of the department. |
| Parentkey | Int64 | False |
The internal key of the parent department. |
| Parentid | String | False |
The ID of the parent department. |
| Supervisorkey | Int64 | False |
The internal key of the department supervisor. |
| Supervisorid | String | False |
The ID of the department supervisor. |
| Whencreated | Datetime | False |
The date and time when the department was created. |
| Whenmodified | Datetime | False |
The date and time when the department was last modified. |
| Supervisorname | String | False |
The name of the department supervisor. |
| Status | String | False |
The status of the department. |
| Custtitle | String | False |
The custom title associated with the department. |
| Createdby | Int64 | False |
The ID of the user who created the department. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the department. |
| Record_url | String | False |
The URL link to the department record. |