PositionSkill
Maintains records of required or possessed skills for specific positions, including skill statuses and descriptive data.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
Unique identifier for the position skill entry. |
| Name [KEY] | String | False |
Name of the position skill. |
| Description | String | False |
Description of the position skill. |
| Status | String | False |
Current status of the position skill. |
| Whencreated | Datetime | False |
Timestamp when the position skill entry was created. |
| Whenmodified | Datetime | False |
Timestamp when the position skill entry was last modified. |
| Createdby | Int64 | False |
User ID of the creator of the position skill entry. |
| Modifiedby | Int64 | False |
User ID of the person who last modified the position skill entry. |
| Megaentitykey | Int64 | False |
Key for the mega entity associated with the position skill. |
| Megaentityid | String | False |
Identifier for the mega entity associated with the position skill. |
| Megaentityname | String | False |
Name of the mega entity associated with the position skill. |
| Record_url | String | False |
URL linking to the record associated with the position skill entry. |