EmployeePositionSkill
Manages employee position skills, linking roles to required qualifications and competencies.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
The unique identifier for the employee position skill record. |
| Positionskillkey | Int64 | False |
The internal key for the position skill associated with the employee. |
| Positionskillname | String | False |
The name of the position skill associated with the employee. |
| Employeekey | Int64 | False |
The internal key for the employee associated with the position skill. |
| Employeeid | String | False |
The ID of the employee associated with the position skill. |
| Whencreated | Datetime | False |
The date and time when the employee position skill record was created. |
| Whenmodified | Datetime | False |
The date and time when the employee position skill record was last modified. |
| Createdby | Int64 | False |
The ID of the user who created the employee position skill record. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the employee position skill record. |
| Record_url | String | False |
The URL link to the employee position skill record. |