TalentPersonProfilescareersOfInterest
TalentPersonProfilescareersOfInterest
Columns
| Name | Type | Description |
| TalentPersonProfilesProfileId [KEY] | Long | Surrogate identifier for the person profile. |
| CareerInterestId [KEY] | Long | Unique identifier of the career of interest. |
| ModelProfileId | Long | Unique identifier of the model profile. |
| ModelProfileCode | String | Code for the model profile ID. |
| ModelProfileName | String | Name of the model profile. |
| PrivateFlag | Bool | Indicates whether the career of interest is private or not. |
| AssignedByPersonId | Long | Unique identifier of the person who assigned the career of interest to the employee. |
| LastUpdatedBy | String | Name of the user who last updated the career of interest. |
| LastUpdateDate | Datetime | Date and time when the career of interest was last updated. |
| CreatedBy | String | Name of the user who created the career of interest. |
| CreationDate | Datetime | Date and time when the career of interest was created. |
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 |