PeopleAdditionalNames
Stores alternate names or aliases associated with a person, ensuring accurate name recognition for internal records and compliance purposes.
Workday Resource Information
Retrieves an additional name for the person with the specified ID.Secured by: Person Data: Name, Self-Service: Name
Scope: Contact Information
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier for this record instance within the system. |
| People_Id [KEY] | String | The assigned Workday ID (WID) for the individual associated with this name record. |
| Country_Descriptor | String | A textual representation of the country associated with this name record, often used for display purposes. |
| Country_Id | String | A unique identifier assigned to the country associated with this name record. |
| Descriptor | String | A human-readable summary or display name for the current record, commonly used for user interfaces. |
| First | String | The person's given name, often used as the primary name for addressing the individual. |
| FirstLocal | String | The given name of the person in the local script, applicable in countries where non-Latin scripts are commonly used. |
| FirstLocal2 | String | The given name of the person in a secondary local script, applicable in multilingual regions using multiple writing systems. |
| Full | String | The complete name of the individual as officially recorded, used in regions where a full name format is standard. |
| Hereditary_Descriptor | String | A textual representation of hereditary titles or names associated with family lineage, where applicable. |
| Middle | String | The person's middle name, often used to distinguish individuals with similar given and family names. |
| MiddleLocal | String | The middle name of the person in local script, applicable where non-Latin scripts are in use. |
| Primary | String | The person's primary family name or surname, which is typically inherited and used for identification. |
| PrimaryLocal | String | The person's family name in local script, used in regions where names are written differently in native languages. |
| PrimaryLocal2 | String | The person's family name in a secondary local script, applicable in regions with multiple language conventions. |
| Salutation_Descriptor | String | A textual label representing the salutation or honorific title associated with the individual, such as Mr., Mrs., or Dr. |
| SecondaryLast | String | An additional family name for the person, often used in cultures where multiple surnames are standard. |
| SecondaryLocal | String | The person's secondary family name in local script, applicable where names are recorded in non-Latin alphabets. |
| Social_Descriptor | String | A label or descriptor related to the individual's social identity, title, or commonly recognized name. |
| TertiaryLast | String | A third family name associated with the person, used in naming conventions where multiple surnames are common. |
| Title_Descriptor | String | A label representing the individual's professional, academic, or social title, such as Professor or Sir. |
| Universal_ID_Prompt | String | A universal identifier used to retrieve the specific individual’s record in the system. |