EmployeeEntityContacts
Manages contact records linked to employee entities, supporting communication and reporting.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
The unique identifier for the employee entity contact record. |
| Categoryname | String | False |
The category name associated with the employee entity contact. |
| Contact_name | String | False |
The name of the contact associated with the employee entity. |
| Employee_employeeid | String | False |
The ID of the employee associated with the contact. |
| Whencreated | Datetime | False |
The date and time when the employee entity contact record was created. |
| Whenmodified | Datetime | False |
The date and time when the employee entity contact record was last modified. |
| Createdby | Int64 | False |
The ID of the user who created the employee entity contact record. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the employee entity contact record. |
| Record_url | String | False |
The URL link to the employee entity contact record. |