Examples of Loading Goal Plan Assignments

This topic provides examples that show how to load goal plan assignment objects using HCM Data Loader. The Goal Plan Assignment component holds information about employee assignments for the goal plan.

Use the GoalPlanAssignment discriminator to load goal plan assignment records using HCM Data Loader.

Note: Organization goal plans aren't supported in responsive Goal Management.

Creating a New Goal Plan Assignment Component for an Employee

This example GoalPlan.dat file creates a new goal plan and goal plan assignment for an employee. In this example, the GoalPlanExternalId attribute identifies the goal plan that's created and then assigned.

METADATA|GoalPlan|GoalPlanExternalId|GoalPlanName|GoalPlanTypeCode|GoalPlanActiveFlag|EnableWeightingFlag|StartDate|EndDate|EnforceGoalWeightFlag|GoalAccessLevelCode|IncludeInPerfdocFlag|ReqSubmittedByPersonNumber|RequestSubmissionDate
MERGE|GoalPlan|GP_001_01|GP_001_01|ORA_HRG_WORKER|A|Y|2015/01/01|2015/12/31|N|HR specialist and manager|Y|8153756|2015/04/01
METADATA|GoalPlanAssignment|SourceSystemId|SourceSystemOwner|GoalPlanExternalId|WorkerAssignmentNumber|Status
MERGE|GoalPlanAssignment|GPA_001_01|VISION|GP_001_01|EEEE8153787|ACTIVE

Creating a Goal Plan Assignment For an Existing Goal Plan

This example GoalPlan.dat file creates a goal plan assignment for a goal plan that already exists. In this example, the GoalPlanExternalId attribute identifies the existing goal plan that's assigned.

METADATA|GoalPlanAssignment|SourceSystemId|SourceSystemOwner|GoalPlanExternalId|WorkerAssignmentNumber|Status
MERGE|GoalPlanAssignment|GPA_001_01|VISION|GP_001_01|EEEE8153787|ACTIVE