TalentPersonProfilesareasOfExpertise
TalentPersonProfilesareasOfExpertise
Columns
| Name | Type | Description |
| TalentPersonProfilesProfileId [KEY] | Long | Surrogate identifier for the person profile. |
| ExpertiseId [KEY] | Long | Surrogate identifier for the area of expertise. |
| Expertise | String | Expertise of a person in the profile. |
| CreatedBy | String | User who created the area of expertise. |
| CreationDate | Datetime | Date and time when the area of expertise was created. |
| LastUpdatedBy | String | User who last updated the area of expertise. |
| LastUpdateDate | Datetime | Date and time when the area of expertise was last updated. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Group | String | Group |
| PersonId | Long | PersonId |
| ProfileId | Long | ProfileId |
| SysEffectiveDate | String | SysEffectiveDate |
| Finder | String | finder |