PerformanceGoals
PerformanceGoals
Columns
| Name | Type | Description |
| GoalId [KEY] | Long | Unique identifier for the performance goal. |
| GoalName | String | Name of the performance goal. |
| PersonId | Long | Unique identifier for the person who's assigned the performance goal. |
| PersonNumber | String | Person number of the person who's assigned the performance goal. |
| AssignmentId | Long | Unique identifier for the worker's assignment. |
| Description | String | Description of the performance goal. |
| StartDate | Date | Start date of the performance goal. |
| Status | String | Status code of the performance goal. |
| TargetCompletionDate | Date | Target completion date for the performance goal. |
| StatusMeaning | String | Meaning of the status of the performance goal. |
| PercentComplete | String | Completion percentage of the performance goal. |
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 |
| CheckInId | Long | CheckInId |
| GoalPlanGoalId | Long | GoalPlanGoalId |
| ManualGoalsFlag | String | ManualGoalsFlag |
| ReviewPeriodId | Long | ReviewPeriodId |
| SingleGoalFlag | String | SingleGoalFlag |
| Finder | String | finder |