TalentPersonProfiles
TalentPersonProfiles
Columns
| Name | Type | Description |
| ProfileId [KEY] | Long | Surrogate identifier for the person profile. |
| ProfileCode | String | Code assigned to a person profile to identify the profile uniquely. |
| PersonId | Long | Surrogate identifier for the person. |
| PersonNumber | String | Unique number assigned to a person. |
| DisplayName | String | Display name for the person. |
| Summary | String | Summary of a person profile. |
| StatusCode | String | Unsupported attribute. Don't use it in your transactions. |
| CreatedBy | String | User who created the profile. |
| CreationDate | Datetime | Date and time when the profile was created. |
| LastUpdatedBy | String | User who last updated the profile. |
| LastUpdateDate | Datetime | Date and time when the profile was last updated. |
| CareerAmbassadorFlag | Bool | Indicates whether the person is a career ambassador or not. Valid values are true and false. The default value is false. |
| CareerAmbassadorSummary | String | Summary of why the person wants to enroll as a career ambassador. |
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 |
| SysEffectiveDate | String | SysEffectiveDate |
| Finder | String | finder |