AwardsAwardPersonnel
The Award Personnel resource is used to view the award personnel attributes such as person name, role.
Columns
| Name | Type | Description |
| AwardsAwardId [KEY] | Long | Identifier of the award. |
| AwardPersonnelId [KEY] | Long | The unique identifier for award personnel association. |
| AwardId | Long | The unique identifier of the award. |
| PersonName | String | Name of the person in HCM. |
| PersonNumber | String | Number of the person in Human Resources. |
| PhoneNumber | String | Phone number of the person selected from Human Resources to administer and manage awards. |
| EmailAddress | String | Email address for the selected person from Human Resources. |
| JobTitle | String | Job title of the person selected from Human Resources. |
| OrganizationName | String | Name of the Organization of the selected person. |
| PersonId | Long | The unique identifier of the selected internal person from Human Resources. |
| PartyId | Long | The unique identifier of the selected external person. |
| InternalFlag | Bool | Indicates whether the selected person is internal or external. |
| RoleId | Long | Unique identifier of the selected role of the person. |
| Role | String | The role performed by the selected person. |
| StartDate | Date | Start date of the duration for the award person association. |
| EndDate | Date | End date of the duration for the award person association. |
| CreditPercent | Double | Credit percentage value associate for the selected person. |
| CreatedBy | String | The user that created the award personnel. |
| CreationDate | Datetime | The date when the award personnel was created. |
| LastUpdatedBy | String | The user that last updated the award personnel. |
| LastUpdateDate | Datetime | The date when the award personnel was last updated. |
| Finder | String | finder |