ObjectId | The unique ID generated by the system. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ObjectId | |
PMDB Table | task | |
PMDB Field Name | task_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ProjectObjectId | |
PMDB Table | task | |
PMDB Field Name | proj_id | |
Data Type | integer | |
WBSObjectId | The unique ID of the WBS for the activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | WBSObjectId | |
PMDB Table | task | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
CalendarObjectId | The unique ID of the calendar assigned to the activity. Activity calendars can be assigned from the global calendar pool or the project calendar pool. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | CalendarObjectId | |
PMDB Table | task | |
PMDB Field Name | clndr_id | |
Data Type | integer | |
EstimatedWeight | The estimation weight for the activity, used for top-down estimation. Top-down estimation weights are used to calculate the proportion of units that each activity receives in relation to the other activities within the same WBS. Top-down estimation distributes estimated units in a top-down manner to activities using the WBS hierarchy. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | EstimatedWeight | |
PMDB Table | task | |
PMDB Field Name | est_wt | |
Data Type | double | |
IsNewFeedback | The flag that indicates that the primary resource has sent feedback notes about this activity which have not been reviewed yet. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | IsNewFeedback | |
PMDB Table | task | |
PMDB Field Name | rev_fdbk_flag | |
Data Type | string | |
AutoComputeActuals | The option that determines whether the activity's actual and remaining units, start date, finish date, and percent complete are computed automatically using the planned dates, planned units and the schedule percent complete. If this option is selected, the actual/remaining units and actual dates are automatically updated when project actuals are applied. Use this option to assume that all work for the activity proceeds according to plan. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AutoComputeActuals | |
PMDB Table | task | |
PMDB Field Name | auto_compute_act_flag | |
Data Type | string | |
PercentCompleteType | The activity percent complete type: 'Physical', 'Duration', or 'Units'. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PercentCompleteType | |
PMDB Table | task | |
PMDB Field Name | complete_pct_type | |
Data Type | string | |
Type | The type of activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'. A 'Task Dependent' activity is scheduled using the activity's calendar rather than the calendars of the assigned resources. A 'Resource Dependent' activity is scheduled using the calendars of the assigned resources. This type is used when several resources are assigned to the activity, but they may work separately. A 'Milestone' is a zero-duration activity without resources, marking a significant project event. A 'Level of Effort' activity has a duration that is determined by its dependent activities. Administration-type activities are typically 'Level of Effort'. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | Type | |
PMDB Table | task | |
PMDB Field Name | task_type | |
Data Type | string | |
DurationType | The duration type of the activity. One of 'Fixed Units/Time', 'Fixed Duration and Units/Time', 'Fixed Units', or 'Fixed Duration and Units'. For 'Fixed Units/Time' activities, the resource units per time are constant when the activity duration or units are changed. This type is used when an activity has fixed resources with fixed productivity output per time period. For 'Fixed Duration and Units/Time' activities, the activity duration is constant as the units or resource units per time are changed. This type is used when the activity is to be completed within a fixed time period regardless of the resources assigned. For 'Fixed Units' activities, the activity units are constant when the duration or resource units per time are changed. This type is used when the total amount of work is fixed, and increasing the resources can decrease the activity duration. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | DurationType | |
PMDB Table | task | |
PMDB Field Name | duration_type | |
Data Type | string | |
ReviewStatus | The activity review status. Valid values are 'OK', 'For Review', and 'Rejected'. Primary resources set the status to 'For Review' when they believe the activity is completed but are not allowed to mark activities as completed. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ReviewStatus | |
PMDB Table | task | |
PMDB Field Name | review_type | |
Data Type | string | |
Status | The current status of the activity, either 'Not Started', 'In Progress', or 'Completed'. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | Status | |
PMDB Table | task | |
PMDB Field Name | status_code | |
Data Type | string | |
Id | The short ID that uniquely identifies the activity within the project. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | Id | |
PMDB Table | task | |
PMDB Field Name | task_code | |
Data Type | string | |
Name | The name of the activity. The activity name does not have to be unique. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | Name | |
PMDB Table | task | |
PMDB Field Name | task_name | |
Data Type | string | |
PrimaryResourceObjectId | The unique ID of the primary resource for the activity. The primary resource is responsible for the overall work on the activity and updates the activity status using Timesheets. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PrimaryResourceObjectId | |
PMDB Table | task | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
TotalFloat | The amount of time the activity can be delayed before delaying the project finish date. Total float can be computed as late start - early start or as late finish - early finish; this option can be set when running the project scheduler. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | TotalFloat | |
PMDB Table | task | |
PMDB Field Name | total_float_hr_cnt | |
Data Type | double | |
FreeFloat | The amount of time the activity can be delayed before delaying the start date of any successor activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | FreeFloat | |
PMDB Table | task | |
PMDB Field Name | free_float_hr_cnt | |
Data Type | double | |
RemainingDuration | The remaining duration of the activity. Remaining duration is the total working time from the activity remaining start date to the remaining finish date. The remaining working time is computed using the activity's calendar. Before the activity is started, the remaining duration is the same as the planned duration. After the activity is completed the remaining duration is zero. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingDuration | |
PMDB Table | task | |
PMDB Field Name | remain_drtn_hr_cnt | |
Data Type | double | |
ActualLaborUnits | The actual units for all labor resources assigned to the activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualLaborUnits | |
PMDB Table | task | |
PMDB Field Name | act_work_qty | |
Data Type | double | |
RemainingLaborUnits | The remaining units for all labor resources assigned to the activity. The remaining units reflects the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingLaborUnits | |
PMDB Table | task | |
PMDB Field Name | remain_work_qty | |
Data Type | double | |
PlannedLaborUnits | The planned units for all labor resources assigned to the activity. This field is named BudgetedLaborUnits in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedLaborUnits | |
PMDB Table | task | |
PMDB Field Name | target_work_qty | |
Data Type | double | |
PlannedDuration | The total working time from the activity planned start date to the planned finish date. The planned working time is computed using the activity's calendar. This field is named OriginalDuration in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedDuration | |
PMDB Table | task | |
PMDB Field Name | target_drtn_hr_cnt | |
Data Type | double | |
PlannedNonLaborUnits | The planned units for all nonlabor resources assigned to the activity. This field is named BudgetedNonLaborUnits in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedNonLaborUnits | |
PMDB Table | task | |
PMDB Field Name | target_equip_qty | |
Data Type | double | |
ActualNonLaborUnits | The actual units for all nonlabor resources assigned to the activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualNonLaborUnits | |
PMDB Table | task | |
PMDB Field Name | act_equip_qty | |
Data Type | double | |
RemainingNonLaborUnits | The remaining units for all nonlabor resources assigned to the activity. The remaining units reflects the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingNonLaborUnits | |
PMDB Table | task | |
PMDB Field Name | remain_equip_qty | |
Data Type | double | |
PrimaryConstraintDate | The constraint date for the activity, if the activity has a constraint. The activity's constraint type determines whether this is a start date or finish date. Activity constraints are used by the project scheduler. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PrimaryConstraintDate | |
PMDB Table | task | |
PMDB Field Name | cstr_date | |
Data Type | date | |
ActualStartDate | The date on which the activity is actually started. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualStartDate | |
PMDB Table | task | |
PMDB Field Name | act_start_date | |
Data Type | date | |
ActualFinishDate | The date on which the activity is actually finished. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualFinishDate | |
PMDB Table | task | |
PMDB Field Name | act_end_date | |
Data Type | date | |
LateStartDate | The latest possible date the remaining work for the activity must begin without delaying the project finish date. This date is computed by the project scheduler based on network logic, schedule constraints, and resource availability. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | LateStartDate | |
PMDB Table | task | |
PMDB Field Name | late_start_date | |
Data Type | date | |
LateFinishDate | The latest possible date the activity must finish without delaying the project finish date. This date is computed by the project scheduler based on network logic, schedule constraints, and resource availability. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | LateFinishDate | |
PMDB Table | task | |
PMDB Field Name | late_end_date | |
Data Type | date | |
ExpectedFinishDate | The date the activity is expected to be finished according to the progress made on the activity's work products. The expected finish date is entered manually by people familiar with progress of the activity's work products. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ExpectedFinishDate | |
PMDB Table | task | |
PMDB Field Name | expect_end_date | |
Data Type | date | |
EarlyStartDate | The earliest possible date the remaining work for the activity can begin. This date is computed by the project scheduler based on network logic, schedule constraints, and resource availability. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | EarlyStartDate | |
PMDB Table | task | |
PMDB Field Name | early_start_date | |
Data Type | date | |
EarlyFinishDate | The earliest possible date the activity can finish. This date is computed by the project scheduler based on network logic, schedule constraints, and resource availability. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | EarlyFinishDate | |
PMDB Table | task | |
PMDB Field Name | early_end_date | |
Data Type | date | |
RemainingEarlyStartDate | The date the remaining work for the activity is scheduled to begin. This date is computed by the project scheduler but can be updated manually by the project manager. Before the activity is started, the remaining start date is the same as the planned start date. This is the start date that Timesheets users follow. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingEarlyStartDate | |
PMDB Table | task | |
PMDB Field Name | restart_date | |
Data Type | date | |
RemainingEarlyFinishDate | The remaining late end date, which is calculated by the scheduler. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingEarlyFinishDate | |
PMDB Table | task | |
PMDB Field Name | reend_date | |
Data Type | date | |
PlannedStartDate | The date the activity is scheduled to begin. This date is computed by the project scheduler but can be updated manually by the project manager. This date is not changed by the project scheduler after the activity has been started. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedStartDate | |
PMDB Table | task | |
PMDB Field Name | target_start_date | |
Data Type | date | |
PlannedFinishDate | The date the activity is scheduled to finish. This date is computed by the project scheduler but can be updated manually by the project manager. This date is not changed by the project scheduler after the activity has been started. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedFinishDate | |
PMDB Table | task | |
PMDB Field Name | target_end_date | |
Data Type | date | |
ReviewFinishDate | The finish date of the activity as proposed by the primary resource using Timesheets, while the activity is in "For Review" state. If the project manager approves the activity completion, the review finish is copied to the actual finish. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ReviewFinishDate | |
PMDB Table | task | |
PMDB Field Name | review_end_date | |
Data Type | date | |
RemainingLateStartDate | the remaining late start date calculated by the scheduler. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingLateStartDate | |
PMDB Table | task | |
PMDB Field Name | rem_late_start_date | |
Data Type | date | |
RemainingLateFinishDate | the remaining late finish date calculated by the scheduler. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingLateFinishDate | |
PMDB Table | task | |
PMDB Field Name | rem_late_end_date | |
Data Type | date | |
PrimaryConstraintType | The type of constraint applied to the activity start or finish date. Activity constraints are used by the project scheduler. Start date constraints are 'Start On', 'Start On or Before', and 'Start On or After'. Finish date constraints are 'Finish On', 'Finish On or Before', and 'Finish On or After'. Another type of constraint, 'As Late As Possible', schedules the activity as late as possible based on the available free float. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PrimaryConstraintType | |
PMDB Table | task | |
PMDB Field Name | cstr_type | |
Data Type | string | |
LevelingPriority | The activity priority used to prioritize activities in a project when performing resource leveling. Valid values are 'Top', 'High', 'Normal', 'Low', and 'Lowest'. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | LevelingPriority | |
PMDB Table | task | |
PMDB Field Name | priority_type | |
Data Type | string | |
SecondaryConstraintDate | The date to be used for the cstr_type2 assignment, if the activity has a cstr_type2 value. The activity's constraint type determines whether this is a start date or finish date. Activity constraints are used by the project scheduler. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | SecondaryConstraintDate | |
PMDB Table | TASK | |
PMDB Field Name | ||
Data Type | date | |
SecondaryConstraintType | The additional constraint to be used by the scheduler. If more than one constraint is assigned, this value should be restricted to one of the following: "Start On or Before", "Start On or After", "Finish On or Before", or "Finish On or After". | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | SecondaryConstraintType | |
PMDB Table | TASK | |
PMDB Field Name | ||
Data Type | string | |
FloatPath | The integer representing the critical path this activity is on. The value 1 is the most critical path, value 2 is the second most critical path, etc. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | FloatPath | |
PMDB Table | task | |
PMDB Field Name | float_path | |
Data Type | integer | |
FloatPathOrder | The integer representing the order in which this object was found on one of the critical paths. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | FloatPathOrder | |
PMDB Table | task | |
PMDB Field Name | float_path_order | |
Data Type | integer | |
ActualThisPeriodLaborUnits | The actual this period labor units (hours) for all labor resources assigned to the activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualThisPeriodLaborUnits | |
PMDB Table | task | |
PMDB Field Name | act_this_per_work_qty | |
Data Type | double | |
ActualThisPeriodNonLaborUnits | The actual this period nonlabor units (hours) for all nonlabor resources assigned to the activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualThisPeriodNonLaborUnits | |
PMDB Table | task | |
PMDB Field Name | act_this_per_equip_qty | |
Data Type | double | |
IsLongestPath | The flag that indicates whether an activity is on the longest path. Default = 'N' | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | IsLongestPath | |
PMDB Table | task | |
PMDB Field Name | driving_path_flag | |
Data Type | string | |
SuspendDate | The start date when the progress of a task or resource dependent activity is delayed from. The suspend date must be later than the actual start date, which the activity must have. The progress of the activity can be resumed by setting the resume date. The Suspend/Resume period behaves like a nonworktime on the activity calendar or resource calendar for task and resource dependent activities. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | SuspendDate | |
PMDB Table | task | |
PMDB Field Name | suspend_date | |
Data Type | date | |
ResumeDate | The date when a suspended task or resource dependent activity should be resumed. The resume date must be later than the suspend date and earlier than the actual finish date. The Suspend/Resume period behaves like a nonworktime on the activity calendar or resource calendar for task and resource dependent activities. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ResumeDate | |
PMDB Table | task | |
PMDB Field Name | resume_date | |
Data Type | date | |
ExternalEarlyStartDate | The date value that determines the early start date for imported activities with external constraints lost (relations from/to external projects that do not exist in the database). This field is the relationship early finish date (REF) when the lost relationship type is FS or SS. When the relationship type is SF or FF, this field is calculated as REF - RD of the successor. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ExternalEarlyStartDate | |
PMDB Table | task | |
PMDB Field Name | external_early_start_date | |
Data Type | date | |
ExternalLateFinishDate | The date value that determines the Late Finish Date for imported activities with external constraints lost (from/to external projects that do not exist in the database). This field is the relationship late finish date (RLF) when the lost relationship type is FS or FF. When the relationship type is SS or SF, this field is calculated as RLS + RD of the predecessor. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ExternalLateFinishDate | |
PMDB Table | task | |
PMDB Field Name | external_late_end_date | |
Data Type | date | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
AccountingVariance | The difference between the planned value of work scheduled and the actual cost of work performed. Computed as accounting variance = planned value - actual cost . A negative value indicates that actual costs have exceeded the scheduled costs. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AccountingVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AccountingVarianceLaborUnits | The difference between the planned value of work scheduled and the actual work performed. Computed as accounting variance labor units = planned value labor units - actual units. A negative value indicates that actual costs have exceeded the scheduled costs. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AccountingVarianceLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualDuration | The total working time from the activity actual start date to the actual finish date (for completed activities), or to the current data date (for in-progress activities). The actual working time is computed using the activity's calendar. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualDuration | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualExpenseCost | The actual costs for all project expenses associated with the activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualExpenseCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualLaborCost | The actual costs for all labor resources assigned to the activity. If no resources are assigned, computed as the activity actual labor units * project default price / time. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualMaterialCost | The sum of all regular and overtime costs for material resources. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualMaterialCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualNonLaborCost | The actual costs for all nonlabor resources assigned to the activity. If no resources are assigned, computed as the activity actual nonlabor units * project default price / time. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualNonLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualThisPeriodLaborCost | The actual this period labor cost for all labor resources assigned to the activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualThisPeriodLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualThisPeriodMaterialCost | The sum of all material resource costs for the current period. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualThisPeriodMaterialCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualThisPeriodNonLaborCost | The actual this period nonlabor cost for all nonlabor resources assigned to the activity. If no resources are assigned, computed as the activity actual nonlabor units * project default price / time. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualThisPeriodNonLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualTotalCost | The actual total cost for the activity, including labor resources, nonlabor resources, and project expenses. Actual total cost = actual labor costs + actual nonlabor costs + actual expense costs. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualTotalCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualTotalUnits | the sum of Actual Labor Units and Actual Nonlabor Units. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ActualTotalUnits | |
PMDB Table | TASK | |
PMDB Field Name | ||
Data Type | number | |
AtCompletionDuration | The total working time from the activity's current start date to the current finish date. The current start date is the planned start date until the activity is started, then it is the actual start date. The current finish date is the activity planned finish date while the activity is not started, the remaining finish date while the activity is in progress, and the actual finish date once the activity is completed. The total working time is computed using the activity's calendar. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionDuration | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionExpenseCost | The sum of the actual plus remaining costs for all expenses associated with the activity. Computed as actual expense cost + remaining expense cost. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionExpenseCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionLaborCost | The sum of the actual plus remaining costs for all labor resources assigned to the activity. Computed as actual labor cost + remaining labor cost. Same as the planned labor costs if the activity is not started and the actual labor costs once the activity is completed. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionLaborUnits | The sum of the actual plus remaining units for all labor resources assigned to the activity. Computed as actual labor units + remaining labor units. Same as the planned labor units if the activity is not started and the actual labor units once the activity is completed. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionLaborUnits | |
PMDB Table | TASK | |
PMDB Field Name | ||
Data Type | number | |
AtCompletionLaborUnitsVariance | The project baseline planned total labor units minus the estimate at completion labor units. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionLaborUnitsVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionMaterialCost | The sum of all actual and remaining costs for material resources. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionMaterialCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionNonLaborCost | The sum of the actual plus remaining costs for all nonlabor resources assigned to the activity. Computed as actual nonlabor cost + remaining nonlabor cost. Same as the planned nonlabor costs if the activity is not started and the actual nonlabor costs once the activity is completed. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionNonLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionNonLaborUnits | The sum of the actual plus remaining units for all nonlabor resources assigned to the activity. Computed as actual nonlabor units + remaining nonlabor units. Same as the planned nonlabor units if the activity is not started and the actual nonlabor units once the activity is completed. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionNonLaborUnits | |
PMDB Table | TASK | |
PMDB Field Name | ||
Data Type | number | |
AtCompletionTotalCost | The total cost at completion for the activity, including labor resources, nonlabor resources, and project expenses. At completion total cost = at completion labor cost + at completion nonlabor cost + at completion expense cost. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionTotalCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionTotalUnits | The sum of the actual plus remaining units for the resource assignment on the activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionTotalUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionVariance | The difference between the project baseline total cost and the current estimate of total cost. Computed as VAC = BAC - EAC. A negative value indicates an estimated cost overrun. BAC is computed from the current project baseline. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | AtCompletionVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
BaselineDuration | The duration for the activity in the project baseline. The duration is the total working time from the activity current start date to the current finish date. Same as the actual duration plus the remaining duration. The total working time is computed using the activity's calendar. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselineDuration | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
BaselineFinishDate | The current finish date of the activity in the project baseline. Set to the activity planned finish date while the activity is not started, the remaining finish date while the activity is in progress, and the actual finish date once the activity is completed. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselineFinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
BaselinePlannedDuration | The planned duration for the activity in the project baseline. Planned duration is the total working time from the activity current start date to the current finish date. Same as the actual duration plus the remaining duration. The total working time is computed using the activity's calendar. This field is named Baseline Budgeted Duration in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselinePlannedDuration | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
BaselinePlannedExpenseCost | The planned costs for all project expenses associated with the activity. This field is named Baseline Budgeted Expense Cost in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselinePlannedExpenseCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
BaselinePlannedLaborCost | The cost at completion for all labor resources assigned to the activity in the project baseline. Computed from the baseline at completion labor units. If no resources are assigned, computed as the activity BL labor units * project default price / time. This field is named Baseline Budgeted Labor Cost in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselinePlannedLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
BaselinePlannedLaborUnits | The planned units for all labor resources assigned to the activity. This field is named Baseline Budgeted Labor Units in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselinePlannedLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
BaselinePlannedMaterialCost | The Planned Material Cost for a project baseline activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselinePlannedMaterialCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
BaselinePlannedNonLaborCost | The planned costs for all nonlabor resources assigned to the activity. If no resources are assigned, computed as the activity planned nonlabor units * project default price / time. This field is named Baseline Budgeted Non Labor Cost in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselinePlannedNonLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
BaselinePlannedNonLaborUnits | The planned units for all nonlabor resources assigned to the activity. This field is named Baseline Budgeted Non Labor Units in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselinePlannedNonLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
BaselinePlannedTotalCost | The planned total cost for the activity, including labor resources, nonlabor resources, and project expenses. Planned total cost = planned labor cost + planned nonlabor cost + planned expense cost. This field is named Baseline Budgeted Total Cost in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselinePlannedTotalCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
BaselineStartDate | The current start date of the activity in the project baseline. Set to the planned start date until the activity is started, then set to the actual start date. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BaselineStartDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
BudgetAtCompletion | The planned total cost through activity completion. Computed as planned labor cost + planned nonlabor cost + planned expense cost, same as the planned total cost. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | BudgetAtCompletion | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CalendarName | The name of the calendar. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | CalendarName | |
PMDB Table | calendar | |
PMDB Field Name | clndr_name | |
Data Type | string | |
CostPercentComplete | The percent complete of costs for all labor resources, nonlabor resources, and expenses for the activity. Computed as actual total cost / at completion total cost * 100. Always in the range 0 to 100. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | CostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CostPercentOfPlanned | The percent complete of planned costs for all labor resources, nonlabor resources, and expenses for the activity. Computed as actual total cost / BL planned total cost * 100. The value can exceed 100. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | CostPercentOfPlanned | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CostPerformanceIndex | The earned value divided by the actual cost. A value less than 1 indicates that actual cost have exceeded the planned value. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | CostPerformanceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CostPerformanceIndexLaborUnits | The ratio of the earned value labor units and the actual work performed. Computed as CPI labor units = earned value labor units / actual labor units . | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | CostPerformanceIndexLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CostVariance | The difference between the earned value and the actual cost of work performed. Computed as CV = earned value - actual costs. A negative value indicates that actual costs have exceeded the value of work performed. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | CostVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CostVarianceIndex | The ratio of the cost variance and the earned value of work performed. Computed as CVI = cost variance / earned value. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | CostVarianceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CostVarianceIndexLaborUnits | The ratio of the cost variance labor units and the earned value of work performed. Computed as CVI labor units = CV labor units / earned value labor units | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | CostVarianceIndexLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CostVarianceLaborUnits | The difference between the earned value of labor units and the actual cost of labor units. Calculated as CV labor units = earned value planned units - actual units. A negative value indicates that actual costs have exceeded the value of work performed. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | CostVarianceLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
DataDate | The current data date for the project. The project status is up to date as of the data date. The data date is modified when project actuals are applied. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | DataDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
Duration1Variance | The duration between the activity's primary baseline duration and the at complete duration. Computed as primary baseline duration - at completion duration. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | Duration1Variance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
DurationPercentComplete | The percent complete of the activity duration. Computed as (planned duration - remaining duration) / planned duration * 100. Always in the range 0 to 100. The planned duration is taken from the current plan, not from the baseline. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | DurationPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
DurationPercentOfPlanned | The activity actual duration percent of planned. Computed as actual duration / BL duration * 100. The value can exceed 100. The BL duration is the activity's at completion duration from the project baseline. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | DurationPercentOfPlanned | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
DurationVariance | The duration between the activity's project baseline duration and the at complete duration. Computed as project baseline duration - at completion duration. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | DurationVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
EarnedValueCost | The portion of the project baseline total cost of the activity that is actually completed as of the project data date. Computed as earned value = BAC * performance % complete. The method for computing performance % complete depends on the earned-value technique selected for the activity's WBS. BAC is computed from the project baseline. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | EarnedValueCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
EarnedValueLaborUnits | The portion of the project baseline labor units that is actually completed as of the project data date. Computed as labor units earned value = project baseline labor units * performance % complete. The method for computing performance % complete depends on the earned-value technique selected for the activity's WBS. The BL labor units is taken from the project baseline. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | EarnedValueLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
EstimateAtCompletionCost | The estimated cost at completion for the activity. Computed as the actual total cost plus the estimate-to-complete cost; EAC = ACWP + ETC. Note that the method for computing ETC depends on the earned-value technique selected for the activity's WBS. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | EstimateAtCompletionCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
EstimateAtCompletionLaborUnits | The estimated labor units at completion of the activity. Calculated as actual labor units + estimate to complete labor units. estimate to complete labor units is calculated based off of the earned value setting on the WBS. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | EstimateAtCompletionLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
EstimateToComplete | The estimated cost to complete the activity. Computed as either the remaining total cost for the activity (remaining total cost), or as PF * (BAC - earned value), depending on the earned-value technique selected for the activity's WBS. BAC is computed from the project baseline. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | EstimateToComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
EstimateToCompleteLaborUnits | The estimated quantity to complete the activity. Computed as either the remaining total units for the activity (remaining total units), or as PF * (BL labor units - earned value), depending on the earned-value technique selected for the activity's WBS. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | EstimateToCompleteLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ExpenseCost1Variance | The difference between primary baseline expense cost and at completion expense cost. Calculated as primary baseline expense cost - at completion expense cost (at completion expense cost = actual expense cost + remaining expense cost). | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ExpenseCost1Variance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ExpenseCostPercentComplete | The percent complete of costs for all expenses associated with the activity. Computed as actual expense cost / at completion expense cost * 100. Always in the range 0 to 100. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ExpenseCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ExpenseCostVariance | The difference between project baseline expense cost and at completion expense cost. Calculated as project baseline expense cost - at completion expense cost (at completion expense cost = actual expense cost + remaining expense cost). | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ExpenseCostVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
FinishDate | The current finish date of the activity. Set to the activity planned finish date while the activity is not started, the remaining finish date while the activity is in progress, and the actual finish date once the activity is completed. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | FinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
FinishDate1Variance | the duration between the finish date in the current project and the primary baseline finish date. Calculated as finish date - primary baseline finish date. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | FinishDate1Variance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
FinishDateVariance | the duration between the finish date in the current project and the project baseline finish date. Calculated as finish date - project baseline finish date. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | FinishDateVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
IsCritical | The flag that indicates whether the activity is critical. An activity is critical when its total Float is below the critical duration specified for the project. Delaying critical activities will delay the finish date of the project. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | IsCritical | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
LaborCost1Variance | The difference between primary baseline labor cost and at completion labor cost. Calculated as BL labor cost - at completion labor cost | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | LaborCost1Variance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
LaborCostPercentComplete | The percent complete of costs for all labor resources assigned to the activity. Computed as actual labor cost / at completion labor cost * 100. Always in the range 0 to 100. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | LaborCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
LaborCostVariance | The difference between project baseline labor cost and at completion labor cost. Calculated as BL labor cost - at completion labor cost | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | LaborCostVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
LaborUnits1Variance | The difference between primary baseline labor units and at completion labor units. Calculated as BL labor units - at completion labor units. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | LaborUnits1Variance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
LaborUnitsPercentComplete | The percent complete of units for all labor resources for the activity. Computed as actual labor units / at completion labor units * 100. Always in the range 0 to 100. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | LaborUnitsPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
LaborUnitsVariance | The difference between project baseline labor units and at completion labor units. Calculated as BL labor units - at completion labor units. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | LaborUnitsVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
MaterialCost1Variance | The primary Baseline Planned Material Cost minus the At Completion Material Cost. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | MaterialCost1Variance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
MaterialCostPercentComplete | The percent complete of costs for all material resources assigned to the activity. Computed as actual nonlabor cost / at completion nonlabor cost * 100. Always in the range 0 to 100. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | MaterialCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
MaterialCostVariance | The project BaselinePlannedMaterialCost minus the AtCompletionMaterialCost. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | MaterialCostVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
NonLaborCost1Variance | The difference between the primary baseline nonlabor cost and at completion nonlabor cost. Calculated as BL nonlabor cost - at completion nonlabor cost. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | NonLaborCost1Variance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
NonLaborCostPercentComplete | The percent complete of costs for all nonlabor resources assigned to the activity. Computed as actual nonlabor cost / at completion nonlabor cost * 100. Always in the range 0 to 100. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | NonLaborCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
NonLaborCostVariance | The difference between the project baseline labor cost and at completion labor cost. Calculated as BL nonlabor cost - at completion nonlabor cost. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | NonLaborCostVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
NonLaborUnits1Variance | The difference between the primary baseline nonlabor units and at completion nonlabor units. Calculated as BL nonlabor units - at completion nonlabor units. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | NonLaborUnits1Variance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
NonLaborUnitsPercentComplete | The percent complete of units for all nonlabor resources for the activity. Computed as actual nonlabor units / at completion nonlabor units * 100. Always in the range 0 to 100. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | NonLaborUnitsPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
NonLaborUnitsVariance | The difference between the project baseline labor units and at completion labor units. Calculated as BL nonlabor units - at completion nonlabor units. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | NonLaborUnitsVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PercentComplete | The activity percent complete. This value is tied to the activity duration % complete, units % complete, or physical % complete, depending on the setting for the activity's percent complete type, which is one of Duration, Units, or Physical. Always in the range 0 to 100. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PerformancePercentComplete | The activity performance percent complete. The performance percent complete is used to compute earned value and may be based on the activity % complete, on the 0/100 rule, on the 50/50 rule, etc., depending on the technique for computing earned-value percent complete for the activity's WBS. The performance % complete specifies what percentage of the activity's planned worth has been earned so far. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PerformancePercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PhysicalPercentComplete | The physical percent complete, which can either be user entered or calculated from the activity's weighted steps. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PhysicalPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PlannedExpenseCost | The planned costs for all project expenses associated with the activity. This field is named BudgetedExpenseCost in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedExpenseCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PlannedLaborCost | The planned costs for all labor resources assigned to the activity. If no resources are assigned, computed as the activity planned labor units * project default price / time. This field is named BudgetedLaborCost in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PlannedMaterialCost | The sum of all material resource costs. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedMaterialCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PlannedNonLaborCost | The planned costs for all nonlabor resources assigned to the activity. If no resources are assigned, computed as the activity planned nonlabor units * project default price / time. This field is named BudgetedNonLaborCost in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedNonLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PlannedTotalCost | The planned total cost for the activity, including labor resources, nonlabor resources, and project expenses. Planned total cost = planned labor cost + planned nonlabor cost + planned expense cost. This field is named BudgetedTotalCost in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedTotalCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PlannedTotalUnits | the sum of Planned Labor Units and Planned Nonlabor Units. This field is named BudgetedTotalUnits in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedTotalUnits | |
PMDB Table | TASK | |
PMDB Field Name | ||
Data Type | number | |
PlannedValueCost | The portion of the project baseline total cost of the activity that is scheduled to be completed as of the project data date. Computed as BAC * schedule % complete. Also known as the work scheduled to be performed for the activity. The schedule % complete specifies how much of the activity's project baseline duration has been completed so far. BAC is computed from the project baseline. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedValueCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PlannedValueLaborUnits | The portion of the project baseline labor units that is scheduled to be completed as of the project data date. Computed as BL labor units * schedule % complete. The schedule % complete specifies how much of the activity's project baseline duration has been completed so far. BL labor units is taken from the project baseline. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PlannedValueLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PrimaryResourceId | The name of the resource. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PrimaryResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
PrimaryResourceName | The name of the resource. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | PrimaryResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
RemainingExpenseCost | The remaining costs for all project expenses associated with the activity. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingExpenseCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
RemainingFloat | The amount of time remaining by which the activity can be delayed before delaying the project finish date. Computed as late finish - remaining finish. If the remaining finish is the same as the early finish (in general, when the activity is not started), then the remaining float is the same as the total float. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingFloat | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
RemainingLaborCost | The remaining costs for all labor resources assigned to the activity. If no resources are assigned, computed as the activity remaining labor units * project default price / time. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
RemainingMaterialCost | The sum of all material resource remaining costs. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingMaterialCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
RemainingNonLaborCost | The remaining costs for all nonlabor resources assigned to the activity. If no resources are assigned, computed as the activity remaining nonlabor units * project default price / time. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingNonLaborCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
RemainingTotalCost | The remaining total cost for the activity, including labor resources, nonlabor resources, and project expenses. Remaining total cost = remaining labor costs + remaining nonlabor costs + remaining expense costs. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingTotalCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
RemainingTotalUnits | the sum of Remaining Labor Units and Remaining Nonlabor Units. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | RemainingTotalUnits | |
PMDB Table | TASK | |
PMDB Field Name | ||
Data Type | number | |
SchedulePercentComplete | The activity schedule percent complete, which specifies how much of the activity's project baseline duration has been completed so far. Computed based on where the current data date falls relative to the activity's project baseline start and finish dates. If the data date is earlier than the BL start, the schedule % complete is 0. If the data date is later than the BL finish, the schedule % complete is 100. The schedule % complete indicates how much of the activity duration should be currently completed, relative to the selected project baseline. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | SchedulePercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SchedulePerfIndexLaborUnits | The ratio of the earned value of labor units and the planned value of labor units. Computed as SPI labor units = earned value labor units / planned value labor units. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | SchedulePerformanceIndexLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SchedulePerformanceIndex | The ratio of the earned value of work performed and the work scheduled to be performed. Computed as SPI = earned value/ planned value. A value less than 1 indicates that less work was actually performed than was scheduled. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | SchedulePerformanceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ScheduleVariance | The difference between the earned value of work performed and the work scheduled to be performed. Computed as SV = earned value - planned value. A negative value indicates that less work was actually performed than was scheduled. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ScheduleVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ScheduleVarianceIndex | The ratio of the schedule variance and the work scheduled to be performed. Computed as SVI = SV / planned value. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ScheduleVarianceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ScheduleVarianceLaborUnits | The difference between the earned value of work performed and the work scheduled to be performed. Computed as SV labor units = earned value labor units - planned value labor units. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ScheduleVarianceLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ScheduleVarIndexLaborUnits | The ratio of the schedule variance and the work scheduled to be performed. Computed as SVI labor units = SV labor units / planned value labor units. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ScheduleVarianceIndexLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
StartDate | The start date of the activity. Set to the remaining start date until the activity is started, then set to the actual start date. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | StartDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
StartDate1Variance | The duration between the start date in the current project and the primary baseline start date. Calculated as start date - primary baseline start date. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | StartDate1Variance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
StartDateVariance | The duration between the start date in the current project and the project baseline start date. Calculated as start date - project baseline start date. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | StartDateVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ToCompletePerformanceIndex | The TCPI, which is calculated as (budget at completion - earned value) / (estimate at completion - ACWP). | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | ToCompletePerformanceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalCost1Variance | The difference between the primary baseline total cost and the at completion total cost. Calculated as BL total cost - at completion total cost. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | TotalCost1Variance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalCostVariance | The difference between the project baseline total cost and the at completion total cost. Calculated as BL total cost - at completion total cost. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | TotalCostVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UnitsPercentComplete | The percent complete of units for all labor and nonlabor resources assigned to the activity. Computed as actual units / at completion units * 100. Always in the range 0 to 100. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | UnitsPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
WBSCode | The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | WBSCode | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_short_name | |
Data Type | string | |
WBSName | The name of the WBS element. | |
ODS Table | Activity | |
API Business Object | Activity | |
API Field Name | WBSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | ACTIVITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ACTIVITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ACTIVITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ACTIVITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Activity | |
ODS Table | ACTIVITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ActivityCode | |
API Business Object | ActivityCode | |
API Field Name | ObjectId | |
PMDB Table | actvcode | |
PMDB Field Name | actv_code_id | |
Data Type | integer | |
CodeTypeObjectId | The unique ID of the parent activity code type. | |
ODS Table | ActivityCode | |
API Business Object | ActivityCode | |
API Field Name | CodeTypeObjectId | |
PMDB Table | actvcode | |
PMDB Field Name | actv_code_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | ActivityCode | |
API Business Object | ActivityCode | |
API Field Name | SequenceNumber | |
PMDB Table | actvcode | |
PMDB Field Name | seq_num | |
Data Type | integer | |
CodeValue | The value of the activity code. | |
ODS Table | ActivityCode | |
API Business Object | ActivityCode | |
API Field Name | CodeValue | |
PMDB Table | actvcode | |
PMDB Field Name | short_name | |
Data Type | string | |
ParentObjectId | The unique ID of the parent activity code of this activity code in the hierarchy. | |
ODS Table | ActivityCode | |
API Business Object | ActivityCode | |
API Field Name | ParentObjectId | |
PMDB Table | actvcode | |
PMDB Field Name | parent_actv_code_id | |
Data Type | integer | |
Description | The description of the activity code. | |
ODS Table | ActivityCode | |
API Business Object | ActivityCode | |
API Field Name | Description | |
PMDB Table | actvcode | |
PMDB Field Name | actv_code_name | |
Data Type | string | |
CodeTypeName | The name of the parent code type for this code. | |
ODS Table | ActivityCode | |
API Business Object | ActivityCode | |
API Field Name | CodeTypeName | |
PMDB Table | actvtype | |
PMDB Field Name | actv_code_type | |
Data Type | string | |
issecurecode | ActivityCodeType - IsSecureCode maps to ACTVTYPE.super_flag | |
ODS Table | ACTIVITYCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
projectobjectid | ActivityCodeType - ProjectObjectId maps to ACTVTYPE.proj_id | |
ODS Table | ACTIVITYCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
CodeTypeScope | the scope of the parent activity code type: Global, EPS, or Project. An activity code with Global scope can be assigned to any activity. An activity code with EPS scope can be assigned only to an activity within a project under that particular EPS. Similarly, an activity code with Project scope can be assigned only to an activity within that particular project. | |
ODS Table | ActivityCode | |
API Business Object | ActivityCode | |
API Field Name | CodeTypeScope | |
PMDB Table | actvtype | |
PMDB Field Name | actv_code_type_scope | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | ACTIVITYCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ACTIVITYCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ACTIVITYCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ACTIVITYCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ActivityCode | |
ODS Table | ACTIVITYCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ActivityObjectId | The unique ID of the activity to which the activity code is assigned. | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | ActivityObjectId | |
PMDB Table | taskactv | |
PMDB Field Name | task_id | |
Data Type | integer | |
ActivityCodeTypeObjectId | The unique ID of the parent activity code type. | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | ActivityCodeTypeObjectId | |
PMDB Table | taskactv | |
PMDB Field Name | actv_code_type_id | |
Data Type | integer | |
ActivityCodeObjectId | The unique ID of the associated activity code. | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | ActivityCodeObjectId | |
PMDB Table | taskactv | |
PMDB Field Name | actv_code_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | ProjectObjectId | |
PMDB Table | taskactv | |
PMDB Field Name | proj_id | |
Data Type | integer | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ActivityCodeDescription | The description of the associated activity code. | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | ActivityCodeDescription | |
PMDB Table | actvcode | |
PMDB Field Name | actv_code_name | |
Data Type | string | |
ActivityCodeTypeName | The name of the parent activity code type. | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | ActivityCodeTypeName | |
PMDB Table | actvtype | |
PMDB Field Name | actv_code_type | |
Data Type | string | |
ActivityCodeTypeScope | The scope of the associated activity code type: Global, EPS, or Project. An activity code with Global scope can be assigned to any activity. An activity code with EPS scope can be assigned only to an activity within a project under that particular EPS. Similarly, an activity code with Project scope can be assigned only to an activity within that particular project. | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | ActivityCodeTypeScope | |
PMDB Table | actvtype | |
PMDB Field Name | actv_code_type_scope | |
Data Type | string | |
ActivityCodeValue | The value of the associated activity code. | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | ActivityCodeValue | |
PMDB Table | actvcode | |
PMDB Field Name | short_name | |
Data Type | string | |
ActivityId | The short ID that uniquely identifies the activity to which the activity code is assigned. | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | ActivityId | |
PMDB Table | task | |
PMDB Field Name | task_code | |
Data Type | string | |
ActivityName | The name of the activity to which the activity code is assigned. | |
ODS Table | ActivityCodeAssignment | |
API Business Object | ActivityCodeAssignment | |
API Field Name | ActivityName | |
PMDB Table | task | |
PMDB Field Name | task_name | |
Data Type | string | |
issecurecode | ActivityCodeAssignment - IsSecureCode maps to TASKACTV.super_flag | |
ODS Table | ACTIVITYCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | ACTIVITYCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ACTIVITYCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ACTIVITYCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ACTIVITYCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ActivityCodeAssignment | |
ODS Table | ACTIVITYCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
CodeTypeObjectId | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
CodeTypeName | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
CodeTypeSequenceNumber | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
CodeTypeIsSecure | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentCodeValueObjectId | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentCodeValueName | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentCodeValueShortName | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentCodeValueSequenceNumber | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildCodeValueObjectId | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildCodeValueName | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildCodeValueShortName | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildCodeValueSequenceNumber | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentLevelsBelowRoot | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildLevelsBelowRoot | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
LevelsBetween | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildHasChildren | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
FullPathName | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
CodeTypeScope | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
CodeTypeProjectId | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
SKey | ||
ODS Table | ACTIVITYCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ActivityCodeType | |
API Business Object | ActivityCodeType | |
API Field Name | ObjectId | |
PMDB Table | actvtype | |
PMDB Field Name | actv_code_type_id | |
Data Type | integer | |
Length | The maximum number of characters allowed for values of this activity code. | |
ODS Table | ActivityCodeType | |
API Business Object | ActivityCodeType | |
API Field Name | Length | |
PMDB Table | actvtype | |
PMDB Field Name | actv_short_len | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | ActivityCodeType | |
API Business Object | ActivityCodeType | |
API Field Name | SequenceNumber | |
PMDB Table | actvtype | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the activity code type. | |
ODS Table | ActivityCodeType | |
API Business Object | ActivityCodeType | |
API Field Name | Name | |
PMDB Table | actvtype | |
PMDB Field Name | actv_code_type | |
Data Type | string | |
Scope | the scope of the code type: Global, EPS, or Project. An activity code with Global scope can be assigned to any activity. An activity code with EPS scope can be assigned only to an activity within a project under that particular EPS. Similarly, an activity code with Project scope can be assigned only to an activity within that particular project. | |
ODS Table | ActivityCodeType | |
API Business Object | ActivityCodeType | |
API Field Name | Scope | |
PMDB Table | actvtype | |
PMDB Field Name | actv_code_type_scope | |
Data Type | string | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ActivityCodeType | |
API Business Object | ActivityCodeType | |
API Field Name | ProjectObjectId | |
PMDB Table | actvtype | |
PMDB Field Name | proj_id | |
Data Type | integer | |
EPSObjectId | The unique ID of the associated EPS. | |
ODS Table | ActivityCodeType | |
API Business Object | ActivityCodeType | |
API Field Name | EPSObjectId | |
PMDB Table | actvtype | |
PMDB Field Name | proj_id | |
Data Type | integer | |
IsSecureCode | the flag indicating whether this is a secure Activity Code Type. | |
ODS Table | ActivityCodeType | |
API Business Object | ActivityCodeType | |
API Field Name | IsSecureCode | |
PMDB Table | actvtype | |
PMDB Field Name | super_flag | |
Data Type | string | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ActivityCodeType | |
API Business Object | ActivityCodeType | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | ACTIVITYCODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ACTIVITYCODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ACTIVITYCODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ACTIVITYCODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ActivityCodeType | |
ODS Table | ACTIVITYCODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
RDBMSUSERID | ||
ODS Table | ACTIVITYCODETYPESECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
PROJECTOBJECTID | ||
ODS Table | ACTIVITYCODETYPESECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer |
ObjectId | The unique ID generated by the system. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ObjectId | |
PMDB Table | projcost | |
PMDB Field Name | cost_item_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ProjectObjectId | |
PMDB Table | projcost | |
PMDB Field Name | proj_id | |
Data Type | integer | |
ActivityObjectId | The unique ID of the activity to which the project expense is linked. Every project expense is associated with one activity in the project. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ActivityObjectId | |
PMDB Table | projcost | |
PMDB Field Name | task_id | |
Data Type | integer | |
AutoComputeActuals | The flag that identifies whether the actual and remaining costs for the expense are computed automatically using the planned cost and the activity's schedule percent complete. If this option is selected, the actual/remaining costs are automatically updated when project actuals are applied. This assumes the expenses are made according to plan. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | AutoComputeActuals | |
PMDB Table | projcost | |
PMDB Field Name | auto_compute_act_flag | |
Data Type | string | |
AccrualType | The accrual type for the project expense. If the accrual type is 'Start of Activity', the entire expense costs are accrued at the start date of the activity. If the accrual type is 'End of Activity', the entire expense costs are accrued at the finish date of the activity. If the accrual type is 'Uniform over Activity', the expense costs are accrued uniformly over the duration of the activity. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | AccrualType | |
PMDB Table | projcost | |
PMDB Field Name | cost_load_type | |
Data Type | string | |
CostAccountObjectId | The unique ID of the cost account associated with the project expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | CostAccountObjectId | |
PMDB Table | projcost | |
PMDB Field Name | acct_id | |
Data Type | integer | |
ExpenseCategoryObjectId | The unique ID of the expense category for the project expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ExpenseCategoryObjectId | |
PMDB Table | projcost | |
PMDB Field Name | cost_type_id | |
Data Type | integer | |
PlannedCost | The planned cost for the project expense. This field is named BudgetedCost in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | PlannedCost | |
PMDB Table | projcost | |
PMDB Field Name | target_cost | |
Data Type | double | |
ActualCost | The actual cost for the project expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ActualCost | |
PMDB Table | projcost | |
PMDB Field Name | act_cost | |
Data Type | double | |
RemainingCost | The remaining cost for the project expense. Before actual expenses are made, remaining cost should be the same as planned cost. While the activity is in progress, the remaining cost should be updated to reflect the estimated remaining cost required for the expense. After the expense is completed, the remaining cost should be zero. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | RemainingCost | |
PMDB Table | projcost | |
PMDB Field Name | remain_cost | |
Data Type | double | |
UnitOfMeasure | The unit of measure for the project expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | UnitOfMeasure | |
PMDB Table | projcost | |
PMDB Field Name | qty_name | |
Data Type | string | |
PlannedUnits | The planned number of units for the project expense. This number is multiplied by the price per unit to compute the planned cost. This field is named BudgetedUnits in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | PlannedUnits | |
PMDB Table | projcost | |
PMDB Field Name | target_qty | |
Data Type | double | |
PricePerUnit | The planned price per unit for the project expense. This number is multiplied by the planned number of units to compute the planned cost. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | PricePerUnit | |
PMDB Table | projcost | |
PMDB Field Name | cost_per_qty | |
Data Type | double | |
DocumentNumber | The document number for the expense. Use this for the purchase order number, invoice number, requisition number, or similar, as needed. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | DocumentNumber | |
PMDB Table | projcost | |
PMDB Field Name | po_number | |
Data Type | string | |
Vendor | The name of the vendor providing the product or service associated with the expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | Vendor | |
PMDB Table | projcost | |
PMDB Field Name | vendor_name | |
Data Type | string | |
ExpenseItem | The name of the project expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ExpenseItem | |
PMDB Table | projcost | |
PMDB Field Name | cost_name | |
Data Type | string | |
ExpenseDescription | The description of the expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ExpenseDescription | |
PMDB Table | projcost | |
PMDB Field Name | cost_descr | |
Data Type | clob | |
ActivityId | The short ID that uniquely identifies the activity within the project. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ActivityId | |
PMDB Table | task | |
PMDB Field Name | task_code | |
Data Type | string | |
ActivityName | The name of the activity. The activity name does not have to be unique. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ActivityName | |
PMDB Table | task | |
PMDB Field Name | task_name | |
Data Type | string | |
ActualUnits | The actual units for the project expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ActualUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionCost | The sum of the actual plus remaining costs for the project expense. Computed as actual cost + remaining cost. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | AtCompletionCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionUnits | The at completion units for the project expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | AtCompletionUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CostAccountId | The id of associated cost account. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | CostAccountId | |
PMDB Table | account | |
PMDB Field Name | acct_short_name | |
Data Type | string | |
CostAccountName | The name of the associated cost account. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | CostAccountName | |
PMDB Table | account | |
PMDB Field Name | acct_name | |
Data Type | string | |
ExpenseCategoryName | The name of the expense category. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ExpenseCategoryName | |
PMDB Table | costtype | |
PMDB Field Name | cost_type | |
Data Type | string | |
ExpensePercentComplete | The percent complete of the project expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ExpensePercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
OverBudget | The indicator that reflects whether the project expense is over budget. An expense is over budget when the actual cost + remaining cost exceeds the planned cost. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | OverBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
RemainingUnits | The remaining units for the project expense. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | RemainingUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
WBSObjectId | The unique ID of the WBS for the activity. | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | WBSObjectId | |
PMDB Table | task | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ActivityExpense | |
API Business Object | ActivityExpense | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | ACTIVITYEXPENSE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ACTIVITYEXPENSE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ACTIVITYEXPENSE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ACTIVITYEXPENSE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ActivityExpense | |
ODS Table | ACTIVITYEXPENSE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | ObjectId | |
PMDB Table | taskmemo | |
PMDB Field Name | memo_id | |
Data Type | integer | |
ActivityObjectId | The unique ID of the activity to which the activity note is assigned. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | ActivityObjectId | |
PMDB Table | taskmemo | |
PMDB Field Name | task_id | |
Data Type | integer | |
NotebookTopicObjectId | The unique ID of the associated notebook topic. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | NotebookTopicObjectId | |
PMDB Table | taskmemo | |
PMDB Field Name | memo_type_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | ProjectObjectId | |
PMDB Table | taskmemo | |
PMDB Field Name | proj_id | |
Data Type | integer | |
Note | The information that is associated with the notebook topic. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | Note | |
PMDB Table | taskmemo | |
PMDB Field Name | task_memo | |
Data Type | clob | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ActivityId | The short ID that uniquely identifies the activity to which the activity note is assigned. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | ActivityId | |
PMDB Table | task | |
PMDB Field Name | task_code | |
Data Type | string | |
ActivityName | The name of the activity to which the activity note is assigned. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | ActivityName | |
PMDB Table | task | |
PMDB Field Name | task_name | |
Data Type | string | |
NotebookTopicName | The name of the associated notebook topic. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | NotebookTopicName | |
PMDB Table | memotype | |
PMDB Field Name | memo_type | |
Data Type | string | |
ProjectId | The short code that uniquely identifies the associated project. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
RawTextNote | The information that is associated with the notebook topic, without any HTML. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | RawTextNote | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | clob | |
WBSObjectId | The unique ID of the WBS for the activity. | |
ODS Table | ActivityNote | |
API Business Object | ActivityNote | |
API Field Name | WBSObjectId | |
PMDB Table | task | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
lastupdateuser | Last Update User | |
ODS Table | ACTIVITYNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ACTIVITYNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ACTIVITYNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ACTIVITYNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ActivityNote | |
ODS Table | ACTIVITYNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
FinancialPeriodObjectId | The unique ID of the associated financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | FinancialPeriodObjectId | |
PMDB Table | taskfin | |
PMDB Field Name | fin_dates_id | |
Data Type | integer | |
ActivityObjectId | The unique ID of the associated activity. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | ActivityObjectId | |
PMDB Table | taskfin | |
PMDB Field Name | task_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | ProjectObjectId | |
PMDB Table | taskfin | |
PMDB Field Name | proj_id | |
Data Type | integer | |
ActualLaborUnits | The actual labor units on this activity during a financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | ActualLaborUnits | |
PMDB Table | taskfin | |
PMDB Field Name | act_work_qty | |
Data Type | double | |
ActualLaborCost | The actual labor cost on this activity during a financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | ActualLaborCost | |
PMDB Table | taskfin | |
PMDB Field Name | act_work_cost | |
Data Type | double | |
ActualNonLaborUnits | The actual nonlabor units on this activity during a financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | ActualNonLaborUnits | |
PMDB Table | taskfin | |
PMDB Field Name | act_equip_qty | |
Data Type | double | |
ActualNonLaborCost | The actual nonlabor cost on this activity during a financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | ActualNonLaborCost | |
PMDB Table | taskfin | |
PMDB Field Name | act_equip_cost | |
Data Type | double | |
ActualMaterialCost | The actual material cost on this activity during a financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | ActualMaterialCost | |
PMDB Table | taskfin | |
PMDB Field Name | act_mat_cost | |
Data Type | double | |
ActualExpenseCost | The actual expense cost on this activity during a financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | ActualExpenseCost | |
PMDB Table | taskfin | |
PMDB Field Name | act_expense_cost | |
Data Type | double | |
EarnedValueCost | The earned value cost on this activity during a financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | EarnedValueCost | |
PMDB Table | taskfin | |
PMDB Field Name | bcwp | |
Data Type | double | |
PlannedValueLaborUnits | The planned value labor units on this activity during a financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | PlannedValueLaborUnits | |
PMDB Table | taskfin | |
PMDB Field Name | sched_work_qty | |
Data Type | double | |
PlannedValueCost | The planned value cost on this activity during a financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | PlannedValueCost | |
PMDB Table | taskfin | |
PMDB Field Name | bcws | |
Data Type | double | |
EarnedValueLaborUnits | The earned value labor units on this activity during a financial period. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | EarnedValueLaborUnits | |
PMDB Table | taskfin | |
PMDB Field Name | perfm_work_qty | |
Data Type | double | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
WBSObjectId | The unique ID of the WBS for the activity. | |
ODS Table | ActivityPeriodActual | |
API Business Object | ActivityPeriodActual | |
API Field Name | WBSObjectId | |
PMDB Table | task | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
lastupdateuser | Last Update User | |
ODS Table | ACTIVITYPERIODACTUAL | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ACTIVITYPERIODACTUAL | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ACTIVITYPERIODACTUAL | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ACTIVITYPERIODACTUAL | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ActivityPeriodActual | |
ODS Table | ACTIVITYPERIODACTUAL | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | ObjectId | |
PMDB Table | taskproc | |
PMDB Field Name | proc_id | |
Data Type | integer | |
ActivityObjectId | The unique ID of the activity to which the steps are assigned. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | ActivityObjectId | |
PMDB Table | taskproc | |
PMDB Field Name | task_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | SequenceNumber | |
PMDB Table | taskproc | |
PMDB Field Name | seq_num | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | ProjectObjectId | |
PMDB Table | taskproc | |
PMDB Field Name | proj_id | |
Data Type | integer | |
IsCompleted | The flag that indicates whether the step has been completed. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | IsCompleted | |
PMDB Table | taskproc | |
PMDB Field Name | complete_flag | |
Data Type | string | |
Name | The name of the activity step. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | Name | |
PMDB Table | taskproc | |
PMDB Field Name | proc_name | |
Data Type | string | |
Weight | The weight that is assigned to the step. This is a user defined field that is used to calculate the physical percent complete when the project option is set. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | Weight | |
PMDB Table | taskproc | |
PMDB Field Name | proc_wt | |
Data Type | double | |
PercentComplete | The percent complete for the step. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | PercentComplete | |
PMDB Table | taskproc | |
PMDB Field Name | complete_pct | |
Data Type | double | |
Description | The description of the activity step. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | Description | |
PMDB Table | taskproc | |
PMDB Field Name | proc_descr | |
Data Type | clob | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ActivityId | The short ID that uniquely identifies the activity within the project. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | ActivityId | |
PMDB Table | task | |
PMDB Field Name | task_code | |
Data Type | string | |
ActivityName | The name of the activity. The activity name does not have to be unique. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | ActivityName | |
PMDB Table | task | |
PMDB Field Name | task_name | |
Data Type | string | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
WBSObjectId | The unique ID of the WBS for the activity. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | WBSObjectId | |
PMDB Table | task | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
WeightPercent | The non-editable field that displays the percentage amount that corresponds to the step. It is calculated by taking the weight of the step and dividing it by the total of all weights for the activity. | |
ODS Table | ActivityStep | |
API Business Object | ActivityStep | |
API Field Name | WeightPercent | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
lastupdateuser | Last Update User | |
ODS Table | ACTIVITYSTEP | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ACTIVITYSTEP | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ACTIVITYSTEP | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ACTIVITYSTEP | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ActivityStep | |
ODS Table | ACTIVITYSTEP | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
FiscalYearStartMonth | The month that marks the beginning of the fiscal year for the project. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | FiscalYearStartMonth | |
PMDB Table | project | |
PMDB Field Name | fy_start_month_num | |
Data Type | integer | |
ResourcesCanEditAsgnmtPctCmp | The flag that indicates whether the project's resource can use the timesheet application to update remaining units or percent complete for their activities. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ResourcesCanEditAssignmentPercentComplete | |
PMDB Table | project | |
PMDB Field Name | chng_eff_cmp_pct_flag | |
Data Type | string | |
ResourcesCanSelfAssignToActs | The flag that indicates whether timesheet application users are allowed to assign themselves to activities in this project. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ResourcesCanAssignThemselvesToActivities | |
PMDB Table | project | |
PMDB Field Name | rsrc_self_add_flag | |
Data Type | string | |
PrimaryResCanMarkActsAsCmp | The flag that indicates whether primary resources can mark the project activities as completed. If not selected, a primary resource can only mark an activity as For Review. In this case the project manager reviews the activity and marks it as either Rejected or completed. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | PrimaryResourcesCanMarkActivitiesAsCompleted | |
PMDB Table | project | |
PMDB Field Name | allow_complete_flag | |
Data Type | string | |
ResourceCanAssignToSameAct | The flag that indicates whether a resource can be assigned more than once to the same activity. This is useful when the resource is expected to perform more than one role on an activity, for example, documentation plus QA. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ResourceCanBeAssignedToSameActivityMoreThanOnce | |
PMDB Table | project | |
PMDB Field Name | rsrc_multi_assign_flag | |
Data Type | string | |
CheckOutStatus | The flag that indicates that the baseline project is currently checked out to an external file or database and is being managed remotely. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | CheckOutStatus | |
PMDB Table | project | |
PMDB Field Name | checkout_flag | |
Data Type | string | |
ActivityPctCmpBasedOnSteps | The flag that indicates whether activity physical percent complete is automatically computed from the activity steps completed. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityPercentCompleteBasedOnActivitySteps | |
PMDB Table | project | |
PMDB Field Name | step_complete_flag | |
Data Type | string | |
CostQuantityRecalculateFlag | The flag that indicates whether quantities should be updated when costs are updated, if costs and quantities are linked. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | CostQuantityRecalculateFlag | |
PMDB Table | project | |
PMDB Field Name | cost_qty_recalc_flag | |
Data Type | string | |
EnableSummarization | The flag which, when true, causes the Summarizer service to automatically summarize the project. If this is false, the project will be skipped during the summary run. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | EnableSummarization | |
PMDB Table | project | |
PMDB Field Name | batch_sum_flag | |
Data Type | string | |
WBSCodeSeparator | The character used to separate the concatenated code fields for the project's WBS tree. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | WBSCodeSeparator | |
PMDB Table | project | |
PMDB Field Name | name_sep_char | |
Data Type | string | |
ActivityDefaultPctCmpType | The percent complete type assigned to new activities by default. Valid values are 'Physical', 'Duration', and 'Units'. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityDefaultPercentCompleteType | |
PMDB Table | project | |
PMDB Field Name | def_complete_pct_type | |
Data Type | string | |
Id | The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | Id | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
ActivityDefCostAcctObjectId | The unique ID of the cost account assigned to new activities and project expenses by default. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityDefaultCostAccountObjectId | |
PMDB Table | project | |
PMDB Field Name | acct_id | |
Data Type | integer | |
ActivityDefCalendarObjectId | The unique ID of the calendar assigned to new activities by default. Can be null for EPS and baselines. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityDefaultCalendarObjectId | |
PMDB Table | project | |
PMDB Field Name | clndr_id | |
Data Type | integer | |
ActivityIdSuffix | The suffix used for auto-numbering of activity IDs. When a new activity is created, the activity ID is automatically generated using auto-numbering. Activity ID auto-numbering concatenates the prefix and the suffix, with the suffix incremented to make the code unique. Example: 'A', '1000', '10' yields activity IDs of 'A1010', 'A1020', 'A1030', etc. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityIdSuffix | |
PMDB Table | project | |
PMDB Field Name | task_code_base | |
Data Type | integer | |
ActivityIdIncrement | The increment used for auto-numbering of activity IDs. When a new activity is created, the activity ID is automatically generated using auto-numbering. Activity ID auto-numbering concatenates the prefix and the suffix, with the suffix incremented to make the code unique. Example: 'A', '1000', '10' yields activity IDs of 'A1010', 'A1020', 'A1030', etc. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityIdIncrement | |
PMDB Table | project | |
PMDB Field Name | task_code_step | |
Data Type | integer | |
LevelingPriority | The priority for scheduling. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | LevelingPriority | |
PMDB Table | project | |
PMDB Field Name | priority_num | |
Data Type | integer | |
StrategicPriority | The baseline project's priority. The range is from 1 to 10,000. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | StrategicPriority | |
PMDB Table | project | |
PMDB Field Name | strgy_priority_num | |
Data Type | integer | |
CriticalActivityFloatLimit | The duration used to determine if an activity is critical. When an activity has total float that is less than or equal to this duration, the activity is marked as critical. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | CriticalActivityFloatLimit | |
PMDB Table | project | |
PMDB Field Name | critical_drtn_hr_cnt | |
Data Type | double | |
ActivityDefaultPricePerUnit | The price used to estimate resource costs for activities that have planned, actual, or remaining units, but no resource assignments. This price is also used to compute costs for activities in cases where resources are assigned but the resources have no prices. Resource cost is computed as the resource units multiplied by the price per time. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityDefaultPricePerUnit | |
PMDB Table | project | |
PMDB Field Name | def_cost_per_qty | |
Data Type | double | |
PlannedStartDate | The planned start date of the project. Used by the project scheduler. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | PlannedStartDate | |
PMDB Table | project | |
PMDB Field Name | plan_start_date | |
Data Type | date | |
MustFinishByDate | The date by which all project activities must finish. If entered, it is used as the project late finish date by the project scheduler. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | MustFinishByDate | |
PMDB Table | project | |
PMDB Field Name | plan_end_date | |
Data Type | date | |
ScheduledFinishDate | The early finish date of the latest activity in the project, as computed by the project scheduler. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ScheduledFinishDate | |
PMDB Table | project | |
PMDB Field Name | scd_end_date | |
Data Type | date | |
DateAdded | The date on which the project was added to the Project Management database. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | DateAdded | |
PMDB Table | project | |
PMDB Field Name | add_date | |
Data Type | date | |
summarizeddatadate | BaselineProject - SummarizedDataDate maps to PROJECT.sum_data_date | |
ODS Table | BASELINEPROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
LastSummarizedDate | The date the project was last summarized. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | LastSummarizedDate | |
PMDB Table | project | |
PMDB Field Name | last_tasksum_date | |
Data Type | date | |
ProjectForecastStartDate | The alternate start date to be optionally used by the scheduler. The user sets the alternate start date by dragging the project bar in the Gantt Chart while manually leveling the resource profile in a resource analysis layout. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ProjectForecastStartDate | |
PMDB Table | project | |
PMDB Field Name | fcst_start_date | |
Data Type | date | |
ActivityDefaultDurationType | The duration type assigned to new activities by default. Valid values are 'Fixed Units/Time', 'Fixed Duration and Units/Time', 'Fixed Units', or 'Fixed Duration and Units'. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityDefaultDurationType | |
PMDB Table | project | |
PMDB Field Name | def_duration_type | |
Data Type | string | |
ActivityIdPrefix | The prefix used for auto-numbering of activity IDs. When a new activity is created, the activity ID is automatically generated using auto-numbering. Activity ID auto-numbering concatenates the prefix and the suffix, with the suffix incremented to make the code unique. Example: 'A', '1000', '10' yields activity IDs of 'A1010', 'A1020', 'A1030', etc. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityIdPrefix | |
PMDB Table | project | |
PMDB Field Name | task_code_prefix | |
Data Type | string | |
DefaultPriceTimeUnits | The time units associated with the project's default price per time. Valid values are 'Hour', 'Day', 'Week', 'Month', and 'Year'. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | DefaultPriceTimeUnits | |
PMDB Table | project | |
PMDB Field Name | def_qty_type | |
Data Type | string | |
AddedBy | The name of the user who added the project to the database. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | AddedBy | |
PMDB Table | project | |
PMDB Field Name | add_by_name | |
Data Type | string | |
WebSiteRootDirectory | The root directory for storing project Web site files before they are published to the Web server. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | WebSiteRootDirectory | |
PMDB Table | project | |
PMDB Field Name | web_local_root_path | |
Data Type | string | |
WebSiteURL | The project Web site URL, which is the Web address of the project's website. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | WebSiteURL | |
PMDB Table | project | |
PMDB Field Name | proj_url | |
Data Type | string | |
AssignmentDefaultRateType | The default rate type when adding resource assignments to a project. Valid values are 'Price / Unit', 'Price / Unit2', 'Price / Unit3', 'Price / Unit4', and 'Price / Unit5'. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | AssignmentDefaultRateType | |
PMDB Table | project | |
PMDB Field Name | def_rate_type | |
Data Type | string | |
LinkActualToActualThisPeriod | The flag that determines whether actual units and costs are linked to actual-this-period units and costs. Default = 'Y' | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | LinkActualToActualThisPeriod | |
PMDB Table | project | |
PMDB Field Name | act_this_per_link_flag | |
Data Type | string | |
ActivityDefaultActivityType | The default type for activities. Possible values are 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'. A 'Task Dependent' activity is scheduled using the activity's calendar rather than the calendars of the assigned resources. A 'Resource Dependent' activity is scheduled using the calendars of the assigned resources. This type is used when several resources are assigned to the activity, but they may work separately. A 'Milestone' is a zero-duration activity without resources, marking a significant project event. A 'Level of Effort' activity has a duration that is determined by its dependent activities. Administration-type activities are typically 'Level of Effort'. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityDefaultActivityType | |
PMDB Table | project | |
PMDB Field Name | def_task_type | |
Data Type | string | |
LinkPercentCompleteWithActual | The flag that determines whether actual units and cost should be recalculated when percent complete changes. Default = 'N' | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | LinkPercentCompleteWithActual | |
PMDB Table | project | |
PMDB Field Name | act_pct_link_flag | |
Data Type | string | |
AddActualToRemaining | The flag that indicates whether to add actual to remaining or to subtract actual from at complete when actual units and costs are updated. Default = 'Y' | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | AddActualToRemaining | |
PMDB Table | project | |
PMDB Field Name | add_act_remain_flag | |
Data Type | string | |
CriticalActivityPathType | The critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | CriticalActivityPathType | |
PMDB Table | project | |
PMDB Field Name | critical_path_type | |
Data Type | string | |
ActivityIdBasedOnSelActivity | The flag that indicates how to auto-number activity IDs for new activities-Y/N - Y means use the selected activity's activity ID as prefix, N means use standard auto-numbering based on the prefix, suffix. Default = 'N' | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ActivityIdBasedOnSelectedActivity | |
PMDB Table | project | |
PMDB Field Name | task_code_prefix_flag | |
Data Type | string | |
AssignmentDefaultDrivingFlag | The default flag assigned to new assignments, to indicate whether assignments will drive activity dates. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | AssignmentDefaultDrivingFlag | |
PMDB Table | project | |
PMDB Field Name | def_rollup_dates_flag | |
Data Type | string | |
LinkPlannedAndAtCompletionFlag | The flag that indicates whether the At Completion Cost/Units should be linked to Planned Cost/Units for not-started activities. Default = 'Y' | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | LinkPlannedAndAtCompletionFlag | |
PMDB Table | project | |
PMDB Field Name | rem_target_link_flag | |
Data Type | string | |
ResetPlannedToRemainingFlag | The flag that indicates whether to reset Planned Duration and Units to Remaining Duration and Units, or to reset Remaining Duration and Units to Planned Duration and Units when the Activity Status is or becomes not started. Default = 'Y' | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ResetPlannedToRemainingFlag | |
PMDB Table | project | |
PMDB Field Name | reset_planned_flag | |
Data Type | string | |
allownegativeactualunitsflag | BaselineProject - AllowNegativeActualUnitsFlag maps to PROJECT.allow_neg_act_flag | |
ODS Table | BASELINEPROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
OwnerResourceObjectId | The unique ID of the Owner Resource of this baseline project. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | OwnerResourceObjectId | |
PMDB Table | project | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
CheckOutDate | The date on which the baseline project was checked out of the Project Management database. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | CheckOutDate | |
PMDB Table | project | |
PMDB Field Name | checkout_date | |
Data Type | date | |
CheckOutUserObjectId | The unique ID of the User that checked out this baseline project. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | CheckOutUserObjectId | |
PMDB Table | project | |
PMDB Field Name | checkout_user_id | |
Data Type | integer | |
LastFinancialPeriodObjectId | The unique ID of the last closed financial period for the baseline project. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | LastFinancialPeriodObjectId | |
PMDB Table | project | |
PMDB Field Name | last_fin_dates_id | |
Data Type | integer | |
AnnualDiscountRate | The user-defined number field that identifies the discount rate for the project. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | AnnualDiscountRate | |
PMDB Table | projwbs | |
PMDB Field Name | ann_dscnt_rate_pct | |
Data Type | number | |
AnticipatedFinishDate | The anticipated finish date of WBS, project and EPS elements. User-entered - not dependent upon any other fields. If there are no children, the anticipated finish date will be the finish date displayed in the columns. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | AnticipatedFinishDate | |
PMDB Table | projwbs | |
PMDB Field Name | anticip_end_date | |
Data Type | date | |
AnticipatedStartDate | The anticipated start date of WBS, project and EPS elements. User-entered - not dependent upon any other fields. If there are no children, the anticipated start date will be the start date displayed in the columns. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | AnticipatedStartDate | |
PMDB Table | projwbs | |
PMDB Field Name | anticip_start_date | |
Data Type | date | |
BaselineTypeName | The name of the baseline type for this project baseline. Baseline types are used to categorize project baselines. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | BaselineTypeName | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
BaselineTypeObjectId | The unique ID of the baseline type. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | BaselineTypeObjectId | |
PMDB Table | project | |
PMDB Field Name | base_type_id | |
Data Type | integer | |
CurrentBudget | The sum of the original budget plus the approved and pending budgets from the budget change log. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | CurrentBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CurrentVariance | The current budget minus the total spending plan. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | CurrentVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
DataDate | The current data date for the project. The project status is up to date as of the data date. The data date is modified when project actuals are applied. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | DataDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
DiscountApplicationPeriod | the timescale for entering ROI spending and benefit plan. Valid values are 'Month', 'Quarter', or 'Year'. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | DiscountApplicationPeriod | |
PMDB Table | projwbs | |
PMDB Field Name | dscnt_period_type | |
Data Type | string | |
DistributedCurrentBudget | The sum of the current budget values from one level lower. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | DistributedCurrentBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
EstimatedWeight | The estimation weight for the WBS element, used for top-down estimation. Top-down estimation weights are used to calculate the proportion of units that each WBS element or activity receives in relation to its siblings in the WBS hierarchy. top-down estimation distributes estimated units in a top-down manner to activities using the WBS hierarchy. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | EstimatedWeight | |
PMDB Table | projwbs | |
PMDB Field Name | est_wt | |
Data Type | number | |
FinishDate | The finish date of the baseline project. This field depends on summary data that was created when the original project was last summarized before this baseline was created. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | FinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ForecastFinishDate | The alternate end date to be optionally used by the scheduler). | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ForecastFinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ForecastStartDate | The alternate start date to be optionally used by the scheduler. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ForecastStartDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
IndependentETCLaborUnits | The user-entered ETC total labor. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | IndependentETCLaborUnits | |
PMDB Table | projwbs | |
PMDB Field Name | indep_remain_work_qty | |
Data Type | number | |
IndependentETCTotalCost | The user-entered ETC total cost. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | IndependentETCTotalCost | |
PMDB Table | projwbs | |
PMDB Field Name | indep_remain_total_cost | |
Data Type | number | |
LastBaselineUpdateDate | The date this project baseline was last changed by Baseline Update in Project Management. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | LastBaselineUpdateDate | |
PMDB Table | project | |
PMDB Field Name | last_baseline_update_date | |
Data Type | date | |
Name | The name of the baseline project. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | Name | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
ObjectId | The unique ID generated by the system. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | proj_id | |
Data Type | integer | |
OBSName | The name of the person/role in the organization, sometimes referred to as the "responsible manager". | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | OBSName | |
PMDB Table | obs | |
PMDB Field Name | obs_name | |
Data Type | string | |
OBSObjectId | The unique ID of the project manager from the project's OBS tree who is responsible for the WBS. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | OBSObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | obs_id | |
Data Type | integer | |
OriginalBudget | The original budget for the baseline project. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | OriginalBudget | |
PMDB Table | projwbs | |
PMDB Field Name | orig_cost | |
Data Type | number | |
OriginalProjectObjectId | The unique ID of the project from which the project baseline was created, if the current project is a project baseline. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | OriginalProjectObjectId | |
PMDB Table | project | |
PMDB Field Name | orig_proj_id | |
Data Type | integer | |
ParentEPSObjectId | The unique ID of the parent EPS of this baseline project. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ParentEPSObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | parent_wbs_id | |
Data Type | integer | |
ProposedBudget | The sum of the original budget plus the approved and pending budgets from the budget change log. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | ProposedBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
RiskLevel | The risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | RiskLevel | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
StartDate | The start date of the baseline project. This field depends on summary data that was created when the original project was last summarized before this baseline was created. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | StartDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
Status | The project status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | Status | |
PMDB Table | projwbs | |
PMDB Field Name | status_code | |
Data Type | string | |
TotalBenefitPlan | The sum of the monthly benefit plan. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | TotalBenefitPlan | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalBenefitPlanTally | The sum of the monthly benefit plan tally. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | TotalBenefitPlanTally | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalSpendingPlan | The sum of the monthly spending plan. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | TotalSpendingPlan | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalSpendingPlanTally | The sum of the monthly spending plan tally. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | TotalSpendingPlanTally | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UnallocatedBudget | The total current budget minus the distributed current budget. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | UnallocatedBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UndistributedCurrentVariance | The total spending plan minus the total spending plan tally. | |
ODS Table | BaselineProject | |
API Business Object | BaselineProject | |
API Field Name | UndistributedCurrentVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
lastupdateuser | Last Update User | |
ODS Table | BASELINEPROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | BASELINEPROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | BASELINEPROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | BASELINEPROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on BaselineProject | |
ODS Table | BASELINEPROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | BaselineType | |
API Business Object | BaselineType | |
API Field Name | ObjectId | |
PMDB Table | basetype | |
PMDB Field Name | base_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | BaselineType | |
API Business Object | BaselineType | |
API Field Name | SequenceNumber | |
PMDB Table | basetype | |
PMDB Field Name | base_type_seq_num | |
Data Type | integer | |
Name | The name of this baseline type. | |
ODS Table | BaselineType | |
API Business Object | BaselineType | |
API Field Name | Name | |
PMDB Table | basetype | |
PMDB Field Name | base_type | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | BASELINETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | BASELINETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | BASELINETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | BASELINETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on BaselineType | |
ODS Table | BASELINETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | Calendar | |
API Business Object | Calendar | |
API Field Name | ObjectId | |
PMDB Table | calendar | |
PMDB Field Name | clndr_id | |
Data Type | integer | |
IsDefault | The flag that identifies the default global calendar (applies to global calendars only). | |
ODS Table | Calendar | |
API Business Object | Calendar | |
API Field Name | IsDefault | |
PMDB Table | calendar | |
PMDB Field Name | default_flag | |
Data Type | string | |
Name | The name of the calendar. | |
ODS Table | Calendar | |
API Business Object | Calendar | |
API Field Name | Name | |
PMDB Table | calendar | |
PMDB Field Name | clndr_name | |
Data Type | string | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | Calendar | |
API Business Object | Calendar | |
API Field Name | ProjectObjectId | |
PMDB Table | calendar | |
PMDB Field Name | proj_id | |
Data Type | integer | |
BaseCalendarObjectId | The unique ID of the global calendar to which this calendar is linked. Any changes to the global calendar are automatically propagated to this calendar. | |
ODS Table | Calendar | |
API Business Object | Calendar | |
API Field Name | BaseCalendarObjectId | |
PMDB Table | calendar | |
PMDB Field Name | base_clndr_id | |
Data Type | integer | |
lastchangedate | Calendar - lastchangedate maps to PSTG_CALENDARFULL.lastchangedate | |
ODS Table | CALENDAR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
Type | The calendar type - either 'Global', 'Resource', or 'Project'. 'Global' calendars can be assigned to projects and resources. 'Resource' calendars can be assigned only to resources. 'Project' calendars are specific to projects. | |
ODS Table | Calendar | |
API Business Object | Calendar | |
API Field Name | Type | |
PMDB Table | calendar | |
PMDB Field Name | clndr_type | |
Data Type | string | |
daydate | Calendar - daydate maps to PSTG_CALENDARFULL.daydate | |
ODS Table | CALENDAR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
WeekdayNumber | Calendar - WeekdayNumber maps to PSTG_CALENDARFULL.WeekdayNumber | |
ODS Table | CALENDAR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
WorkDayFlag | ||
ODS Table | CALENDAR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
TotalWorkHours | ||
ODS Table | CALENDAR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
WorkHoursByHalfHour | ||
ODS Table | CALENDAR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
WorkDayStartTime | Calendar - WorkDayStartTime maps to PSTG_CALENDARFULL.WorkDayStartTime | |
ODS Table | CALENDAR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
WorkDayFinishTime | Calendar - WorkDayFinishTime maps to PSTG_CALENDARFULL.WorkDayFinishTime | |
ODS Table | CALENDAR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | Calendar | |
API Business Object | Calendar | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
SKey | SKey generated key on Calendar | |
ODS Table | CALENDAR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | CostAccount | |
API Business Object | CostAccount | |
API Field Name | ObjectId | |
PMDB Table | account | |
PMDB Field Name | acct_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | CostAccount | |
API Business Object | CostAccount | |
API Field Name | SequenceNumber | |
PMDB Table | account | |
PMDB Field Name | acct_seq_num | |
Data Type | integer | |
Id | The short ID assigned to each cost account for identification. Each cost account is uniquely identified by concatenating its own ID together with its parents' IDs. | |
ODS Table | CostAccount | |
API Business Object | CostAccount | |
API Field Name | Id | |
PMDB Table | account | |
PMDB Field Name | acct_short_name | |
Data Type | string | |
Name | The name of the cost account. | |
ODS Table | CostAccount | |
API Business Object | CostAccount | |
API Field Name | Name | |
PMDB Table | account | |
PMDB Field Name | acct_name | |
Data Type | string | |
ParentObjectId | The unique ID of the parent cost account of this cost account in the hierarchy. | |
ODS Table | CostAccount | |
API Business Object | CostAccount | |
API Field Name | ParentObjectId | |
PMDB Table | account | |
PMDB Field Name | parent_acct_id | |
Data Type | integer | |
Description | The description of the cost account. | |
ODS Table | CostAccount | |
API Business Object | CostAccount | |
API Field Name | Description | |
PMDB Table | account | |
PMDB Field Name | acct_descr | |
Data Type | clob | |
lastupdateuser | Last Update User | |
ODS Table | COSTACCOUNT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | COSTACCOUNT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | COSTACCOUNT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | COSTACCOUNT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on CostAccount | |
ODS Table | COSTACCOUNT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ParentObjectId | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentSequenceNumber | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentName | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentId | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildObjectId | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildSequenceNumber | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildName | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildId | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentLevelsBelowRoot | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildLevelsBelowRoot | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
LevelsBetween | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildHasChildren | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
FullPathName | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
SKey | ||
ODS Table | COSTACCOUNTHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
RDBMSUSERID | ||
ODS Table | COSTSECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
PROJECTOBJECTID | ||
ODS Table | COSTSECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
WHOLEPROJECTFLAG | ||
ODS Table | COSTSECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | character |
ObjectId | The unique ID generated by the system. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | ObjectId | |
PMDB Table | currtype | |
PMDB Field Name | curr_id | |
Data Type | integer | |
DecimalPlaces | The number of decimal places displayed. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | DecimalPlaces | |
PMDB Table | currtype | |
PMDB Field Name | decimal_digit_cnt | |
Data Type | double | |
Symbol | The currency symbol displayed. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | Symbol | |
PMDB Table | currtype | |
PMDB Field Name | curr_symbol | |
Data Type | string | |
DecimalSymbol | The decimal symbol displayed. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | DecimalSymbol | |
PMDB Table | currtype | |
PMDB Field Name | decimal_symbol | |
Data Type | string | |
DigitGroupingSymbol | The symbol used to group the numbers. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | DigitGroupingSymbol | |
PMDB Table | currtype | |
PMDB Field Name | digit_group_symbol | |
Data Type | string | |
PositiveSymbol | The symbol used to display a positive currency. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | PositiveSymbol | |
PMDB Table | currtype | |
PMDB Field Name | pos_curr_fmt_type | |
Data Type | string | |
NegativeSymbol | The symbol used to display a negative currency. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | NegativeSymbol | |
PMDB Table | currtype | |
PMDB Field Name | neg_curr_fmt_type | |
Data Type | string | |
Name | The name of the currency. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | Name | |
PMDB Table | currtype | |
PMDB Field Name | curr_type | |
Data Type | string | |
Id | The unique currency abbreviation for each currency. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | Id | |
PMDB Table | currtype | |
PMDB Field Name | curr_short_name | |
Data Type | string | |
ExchangeRate | The exchange rate against the base currency. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | ExchangeRate | |
PMDB Table | currtype | |
PMDB Field Name | base_exch_rate | |
Data Type | double | |
IsBaseCurrency | The currency used to store cost in the Project Management database. The exchange rate for the base currency is always 1.0. The base currency ID, name, and symbol default to U.S. dollars and can be edited but never deleted. | |
ODS Table | Currency | |
API Business Object | Currency | |
API Field Name | IsBaseCurrency | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | CURRENCY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | CURRENCY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | CURRENCY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | CURRENCY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Currency | |
ODS Table | CURRENCY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | ObjectId | |
PMDB Table | document | |
PMDB Field Name | doc_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | SequenceNumber | |
PMDB Table | document | |
PMDB Field Name | doc_seq_num | |
Data Type | integer | |
Deliverable | The flag that indicates that the work product or document is a project deliverable. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | Deliverable | |
PMDB Table | document | |
PMDB Field Name | deliv_flag | |
Data Type | string | |
Title | The title or name of a project work product or document. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | Title | |
PMDB Table | document | |
PMDB Field Name | doc_name | |
Data Type | string | |
ParentObjectId | The unique ID of the parent document of this document in the hierarchy. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | ParentObjectId | |
PMDB Table | document | |
PMDB Field Name | parent_doc_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | ProjectObjectId | |
PMDB Table | document | |
PMDB Field Name | proj_id | |
Data Type | integer | |
DocumentStatusCodeObjectId | The unique ID of the associated document status code. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | DocumentStatusCodeObjectId | |
PMDB Table | document | |
PMDB Field Name | doc_status_id | |
Data Type | integer | |
DocumentCategoryObjectId | The unique ID of the associated document category. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | DocumentCategoryObjectId | |
PMDB Table | document | |
PMDB Field Name | doc_catg_id | |
Data Type | integer | |
RevisionDate | The date of the work product or document's last update. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | RevisionDate | |
PMDB Table | document | |
PMDB Field Name | doc_date | |
Data Type | date | |
Version | The work product or document's version number. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | Version | |
PMDB Table | document | |
PMDB Field Name | version_name | |
Data Type | string | |
ReferenceNumber | The work product or document's reference or catalog number. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | ReferenceNumber | |
PMDB Table | document | |
PMDB Field Name | doc_short_name | |
Data Type | string | |
Author | The person who created the work product or document. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | Author | |
PMDB Table | document | |
PMDB Field Name | author_name | |
Data Type | string | |
PrivateLocation | The work product or document's private file location. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | PrivateLocation | |
PMDB Table | document | |
PMDB Field Name | private_loc | |
Data Type | string | |
PublicLocation | The work product or document's publicly-accessible file location. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | PublicLocation | |
PMDB Table | document | |
PMDB Field Name | public_loc | |
Data Type | string | |
ResourceObjectId | The unique ID of the associated resource. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | ResourceObjectId | |
PMDB Table | document | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
DocumentType | The type of document: 'Non-Collaboration' or 'Collaboration'. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | DocumentType | |
PMDB Table | document | |
PMDB Field Name | doc_mgmt_type | |
Data Type | string | |
DocumentCategoryName | The name of the associated document category. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | DocumentCategoryName | |
PMDB Table | doccatg | |
PMDB Field Name | doc_catg_name | |
Data Type | string | |
DocumentStatusCodeName | The name of the associated document status code. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | DocumentStatusCodeName | |
PMDB Table | docstat | |
PMDB Field Name | doc_status_code | |
Data Type | string | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
ResourceId | The short code that uniquely identifies the associated resource. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | ResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
ResourceName | The name of the associated resource. | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | Document | |
API Business Object | Document | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | DOCUMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | DOCUMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | DOCUMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | DOCUMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Document | |
ODS Table | DOCUMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | DocumentCategory | |
API Business Object | DocumentCategory | |
API Field Name | ObjectId | |
PMDB Table | doccatg | |
PMDB Field Name | doc_catg_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | DocumentCategory | |
API Business Object | DocumentCategory | |
API Field Name | SequenceNumber | |
PMDB Table | doccatg | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the document category. | |
ODS Table | DocumentCategory | |
API Business Object | DocumentCategory | |
API Field Name | Name | |
PMDB Table | doccatg | |
PMDB Field Name | doc_catg_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | DOCUMENTCATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | DOCUMENTCATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | DOCUMENTCATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | DOCUMENTCATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on DocumentCategory | |
ODS Table | DOCUMENTCATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | DocumentStatusCode | |
API Business Object | DocumentStatusCode | |
API Field Name | ObjectId | |
PMDB Table | docstat | |
PMDB Field Name | doc_status_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | DocumentStatusCode | |
API Business Object | DocumentStatusCode | |
API Field Name | SequenceNumber | |
PMDB Table | docstat | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the document status code. | |
ODS Table | DocumentStatusCode | |
API Business Object | DocumentStatusCode | |
API Field Name | Name | |
PMDB Table | docstat | |
PMDB Field Name | doc_status_code | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | DOCUMENTSTATUSCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | DOCUMENTSTATUSCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | DOCUMENTSTATUSCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | DOCUMENTSTATUSCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on DocumentStatusCode | |
ODS Table | DOCUMENTSTATUSCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | ObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
ProjectObjectId | The internal Project ID of the EPS. This ID cannot be used to load a Project object directly. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | ProjectObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | proj_id | |
Data Type | integer | |
OBSObjectId | The unique ID of the project manager from the project's OBS tree who is responsible for the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | OBSObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | obs_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SequenceNumber | |
PMDB Table | projwbs | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the EPS element. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | Name | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
ParentObjectId | The unique ID of the parent EPS of this EPS in the hierarchy. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | ParentObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | parent_wbs_id | |
Data Type | integer | |
OriginalBudget | The original budget for the project. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | OriginalBudget | |
PMDB Table | projwbs | |
PMDB Field Name | orig_cost | |
Data Type | double | |
IndependentETCTotalCost | The user-entered ETC total cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | IndependentETCTotalCost | |
PMDB Table | projwbs | |
PMDB Field Name | indep_remain_total_cost | |
Data Type | double | |
IndependentETCLaborUnits | The user-entered ETC total labor. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | IndependentETCLaborUnits | |
PMDB Table | projwbs | |
PMDB Field Name | indep_remain_work_qty | |
Data Type | double | |
AnticipatedStartDate | The anticipated start date of the EPS. User-entered - not dependent upon any other fields. If there are no children, the anticipated start date will be the start date displayed in the columns. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | AnticipatedStartDate | |
PMDB Table | projwbs | |
PMDB Field Name | anticip_start_date | |
Data Type | date | |
AnticipatedFinishDate | The anticipated finish date of the EPS. User-entered - not dependent upon any other fields. If there are no children, the anticipated finish date will be the finish date displayed in the columns. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | AnticipatedFinishDate | |
PMDB Table | projwbs | |
PMDB Field Name | anticip_end_date | |
Data Type | date | |
CurrentBudget | The sum of the original budget plus the approved and pending budgets from the budget change log. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | CurrentBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CurrentVariance | The difference between the current budget and the total spending plan. Calculated as current budget - total spending plan. Not rolled up | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | CurrentVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
DistributedCurrentBudget | The current budget values from one level lower. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | DistributedCurrentBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
FinishDate | The finish date of the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | FinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
fullname | EPS - Full name | |
ODS Table | EPS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
Id | The short code assigned to each EPS element for identification. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | Id | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
LastSummarizedDate | The date the project was last summarized. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | LastSummarizedDate | |
PMDB Table | project | |
PMDB Field Name | last_tasksum_date | |
Data Type | date | |
OBSName | The name of the person/role in the organization, sometimes referred to as the "responsible manager". | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | OBSName | |
PMDB Table | obs | |
PMDB Field Name | obs_name | |
Data Type | string | |
PlannedStartDate | The planned start date of the project. Used by the project scheduler. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | PlannedStartDate | |
PMDB Table | project | |
PMDB Field Name | plan_start_date | |
Data Type | date | |
ProposedBudget | The Proposed Budget, which is the sum of the original budget plus the approved and pending budgets from the budget change log. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | ProposedBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
StartDate | The start date of the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | StartDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SumAccountingVarByLaborUnits | the Planned Value Labor Units minus the Actual Units. Negative value indicates that Actual Units have exceeded the Planned Value Labor Units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAccountingVarianceByLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAccountingVarianceByCost | the Planned Value minus the Actual Cost. A negative value indicates that the Actual Cost has exceeded the Planned Value. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAccountingVarianceByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumActThisPeriodMaterialCost | The actual this period material cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualThisPeriodMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_mat_cost | |
Data Type | number | |
SumActThisPeriodNonLaborCost | The actual this period nonlabor cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualThisPeriodNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_equip_cost | |
Data Type | number | |
SumActThisPeriodNonLaborUnits | The actual this period nonlabor units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualThisPeriodNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_equip_qty | |
Data Type | number | |
SumActualThisPeriodLaborCost | The actual this period labor cost | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualThisPeriodLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_work_cost | |
Data Type | number | |
SumActualThisPeriodLaborUnits | The actual this period labor units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualThisPeriodLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_work_qty | |
Data Type | number | |
SumAtCompletionMaterialCost | The material cost at completion. It is the sum of the actual plus remaining costs for all material resources assigned to the activity. Computed as actual material cost + remaining material cost. Same as the planned material costs if the activity is not started and the actual material costs once the activity is completed. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAtCompletionMaterialCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionNonLaborCost | The nonlabor cost at completion. It is the sum of the actual plus remaining costs for all nonlabor resources assigned to the activity. Computed as actual nonlabor cost + remaining nonlabor cost. Same as the planned nonlabor costs if the activity is not started and the actual nonlabor costs once the activity is completed. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAtCompletionNonLaborCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionNonLaborUnits | The nonlabor units at completion. It is the sum of the actual plus remaining units for all nonlabor resources assigned to the activity. Computed as actual nonlabor units + remaining nonlabor units. Same as the planned nonlabor units if the activity is not started and the actual nonlabor units once the activity is completed. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAtCompletionNonLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionTotalCostVar | the Baseline Planned Total Cost - At Completion Total Cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAtCompletionTotalCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumBaselineCompActivityCount | The number of completed activities in the baseline. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineCompletedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | base_complete_cnt | |
Data Type | number | |
SumBaselineNotStartedActCnt | The number of activities not started in the baseline. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineNotStartedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | base_notstarted_cnt | |
Data Type | number | |
SumBLInProgressActivityCount | the number of activities that should be currently in progress, according to the primary baseline. Computed using the baseline start and finish dates and the current data date. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineInProgressActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | base_active_cnt | |
Data Type | number | |
SumBudgetAtCmpByLaborUnits | the Baseline Labor Units | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBudgetAtCompletionByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | base_work_qty | |
Data Type | number | |
SumBudgetAtCompletionByCost | the Planned Total Cost through activity completion. Computed as Planned Labor Cost + Planned Nonlabor Cost + Planned Expense Cost, same as the Planned Total Cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBudgetAtCompletionByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumCostPerfIndexByCost | the Earned Value divided by the Actual Cost. A value less than 1 indicates that the Actual Cost has exceeded the Planned Value. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryCostPerformanceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostPerfIndexByLaborUnits | the Earned Value Labor Units / Actual Labor Units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryCostPerformanceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceByLaborUnits | the Earned Value Labor Cost minus Actual Value Labor Cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryCostVarianceByLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumCostVarIndexByLaborUnits | the Cost Variance Labor Units divided by Earned Value Labor Units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryCostVarianceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumDurationPercentOfPlanned | The summary actual duration percent of planned of all activities under this EPS. Computed as actual duration / baseline duration * 100. The value can exceed 100. The Baseline duration is the activity's at complete duration from the current baseline. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryDurationPercentOfPlanned | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumEACByCost | the Actual Cost plus the Estimate to Complete Cost. The method for computing Estimate to Complete depends on the Earned Value technique selected for the activity's WBS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryEstimateAtCompletionByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumEACByLaborUnits | the Actual Labor Units + Estimate To Complete Labor Units. (Estimate To Complete Labor Units is calculated based off of the Earned Value setting on the EPS.) | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryEstimateAtCompletionByLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumEACHighPctByLaborUnits | the high forecast of Estimate At Completion (EAC) by labor units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryEstimateAtCompletionHighPercentByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumEACLowPctByLaborUnits | the low forecast of Estimate At Completion (EAC) by labor units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryEstimateAtCompletionLowPercentByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumETCByCost | the Remaining Total Cost for the activity or the Performance Factor * (Budget at Completion - Earned Value), depending on the Earned Value technique selected for the activity's WBS (calculated from the primary baseline). | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryEstimateToCompleteByCost | |
PMDB Table | tasksum | |
PMDB Field Name | etc | |
Data Type | number | |
SumETCByLaborUnits | the estimated quantity to complete the activity. Computed as either the remaining total units for the activity, or as Performance Factor * (Baseline Planned Labor Units - Planned Quantity of Work Performed), depending on the Earned Value Technique selected for the activity's WBS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryEstimateToCompleteByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | etc_work_qty | |
Data Type | number | |
SumExpenseCostPctComplete | The percent complete of cost for all expenses associated with the EPS. It is computed as Actual Expense Cost / At Complete Expense Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryExpenseCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumLaborCostPercentComplete | The percent complete of cost for all labor resources assigned to the EPS. It is computed as Actual Labor Cost / At Complete Labor Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryLaborCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumLaborUnitsPercentComplete | The percent complete of units for all labor resources for the EPS. Computed as actual labor units / at complete labor units * 100. Always in the range 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryLaborUnitsPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumActivityCount | the number of activities that are currently in progress. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActivityCount | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumActualDuration | The actual duration. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualDuration | |
PMDB Table | tasksum | |
PMDB Field Name | act_drtn_hr_cnt | |
Data Type | number | |
SumActualExpenseCost | The actual costs for all project expenses associated with the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualExpenseCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_expense_cost | |
Data Type | number | |
SumActualFinishDate | The latest actual finish date of all activities in the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualFinishDate | |
PMDB Table | tasksum | |
PMDB Field Name | act_end_date | |
Data Type | date | |
SumActualLaborCost | The actual cost for all labor resources assigned to the activity. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_work_cost | |
Data Type | number | |
SumActualLaborUnits | The actual labor units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_work_qty | |
Data Type | number | |
SumActualMaterialCost | The actual units for all material resources assigned to the activity. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_mat_cost | |
Data Type | number | |
SumActualNonLaborCost | The actual units for all nonlabor resources assigned to the activity. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_equip_cost | |
Data Type | number | |
SumActualNonLaborUnits | The actual nonlabor units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_equip_qty | |
Data Type | number | |
SumActualStartDate | The earliest actual start date of all activities in the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualStartDate | |
PMDB Table | tasksum | |
PMDB Field Name | act_start_date | |
Data Type | date | |
SumActualThisPeriodCost | The actual this period cost (will be labor or nonlabor). | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualThisPeriodCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumActualTotalCost | The actual labor cost + actual nonlabor cost + actual expense cost as of the project data date. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualTotalCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumActualValueByCost | the actual total cost incurred on the activity as of the project data date, computed as Actual Labor Cost + Actual Nonlabor Cost + Actual Material Cost + Actual Expense Cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualValueByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumActualValueByLaborUnits | the actual total labor units for the activity as of the project data date (i.e., actual total cost by labor units). | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryActualValueByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_work_qty | |
Data Type | number | |
SumAtCompletionDuration | The duration at completion. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAtCompletionDuration | |
PMDB Table | tasksum | |
PMDB Field Name | total_drtn_hr_cnt | |
Data Type | number | |
SumAtCompletionExpenseCost | the sum of the actual plus remaining cost for all project expenses associated with the cost account. Computed as Actual Expense Cost + Remaining Expense Cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAtCompletionExpenseCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionLaborCost | The sum of the actual plus remaining costs for all labor resources assigned to the activity. Computed as actual labor cost + remaining labor cost. Same as the planned labor costs if the activity is not started and the actual labor costs once the activity is completed. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAtCompletionLaborCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionLaborUnits | The sum of the actual plus remaining units for all labor resources assigned to the activity. Computed as actual labor units + remaining labor units. Same as the planned labor units if the activity is not started and the actual labor units once the activity is completed. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAtCompletionLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionTotalCost | The estimated cost at completion for the activity. Computed as the actual total cost plus the estimate-to-complete cost; EAC = ACWP + ETC. Note that the method for computing ETC depends on the earned-value technique selected for the activity's WBS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryAtCompletionTotalCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumBaselineDuration | the planned duration for the activity in the primary baseline. Planned duration is the total working time from the activity current start date to the current finish date. Same as the actual duration plus the remaining duration. The total working time is computed using the activity's calendar. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineDuration | |
PMDB Table | tasksum | |
PMDB Field Name | base_drtn_hr_cnt | |
Data Type | number | |
SumBaselineExpenseCost | the planned cost for all project expenses associated with the activity in the primary baseline. Computed as the baseline actual expense cost plus the baseline remaining expense cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineExpenseCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_expense_cost | |
Data Type | number | |
SumBaselineFinishDate | The current latest finish date of all activities in the EPS for the current baseline. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineFinishDate | |
PMDB Table | tasksum | |
PMDB Field Name | base_end_date | |
Data Type | date | |
SumBaselineLaborCost | the planned cost for all labor resources assigned to the activity in the primary baseline. Computed from the baseline At Completion labor units. If no resources are assigned, computed as the activity Baseline Planned Labor Units * Project Default Price / Time. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_work_cost | |
Data Type | number | |
SumBaselineLaborUnits | the planned units for all labor resources assigned to the activity in the primary baseline. Computed as the baseline actual labor units plus the baseline remaining labor units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | base_work_qty | |
Data Type | number | |
SumBaselineMaterialCost | the planned cost for all material resources assigned to the activity in the primary baseline. Computed from the baseline At Completion nonlabor units. If no resources are assigned. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_mat_cost | |
Data Type | number | |
SumBaselineNonLaborCost | the planned cost for all nonlabor resources assigned to the activity in the primary baseline. Computed from the baseline At Completion nonlabor units. If no resources are assigned, computed as the activity Baseline Planned Nonlabor Units * Project Default Price / Time. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_equip_cost | |
Data Type | number | |
SumBaselineNonLaborUnits | the planned units for all nonlabor resources assigned to the activity in the primary baseline. Computed as the baseline actual nonlabor units plus the baseline remaining nonlabor units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | base_equip_qty | |
Data Type | number | |
SumBaselineStartDate | The current earliest start date of all activities in the EPS for the current baseline. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineStartDate | |
PMDB Table | tasksum | |
PMDB Field Name | base_start_date | |
Data Type | date | |
SumBaselineTotalCost | the Planned Total Cost for the activity in the primary baseline, including labor resources, nonlabor resources, and project expenses. Baseline Planned Total Cost = Baseline Planned Labor Cost + Baseline Planned Nonlabor Cost + Baseline Planned Expense Cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryBaselineTotalCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumCompletedActivityCount | the number of activities that have an Actual Finish in the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryCompletedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | complete_cnt | |
Data Type | number | |
SumCostPercentComplete | The percent complete of costs for the resource assignments in the EPS. Computed as Actual Units / At Complete Units * 100. Always in the range 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostPercentOfPlanned | The activity actual cost percent of planned. Computed as actual total cost / baseline total cost * 100, or equivalently as ACWP / BAC * 100. The value can exceed 100. The baseline total cost is the activity's at completion cost from the current baseline. This field is named SummaryCostPercentOfBudget in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryCostPercentOfPlanned | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceByCost | the Earned Value minus the Actual Cost. A negative value indicates that the Actual Cost has exceeded the Planned Value. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryCostVarianceByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceIndex | The value that is calculated as the Cost Variance divided by Earned Value. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryCostVarianceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceIndexByCost | the Cost Variance divided by Earned Value. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryCostVarianceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumDurationPercentComplete | The activity actual duration percent of planned. Computed as actual duration / at completion duration * 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryDurationPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumDurationVariance | The duration between the activity's baseline duration and the at complete duration. Computed as baseline duration - at completion duration. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryDurationVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumEarnedValueByCost | the Budget at Completion * Performance % Complete. The method for computing the Performance Percent Complete depends on the Earned Value technique selected for the activity's WBS. Budget at Completion is computed from the primary baseline. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryEarnedValueByCost | |
PMDB Table | tasksum | |
PMDB Field Name | bcwp | |
Data Type | number | |
SumEarnedValueByLaborUnits | the Schedule Variance Labor Units divided by the Planned Value Labor Units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryEarnedValueByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | perfm_work_qty | |
Data Type | number | |
SumExpenseCostVariance | the Baseline Planned Expense Cost - At Completion Expense Cost (At Completion Expense Cost = Actual Expense Cost + Remaining Expense Cost). | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryExpenseCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumFinishDateVariance | The duration between the finish date in the current project and the baseline finish date. Calculated as finish date - baseline finish date. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryFinishDateVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumInProgressActivityCount | the number of activities that are currently in progress. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryInProgressActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | active_cnt | |
Data Type | number | |
SumLaborCostVariance | the Baseline Planned Labor Cost - At Completion Labor Cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryLaborCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumLaborUnitsVariance | The difference between baseline labor units and at completion labor units. Calculated as Baseline labor units - at completion labor units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryLaborUnitsVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumMaterialCostVariance | The variance that is calculated as Baseline Material Cost - At Completion Material Cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryMaterialCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumNonLaborCostVariance | the Baseline Planned Nonlabor Cost - At Completion Nonlabor Cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryNonLaborCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumNonLaborUnitsVariance | The difference between baseline nonlabor units and at completion non labor units. Calculated as Baseline nonlabor units - at completion nonlabor units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryNonLaborUnitsVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumNotStartedActivityCount | the number of activities that are currently not started. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryNotStartedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | notstarted_cnt | |
Data Type | number | |
SumPlannedValueByCost | the Budget at Completion * Schedule % Complete. The Schedule % Complete specifies how much of the activity's baseline duration has been completed so far. Budget at Completion is computed from the primary baseline | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryPlannedValueByCost | |
PMDB Table | tasksum | |
PMDB Field Name | bcws | |
Data Type | number | |
SumProgressFinishDate | the date the activity is expected to be finished according to the progress made on the activity's work products. The expected finish date is entered manually by people familiar with progress of the activity's work products. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryProgressFinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SumRemainingDuration | The total working time from the EPS remaining start date to the remaining finish date. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryRemainingDuration | |
PMDB Table | tasksum | |
PMDB Field Name | remain_drtn_hr_cnt | |
Data Type | number | |
SumRemainingExpenseCost | The remaining costs for all project expenses associated with the activities in the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryRemainingExpenseCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_expense_cost | |
Data Type | number | |
SumRemainingFinishDate | The date the resource is scheduled to finish the remaining work for the activity. This date is computed by the project scheduler but can be updated manually by the project manager. Before the activity is started, the remaining finish date is the same as the planned finish date. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryRemainingFinishDate | |
PMDB Table | tasksum | |
PMDB Field Name | reend_date | |
Data Type | date | |
SumRemainingLaborCost | The remaining costs for all labor resources assigned to the activities. The remaining cost reflects the cost remaining for the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryRemainingLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_work_cost | |
Data Type | number | |
SumRemainingLaborUnits | The remaining units for all labor resources assigned to the activities. The remaining units reflects the work remaining to be done for the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryRemainingLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | remain_work_qty | |
Data Type | number | |
SumRemainingMaterialCost | The remaining material costs for all project expenses associated with the activities in the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryRemainingMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_mat_cost | |
Data Type | number | |
SumRemainingNonLaborCost | The remaining nonlabor costs for all project expenses associated with the activities in the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryRemainingNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_equip_cost | |
Data Type | number | |
SumRemainingNonLaborUnits | The remaining units for all nonlabor resources assigned to the activities. The remaining units reflects the work remaining to be done for the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryRemainingNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | remain_equip_qty | |
Data Type | number | |
SumRemainingStartDate | The earliest remaining start of all activities assigned to the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryRemainingStartDate | |
PMDB Table | tasksum | |
PMDB Field Name | restart_date | |
Data Type | date | |
SumRemainingTotalCost | The sum of all remaining total costs in the EPS. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryRemainingTotalCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumSchedulePercentComplete | The measure that indicates how much of the EPS baseline duration has been completed so far. Computed based on where the current data date falls between the activity's baseline start and finish dates. If the data date is earlier than the Baseline start, the schedule % complete is 0. If the data date is later than the Baseline finish, the schedule % complete is 100. The schedule % complete indicates how much of the EPS duration should be currently completed, relative to the selected baseline. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummarySchedulePercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumScheduleVarianceByCost | the Earned Value divided by the Planned Value. A negative value indicates that less work was actually performed than was scheduled. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryScheduleVarianceByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumScheduleVarianceIndex | The value that is calculated as the Schedule Variance Labor Units divided by Planned Value Labor Units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryScheduleVarianceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumStartDateVariance | The duration between the start date in the current project and the baseline start date. Calculated as start date - baseline start date. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryStartDateVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumTotalCostVariance | The value that is calculated as baseline total cost - total cost. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryTotalCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumTotalFloat | The amount of time the EPS can be delayed before delaying the project finish date. Total float can be computed as late start - early start or as late finish - early finish; this option can be set when running the project scheduler. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryTotalFloat | |
PMDB Table | tasksum | |
PMDB Field Name | total_float_hr_cnt | |
Data Type | number | |
SumUnitsPercentComplete | The percent complete of units for the resource assignments in the EPS. Computed as Actual Units / At Complete Units * 100. Always in the range 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryUnitsPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumMaterialCostPctComplete | The percent complete of cost for all material resources assigned to the EPS. It is computed as Actual Material Cost / At Complete Material Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryMaterialCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumNonLaborCostPctComplete | The percent complete of cost for all non-labor resources assigned to the EPS. It is computed as Actual Nonlabor Cost / At Complete Nonlabor Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryNonLaborCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumNonLaborUnitsPctComplete | The percent complete of units for all nonlabor resources for the EPS. Computed as Actual Nonlabor Cost / At Completion Nonlabor Cost * 100. Always in the range 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryNonLaborUnitsPercentComplete | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumPerfPctCmpByLaborUnits | the percent complete of performance for all labor resources. Computed as earned value labor units / baseline labor units * 100. Always in the range 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryPerformancePercentCompleteByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumPlannedValueByLaborUnits | the portion of the baseline labor units that is scheduled to be completed as of the project data date. Computed as Baseline Labor Units * Schedule % Complete. The Schedule % Complete specifies how much of the activity's baseline duration has been completed so far. The Baseline Labor Units is taken from the current baseline. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryPlannedValueByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | sched_work_qty | |
Data Type | number | |
SumSchdPctCmpByLaborUnits | the percent complete of units for all labor resources. Computed as Actual Labor Units / At Completion Labor Units * 100. Always in the range 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummarySchedulePercentCompleteByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchdPerfIndexByLaborUnits | the Earned Value Labor Units divided by Planned Value Labor Units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummarySchedulePerformanceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchdVarianceByLaborUnits | the Earned Value Labor Units minus the Planned Value Labor Units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryScheduleVarianceByLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumSchdVarianceIndexByCost | the Schedule Variance divided by the Planned Value. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryScheduleVarianceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchdVarIndexByLaborUnits | the Schedule Variance Labor Units divided by the Planned Value Labor Units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryScheduleVarianceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchedulePctCompleteByCost | the percent complete of performance for all labor resources, nonlabor resources, and expenses. Computed as Earned Value / Budget At Completion * 100. Always in the range 0 to 100. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummarySchedulePercentCompleteByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchedulePerfIndexByCost | the Earned Value divided by the Planned Value. A value less than 1 indicates that less work was actually performed than was scheduled. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummarySchedulePerformanceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumToCompletePerfIndexByCost | the (Budget at Completion - Earned Value) divided by (Estimate at Completion - Actual Cost). | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryToCompletePerformanceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumVarAtCmpByLaborUnits | the Baseline Planned Total Labor Units minus Estimate at Completion Labor Units. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | SummaryVarianceAtCompletionByLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
TotalBenefitPlan | The sum of the monthly benefit plan. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | TotalBenefitPlan | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalBenefitPlanTally | The sum of the monthly benefit plan tally. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | TotalBenefitPlanTally | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalFunding | The total amount of funding contributed to the project by your funding sources. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | TotalFunding | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalSpendingPlan | The sum of the monthly spending plan. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | TotalSpendingPlan | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalSpendingPlanTally | The sum of the monthly spending plan tally. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | TotalSpendingPlanTally | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UnallocatedBudget | The total current budget minus the distributed current budget. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | UnallocatedBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UndistributedCurrentVariance | The total spending plan minus the total spending plan tally. | |
ODS Table | EPS | |
API Business Object | EPS | |
API Field Name | UndistributedCurrentVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
lastupdateuser | Last Update User | |
ODS Table | EPS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | EPS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | EPS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | EPS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on EPS | |
ODS Table | EPS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | EPSBudgetChangeLog | |
API Business Object | EPSBudgetChangeLog | |
API Field Name | ObjectId | |
PMDB Table | budgchng | |
PMDB Field Name | budg_chng_id | |
Data Type | integer | |
projectobjectid | EPSBudgetChangeLog - ProjectObjectId maps to PROJWBS.proj_id | |
ODS Table | EPSBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
EPSObjectId | The unique ID of the EPS element to which the budget change log applies. | |
ODS Table | EPSBudgetChangeLog | |
API Business Object | EPSBudgetChangeLog | |
API Field Name | EPSObjectId | |
PMDB Table | budgchng | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
EPSBudgetChangeLogDate | The date of this budget change entry. | |
ODS Table | EPSBudgetChangeLog | |
API Business Object | EPSBudgetChangeLog | |
API Field Name | Date | |
PMDB Table | budgchng | |
PMDB Field Name | chng_date | |
Data Type | date | |
ChangeNumber | The change number that is automatically incremented according to when changes are added. This can be changed to any number. | |
ODS Table | EPSBudgetChangeLog | |
API Business Object | EPSBudgetChangeLog | |
API Field Name | ChangeNumber | |
PMDB Table | budgchng | |
PMDB Field Name | chng_short_name | |
Data Type | string | |
Amount | The amount of budget change. | |
ODS Table | EPSBudgetChangeLog | |
API Business Object | EPSBudgetChangeLog | |
API Field Name | Amount | |
PMDB Table | budgchng | |
PMDB Field Name | chng_cost | |
Data Type | double | |
Responsible | The person responsible for the change. | |
ODS Table | EPSBudgetChangeLog | |
API Business Object | EPSBudgetChangeLog | |
API Field Name | Responsible | |
PMDB Table | budgchng | |
PMDB Field Name | chng_by_name | |
Data Type | string | |
Status | The status of this budget change request. | |
ODS Table | EPSBudgetChangeLog | |
API Business Object | EPSBudgetChangeLog | |
API Field Name | Status | |
PMDB Table | budgchng | |
PMDB Field Name | status_code | |
Data Type | string | |
Reason | The description of the reason for the budget change request. | |
ODS Table | EPSBudgetChangeLog | |
API Business Object | EPSBudgetChangeLog | |
API Field Name | Reason | |
PMDB Table | budgchng | |
PMDB Field Name | chng_descr | |
Data Type | string | |
EPSId | The short code assigned to the associated EPS. | |
ODS Table | EPSBudgetChangeLog | |
API Business Object | EPSBudgetChangeLog | |
API Field Name | EPSId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
EPSName | The name of the EPS element associated with this budget change log. | |
ODS Table | EPSBudgetChangeLog | |
API Business Object | EPSBudgetChangeLog | |
API Field Name | EPSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | EPSBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | EPSBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | EPSBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | EPSBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on EPSBudgetChangeLog | |
ODS Table | EPSBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | EPSFunding | |
API Business Object | EPSFunding | |
API Field Name | ObjectId | |
PMDB Table | projfund | |
PMDB Field Name | proj_fund_id | |
Data Type | integer | |
FundingSourceObjectId | The unique ID of the associated funding source for this EPS funding. | |
ODS Table | EPSFunding | |
API Business Object | EPSFunding | |
API Field Name | FundingSourceObjectId | |
PMDB Table | projfund | |
PMDB Field Name | fund_id | |
Data Type | integer | |
projectobjectid | EPSFunding - ProjectObjectId maps to PROJWBS.proj_id | |
ODS Table | EPSFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
Amount | The amount of a funding source that is allocated to the EPS. | |
ODS Table | EPSFunding | |
API Business Object | EPSFunding | |
API Field Name | Amount | |
PMDB Table | projfund | |
PMDB Field Name | fund_cost | |
Data Type | double | |
FundShare | The percentage of the total fund that is allocated to the EPS. | |
ODS Table | EPSFunding | |
API Business Object | EPSFunding | |
API Field Name | FundShare | |
PMDB Table | projfund | |
PMDB Field Name | fund_wt | |
Data Type | double | |
EPSId | The short code assigned to the associated EPS. | |
ODS Table | EPSFunding | |
API Business Object | EPSFunding | |
API Field Name | EPSId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
EPSName | The name of the EPS element associated with this funding. | |
ODS Table | EPSFunding | |
API Business Object | EPSFunding | |
API Field Name | EPSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
EPSObjectId | The unique ID of the associated EPS for this EPS funding. | |
ODS Table | EPSFunding | |
API Business Object | EPSFunding | |
API Field Name | EPSObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
lastupdateuser | Last Update User | |
ODS Table | EPSFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | EPSFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | EPSFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | EPSFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on EPSFunding | |
ODS Table | EPSFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ParentObjectId | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentProjectId | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentSequenceNumber | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentName | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentId | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentOriginalBudget | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ParentIndependentETCTotalCost | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ParentIndependentETCLaborUnits | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ParentCurrentBudget | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ParentCurrentVariance | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ParentDistributedCurrentBudget | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ParentProposedBudget | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ParentStartDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ParentFinishDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ParentAnticipatedStartDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ParentAnticipatedFinishDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ParentLastSummarizedDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ParentPlannedStartDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ParentOBSObjectId | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentOBSName | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildObjectId | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildProjectId | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildSequenceNumber | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildName | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildId | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildOriginalBudget | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ChildIndependentETCTotalCost | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ChildIndependentETCLaborUnits | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ChildCurrentBudget | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ChildCurrentVariance | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ChildDistributedCurrentBudget | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ChildProposedBudget | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ChildStartDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ChildFinishDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ChildAnticipatedStartDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ChildAnticipatedFinishDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ChildLastSummarizedDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ChildPlannedStartDate | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ChildOBSObjectId | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int | |
ChildOBSName | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentLevelsBelowRoot | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildLevelsBelowRoot | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
LevelsBetween | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildHasChildren | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
FullPathName | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
SKey | ||
ODS Table | EPSHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | EPSNote | |
API Business Object | EPSNote | |
API Field Name | ObjectId | |
PMDB Table | wbsmemo | |
PMDB Field Name | wbs_memo_id | |
Data Type | integer | |
projectobjectid | EPSNote - ProjectObjectId maps to PROJWBS.proj_id | |
ODS Table | EPSNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
NotebookTopicObjectId | The unique ID of the associated notebook topic. | |
ODS Table | EPSNote | |
API Business Object | EPSNote | |
API Field Name | NotebookTopicObjectId | |
PMDB Table | wbsmemo | |
PMDB Field Name | memo_type_id | |
Data Type | integer | |
Note | The information that is associated with the notebook topic. | |
ODS Table | EPSNote | |
API Business Object | EPSNote | |
API Field Name | Note | |
PMDB Table | wbsmemo | |
PMDB Field Name | wbs_memo | |
Data Type | clob | |
EPSId | The short code assigned to the associated EPS. | |
ODS Table | EPSNote | |
API Business Object | EPSNote | |
API Field Name | EPSId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
EPSName | The name of the EPS element associated with this note. | |
ODS Table | EPSNote | |
API Business Object | EPSNote | |
API Field Name | EPSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
EPSObjectId | The unique ID of the associated EPS. | |
ODS Table | EPSNote | |
API Business Object | EPSNote | |
API Field Name | EPSObjectId | |
PMDB Table | wbsmemo | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
NotebookTopicName | The name of the associated notebook topic. | |
ODS Table | EPSNote | |
API Business Object | EPSNote | |
API Field Name | NotebookTopicName | |
PMDB Table | memotype | |
PMDB Field Name | memo_type | |
Data Type | string | |
RawTextNote | The information that is associated with the notebook topic, without any HTML. | |
ODS Table | EPSNote | |
API Business Object | EPSNote | |
API Field Name | RawTextNote | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | clob | |
lastupdateuser | Last Update User | |
ODS Table | EPSNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | EPSNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | EPSNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | EPSNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on EPSNote | |
ODS Table | EPSNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | EPSSpendingPlan | |
API Business Object | EPSSpendingPlan | |
API Field Name | ObjectId | |
PMDB Table | wbsbudg | |
PMDB Field Name | wbs_budg_id | |
Data Type | integer | |
projectobjectid | EPSSpendingPlan - ProjectObjectId maps to PROJWBS.proj_id | |
ODS Table | EPSSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
SpendingPlan | The editable total monthly expenditure for the EPS. | |
ODS Table | EPSSpendingPlan | |
API Business Object | EPSSpendingPlan | |
API Field Name | SpendingPlan | |
PMDB Table | wbsbudg | |
PMDB Field Name | spend_cost | |
Data Type | double | |
BenefitPlan | The editable monthly profit portion for each month for the EPS. | |
ODS Table | EPSSpendingPlan | |
API Business Object | EPSSpendingPlan | |
API Field Name | BenefitPlan | |
PMDB Table | wbsbudg | |
PMDB Field Name | benefit_cost | |
Data Type | double | |
SpendingPlanDate | The start of a spending/benefit plan time period for the EPS. | |
ODS Table | EPSSpendingPlan | |
API Business Object | EPSSpendingPlan | |
API Field Name | Date | |
PMDB Table | wbsbudg | |
PMDB Field Name | start_date | |
Data Type | date | |
EPSId | The short code assigned to the associated EPS. | |
ODS Table | EPSSpendingPlan | |
API Business Object | EPSSpendingPlan | |
API Field Name | EPSId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
EPSName | The name of the EPS element associated with this spending plan. | |
ODS Table | EPSSpendingPlan | |
API Business Object | EPSSpendingPlan | |
API Field Name | EPSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
EPSObjectId | The unique ID of the associated EPS for this EPS spending plan. | |
ODS Table | EPSSpendingPlan | |
API Business Object | EPSSpendingPlan | |
API Field Name | EPSObjectId | |
PMDB Table | wbsbudg | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
lastupdateuser | Last Update User | |
ODS Table | EPSSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | EPSSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | EPSSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | EPSSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on EPSSpendingPlan | |
ODS Table | EPSSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
Id | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
Name | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentObjectId | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
projectobjectid | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ObsObjectId | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ObsName | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
StartDate | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
EndDate | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ActualLaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualNonlaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionLaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionNonlaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedLaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedNonlaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EarnedValueLaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateAtCompletionLaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateToCompleteLaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedValueLaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingLaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingNonlaborUnits | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualExpenseCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualLaborCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualMaterialCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualNonlaborCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualTotalCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionExpenseCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionLaborCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionMaterialCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionNonlaborCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionTotalCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedExpenseCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedLaborCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedMaterialCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedNonlaborCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedTotalCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EarnedValueCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateAtCompletionCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateToCompleteCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedValueCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingExpenseCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingLaborCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingMaterialCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingNonlaborCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingTotalCost | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
SKey | ||
ODS Table | EPSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ExpenseCategory | |
API Business Object | ExpenseCategory | |
API Field Name | ObjectId | |
PMDB Table | costtype | |
PMDB Field Name | cost_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | ExpenseCategory | |
API Business Object | ExpenseCategory | |
API Field Name | SequenceNumber | |
PMDB Table | costtype | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the expense category. | |
ODS Table | ExpenseCategory | |
API Business Object | ExpenseCategory | |
API Field Name | Name | |
PMDB Table | costtype | |
PMDB Field Name | cost_type | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | EXPENSECATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | EXPENSECATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | EXPENSECATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | EXPENSECATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ExpenseCategory | |
ODS Table | EXPENSECATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | FinancialPeriod | |
API Business Object | FinancialPeriod | |
API Field Name | ObjectId | |
PMDB Table | findates | |
PMDB Field Name | fin_dates_id | |
Data Type | integer | |
Name | The name of the financial period. | |
ODS Table | FinancialPeriod | |
API Business Object | FinancialPeriod | |
API Field Name | Name | |
PMDB Table | findates | |
PMDB Field Name | fin_dates_name | |
Data Type | string | |
StartDate | The start date of the period | |
ODS Table | FinancialPeriod | |
API Business Object | FinancialPeriod | |
API Field Name | StartDate | |
PMDB Table | findates | |
PMDB Field Name | start_date | |
Data Type | date | |
EndDate | The end date of the period | |
ODS Table | FinancialPeriod | |
API Business Object | FinancialPeriod | |
API Field Name | EndDate | |
PMDB Table | findates | |
PMDB Field Name | end_date | |
Data Type | date | |
lastupdateuser | Last Update User | |
ODS Table | FINANCIALPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | FINANCIALPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | FINANCIALPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | FINANCIALPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on FinancialPeriod | |
ODS Table | FINANCIALPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | FundingSource | |
API Business Object | FundingSource | |
API Field Name | ObjectId | |
PMDB Table | fundsrc | |
PMDB Field Name | fund_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | FundingSource | |
API Business Object | FundingSource | |
API Field Name | SequenceNumber | |
PMDB Table | fundsrc | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the funding source. | |
ODS Table | FundingSource | |
API Business Object | FundingSource | |
API Field Name | Name | |
PMDB Table | fundsrc | |
PMDB Field Name | fund_name | |
Data Type | string | |
ParentObjectId | The unique ID of the parent funding source of this funding source in the hierarchy. | |
ODS Table | FundingSource | |
API Business Object | FundingSource | |
API Field Name | ParentObjectId | |
PMDB Table | fundsrc | |
PMDB Field Name | parent_fund_id | |
Data Type | integer | |
Description | The description of the funding source. | |
ODS Table | FundingSource | |
API Business Object | FundingSource | |
API Field Name | Description | |
PMDB Table | fundsrc | |
PMDB Field Name | fund_descr | |
Data Type | clob | |
lastupdateuser | Last Update User | |
ODS Table | FUNDINGSOURCE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | FUNDINGSOURCE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | FUNDINGSOURCE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | FUNDINGSOURCE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on FundingSource | |
ODS Table | FUNDINGSOURCE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | GlobalProfile | |
API Business Object | GlobalProfile | |
API Field Name | ObjectId | |
PMDB Table | profile | |
PMDB Field Name | prof_id | |
Data Type | integer | |
IsDefault | The flag that indicates this security profile is assigned to new users by default. When a GlobalProfile object is deleted from the database, all users assigned to that profile are reassigned to the default profile. You cannot not delete the default profile. | |
ODS Table | GlobalProfile | |
API Business Object | GlobalProfile | |
API Field Name | IsDefault | |
PMDB Table | profile | |
PMDB Field Name | default_flag | |
Data Type | string | |
IsSuperUser | The flag that identifies the superuser profile. Superuser profiles are automatically granted all privileges. | |
ODS Table | GlobalProfile | |
API Business Object | GlobalProfile | |
API Field Name | IsSuperUser | |
PMDB Table | profile | |
PMDB Field Name | superuser_flag | |
Data Type | string | |
Name | the privileges that are turned on. | |
ODS Table | GlobalProfile | |
API Business Object | GlobalProfile | |
API Field Name | Name | |
PMDB Table | profile | |
PMDB Field Name | prof_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | GLOBALPROFILE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | GLOBALPROFILE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | GLOBALPROFILE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | GLOBALPROFILE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on GlobalProfile | |
ODS Table | GLOBALPROFILE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
RDBMSUSERID | ||
ODS Table | GLOBALSECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
SECURECODEFLAG | ||
ODS Table | GLOBALSECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
RESOURCECOSTFLAG | ||
ODS Table | GLOBALSECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
PROFICIENCYFLAG | ||
ODS Table | GLOBALSECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string |
ProjectIssueObjectId | The unique ID of the associated project issue for this issue history. | |
ODS Table | IssueHistory | |
API Business Object | IssueHistory | |
API Field Name | ProjectIssueObjectId | |
PMDB Table | issuhist | |
PMDB Field Name | issue_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project for this issue history. | |
ODS Table | IssueHistory | |
API Business Object | IssueHistory | |
API Field Name | ProjectObjectId | |
PMDB Table | issuhist | |
PMDB Field Name | proj_id | |
Data Type | integer | |
Notes | The notes associated with the issue history. | |
ODS Table | IssueHistory | |
API Business Object | IssueHistory | |
API Field Name | Notes | |
PMDB Table | issuhist | |
PMDB Field Name | issue_history | |
Data Type | clob | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | IssueHistory | |
API Business Object | IssueHistory | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | ISSUEHISTORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ISSUEHISTORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ISSUEHISTORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ISSUEHISTORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on IssueHistory | |
ODS Table | ISSUEHISTORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | NotebookTopic | |
API Business Object | NotebookTopic | |
API Field Name | ObjectId | |
PMDB Table | memotype | |
PMDB Field Name | memo_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | NotebookTopic | |
API Business Object | NotebookTopic | |
API Field Name | SequenceNumber | |
PMDB Table | memotype | |
PMDB Field Name | seq_num | |
Data Type | integer | |
AvailableForEPS | The flag indicating that the topic will be available to assign to EPS. | |
ODS Table | NotebookTopic | |
API Business Object | NotebookTopic | |
API Field Name | AvailableForEPS | |
PMDB Table | memotype | |
PMDB Field Name | eps_flag | |
Data Type | string | |
AvailableForProject | The flag indicating that the topic will be available to assign to projects. | |
ODS Table | NotebookTopic | |
API Business Object | NotebookTopic | |
API Field Name | AvailableForProject | |
PMDB Table | memotype | |
PMDB Field Name | proj_flag | |
Data Type | string | |
AvailableForWBS | The flag indicating that the topic will be available to assign to WBS. | |
ODS Table | NotebookTopic | |
API Business Object | NotebookTopic | |
API Field Name | AvailableForWBS | |
PMDB Table | memotype | |
PMDB Field Name | wbs_flag | |
Data Type | string | |
AvailableForActivity | The flag indicating that the topic will be available to assign to activities. | |
ODS Table | NotebookTopic | |
API Business Object | NotebookTopic | |
API Field Name | AvailableForActivity | |
PMDB Table | memotype | |
PMDB Field Name | task_flag | |
Data Type | string | |
Name | The name of the notebook topic. | |
ODS Table | NotebookTopic | |
API Business Object | NotebookTopic | |
API Field Name | Name | |
PMDB Table | memotype | |
PMDB Field Name | memo_type | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | NOTEBOOKTOPIC | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | NOTEBOOKTOPIC | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | NOTEBOOKTOPIC | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | NOTEBOOKTOPIC | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on NotebookTopic | |
ODS Table | NOTEBOOKTOPIC | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | OBS | |
API Business Object | OBS | |
API Field Name | ObjectId | |
PMDB Table | obs | |
PMDB Field Name | obs_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | OBS | |
API Business Object | OBS | |
API Field Name | SequenceNumber | |
PMDB Table | obs | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the person/role in the organization, sometimes referred to elsewhere as the "responsible manager". | |
ODS Table | OBS | |
API Business Object | OBS | |
API Field Name | Name | |
PMDB Table | obs | |
PMDB Field Name | obs_name | |
Data Type | string | |
ParentObjectId | The unique ID of the parent OBS of this OBS in the hierarchy. | |
ODS Table | OBS | |
API Business Object | OBS | |
API Field Name | ParentObjectId | |
PMDB Table | obs | |
PMDB Field Name | parent_obs_id | |
Data Type | integer | |
Description | The description of the person/role in the organization. | |
ODS Table | OBS | |
API Business Object | OBS | |
API Field Name | Description | |
PMDB Table | obs | |
PMDB Field Name | obs_descr | |
Data Type | clob | |
lastupdateuser | Last Update User | |
ODS Table | OBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | OBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | OBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | OBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on OBS | |
ODS Table | OBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | OverheadCode | |
API Business Object | OverheadCode | |
API Field Name | ObjectId | |
PMDB Table | nonwork | |
PMDB Field Name | nonwork_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | OverheadCode | |
API Business Object | OverheadCode | |
API Field Name | SequenceNumber | |
PMDB Table | nonwork | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the overhead code. | |
ODS Table | OverheadCode | |
API Business Object | OverheadCode | |
API Field Name | Name | |
PMDB Table | nonwork | |
PMDB Field Name | nonwork_code | |
Data Type | string | |
Description | The description of the overhead code. | |
ODS Table | OverheadCode | |
API Business Object | OverheadCode | |
API Field Name | Description | |
PMDB Table | nonwork | |
PMDB Field Name | nonwork_type | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | OVERHEADCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | OVERHEADCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | OVERHEADCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | OVERHEADCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on OverheadCode | |
ODS Table | OVERHEADCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
FiscalYearStartMonth | The month that marks the beginning of the fiscal year for the project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | FiscalYearStartMonth | |
PMDB Table | project | |
PMDB Field Name | fy_start_month_num | |
Data Type | integer | |
ResourcesCanEditAsgnmtPctCmp | The flag that indicates whether the project's resource update the remaining units or the percent complete for their activities in the timesheet application. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ResourcesCanEditAssignmentPercentComplete | |
PMDB Table | project | |
PMDB Field Name | chng_eff_cmp_pct_flag | |
Data Type | string | |
ResourcesCanSelfAssignToActs | The flag that indicates whether timesheet application users are allowed to assign themselves to activities in this project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ResourcesCanAssignThemselvesToActivities | |
PMDB Table | project | |
PMDB Field Name | rsrc_self_add_flag | |
Data Type | string | |
PrimaryResCanMarkActsAsCmp | The flag that indicates whether primary resources can mark the project activities as completed. If not selected, a primary resource can only mark an activity as For Review. In this case the project manager reviews the activity and marks it as either Rejected or completed. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | PrimaryResourcesCanMarkActivitiesAsCompleted | |
PMDB Table | project | |
PMDB Field Name | allow_complete_flag | |
Data Type | string | |
ResourceCanAssignToSameAct | The flag that indicates whether a resource can be assigned more than once to the same activity. This is useful when the resource is expected to perform more than one role on an activity, for example, documentation plus QA. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ResourceCanBeAssignedToSameActivityMoreThanOnce | |
PMDB Table | project | |
PMDB Field Name | rsrc_multi_assign_flag | |
Data Type | string | |
CheckOutStatus | The flag that indicates that the project is currently checked out to an external file or database and is being managed remotely. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | CheckOutStatus | |
PMDB Table | project | |
PMDB Field Name | checkout_flag | |
Data Type | string | |
ActivityPctCmpBasedOnSteps | The flag that indicates whether activity physical percent complete is automatically computed from the activity steps completed. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityPercentCompleteBasedOnActivitySteps | |
PMDB Table | project | |
PMDB Field Name | step_complete_flag | |
Data Type | string | |
CostQuantityRecalculateFlag | The flag that, when costs and quantities are linked, indicates whether the quantities should be updated when costs are updated, | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | CostQuantityRecalculateFlag | |
PMDB Table | project | |
PMDB Field Name | cost_qty_recalc_flag | |
Data Type | string | |
ContainsSummaryDataOnly | The flag that indicates that the project does not contain detail data and cannot be opened. Projects that have been consolidated from another location have this set to Y. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ContainsSummaryDataOnly | |
PMDB Table | project | |
PMDB Field Name | sum_only_flag | |
Data Type | string | |
EnableSummarization | The option which, when true, directs the Summarizer service to automatically summarize the project. If this is false, the project will be skipped during the summary run. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | EnableSummarization | |
PMDB Table | project | |
PMDB Field Name | batch_sum_flag | |
Data Type | string | |
WBSCodeSeparator | The character used to separate the concatenated code fields for the project's WBS tree. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | WBSCodeSeparator | |
PMDB Table | project | |
PMDB Field Name | name_sep_char | |
Data Type | string | |
ActivityDefaultPctCmpType | The percent complete type assigned to new activities by default. Valid values are 'Physical', 'Duration', and 'Units'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityDefaultPercentCompleteType | |
PMDB Table | project | |
PMDB Field Name | def_complete_pct_type | |
Data Type | string | |
Id | The short code assigned to each Project element for identification. Each Project element is uniquely identified by this short code. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | Id | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
ActivityDefCostAcctObjectId | The unique ID of the cost account assigned to new activities and project expenses by default. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityDefaultCostAccountObjectId | |
PMDB Table | project | |
PMDB Field Name | acct_id | |
Data Type | integer | |
ActivityDefCalendarObjectId | The unique ID of the calendar assigned to new activities by default. Can be null for baselines. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityDefaultCalendarObjectId | |
PMDB Table | project | |
PMDB Field Name | clndr_id | |
Data Type | integer | |
CurrentBaselineProjectObjectId | The unique ID of the project's baseline to use for computing summaries. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | CurrentBaselineProjectObjectId | |
PMDB Table | project | |
PMDB Field Name | sum_base_proj_id | |
Data Type | integer | |
ActivityIdSuffix | The suffix used for auto-numbering of activity IDs. When a new activity is created, the activity ID is automatically generated using auto-numbering. Activity ID auto-numbering concatenates the prefix and the suffix, with the suffix incremented to make the code unique. Example: 'A', '1000', '10' yields activity IDs of 'A1010', 'A1020', 'A1030', etc. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityIdSuffix | |
PMDB Table | project | |
PMDB Field Name | task_code_base | |
Data Type | integer | |
ActivityIdIncrement | The increment used for auto-numbering of activity IDs. When a new activity is created, the activity ID is automatically generated using auto-numbering. Activity ID auto-numbering concatenates the prefix and the suffix, with the suffix incremented to make the code unique. Example: 'A', '1000', '10' yields activity IDs of 'A1010', 'A1020', 'A1030', etc. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityIdIncrement | |
PMDB Table | project | |
PMDB Field Name | task_code_step | |
Data Type | integer | |
LevelingPriority | The priority for scheduling. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | LevelingPriority | |
PMDB Table | project | |
PMDB Field Name | priority_num | |
Data Type | integer | |
SummarizeToWBSLevel | The maximum level within the project's WBS to perform summarization - default to 2. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummarizeToWBSLevel | |
PMDB Table | project | |
PMDB Field Name | wbs_max_sum_level | |
Data Type | integer | |
StrategicPriority | The project's priority. The range is from 1 to 10,000. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | StrategicPriority | |
PMDB Table | project | |
PMDB Field Name | strgy_priority_num | |
Data Type | integer | |
CriticalActivityFloatLimit | The duration used to determine if an activity is critical. When an activity has total float that is less than or equal to this duration, the activity is marked as critical. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | CriticalActivityFloatLimit | |
PMDB Table | project | |
PMDB Field Name | critical_drtn_hr_cnt | |
Data Type | double | |
ActivityDefaultPricePerUnit | The price used to estimate resource costs for activities that have planned, actual, or remaining units, but no resource assignments. This price is also used to compute costs for activities in cases where resources are assigned but the resources have no prices. Resource cost is computed as the resource units multiplied by the price per time. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityDefaultPricePerUnit | |
PMDB Table | project | |
PMDB Field Name | def_cost_per_qty | |
Data Type | double | |
PlannedStartDate | The planned start date of the project. Used by the project scheduler. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | PlannedStartDate | |
PMDB Table | project | |
PMDB Field Name | plan_start_date | |
Data Type | date | |
MustFinishByDate | The date by which all project activities must finish. If entered, it is used as the project late finish date by the project scheduler. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | MustFinishByDate | |
PMDB Table | project | |
PMDB Field Name | plan_end_date | |
Data Type | date | |
ScheduledFinishDate | The early finish date of the latest activity in the project, as computed by the project scheduler. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ScheduledFinishDate | |
PMDB Table | project | |
PMDB Field Name | scd_end_date | |
Data Type | date | |
DateAdded | The date on which the project was added to the Project Management database. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | DateAdded | |
PMDB Table | project | |
PMDB Field Name | add_date | |
Data Type | date | |
SummarizedDataDate | The data date of the project when it was last summarized-only updated by summarizer. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummarizedDataDate | |
PMDB Table | project | |
PMDB Field Name | sum_data_date | |
Data Type | date | |
LastSummarizedDate | The date the project was last summarized. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | LastSummarizedDate | |
PMDB Table | project | |
PMDB Field Name | last_tasksum_date | |
Data Type | date | |
ProjectForecastStartDate | The alternate start date to be optionally used by the scheduler. The user sets the alternate start date by dragging the project bar in the Gantt Chart around while manually leveling the resource profile in a resource analysis layout. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ProjectForecastStartDate | |
PMDB Table | project | |
PMDB Field Name | fcst_start_date | |
Data Type | date | |
ActivityDefaultDurationType | The duration type assigned to new activities by default. Valid values are 'Fixed Units/Time', 'Fixed Duration and Units/Time', 'Fixed Units', or 'Fixed Duration and Units'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityDefaultDurationType | |
PMDB Table | project | |
PMDB Field Name | def_duration_type | |
Data Type | string | |
ActivityIdPrefix | The prefix used for auto-numbering of activity IDs. When a new activity is created, the activity ID is automatically generated using auto-numbering. Activity ID auto-numbering concatenates the prefix and the suffix, with the suffix incremented to make the code unique. Example: 'A', '1000', '10' yields activity IDs of 'A1010', 'A1020', 'A1030', etc. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityIdPrefix | |
PMDB Table | project | |
PMDB Field Name | task_code_prefix | |
Data Type | string | |
DefaultPriceTimeUnits | The time units associated with the project's default price per time. Valid values are 'Hour', 'Day', 'Week', 'Month', and 'Year'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | DefaultPriceTimeUnits | |
PMDB Table | project | |
PMDB Field Name | def_qty_type | |
Data Type | string | |
AddedBy | The name of the user who added the project to the database. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | AddedBy | |
PMDB Table | project | |
PMDB Field Name | add_by_name | |
Data Type | string | |
WebSiteRootDirectory | The root directory for storing project Web site files before they are published to the Web server. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | WebSiteRootDirectory | |
PMDB Table | project | |
PMDB Field Name | web_local_root_path | |
Data Type | string | |
WebSiteURL | The project Web site URL, which is the Web address of the project's website. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | WebSiteURL | |
PMDB Table | project | |
PMDB Field Name | proj_url | |
Data Type | string | |
AssignmentDefaultRateType | The default rate type when adding resource assignments to a project. Valid values are 'Price / Unit', 'Price / Unit2', 'Price / Unit3', 'Price / Unit4', and 'Price / Unit5'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | AssignmentDefaultRateType | |
PMDB Table | project | |
PMDB Field Name | def_rate_type | |
Data Type | string | |
LinkActualToActualThisPeriod | The flag that indicates whether actual units and costs are linked to actual-this-period units and costs. Setting this field to true asynchronously causes all actual-this-period values to be recalculated for the project via a job service. Default = 'true'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | LinkActualToActualThisPeriod | |
PMDB Table | project | |
PMDB Field Name | act_this_per_link_flag | |
Data Type | string | |
ActivityDefaultActivityType | The default type for activities. Possible values are 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'. A 'Task Dependent' activity is scheduled using the activity's calendar rather than the calendars of the assigned resources. A 'Resource Dependent' activity is scheduled using the calendars of the assigned resources. This type is used when several resources are assigned to the activity, but they may work separately. A 'Milestone' is a zero-duration activity without resources, marking a significant project event. A 'Level of Effort' activity has a duration that is determined by its dependent activities. Administration-type activities are typically 'Level of Effort'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityDefaultActivityType | |
PMDB Table | project | |
PMDB Field Name | def_task_type | |
Data Type | string | |
LinkPercentCompleteWithActual | The flag that indicates whether actual units and cost should be recalculated when percent complete changes. Default = 'false' | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | LinkPercentCompleteWithActual | |
PMDB Table | project | |
PMDB Field Name | act_pct_link_flag | |
Data Type | string | |
AddActualToRemaining | The flag that indicates whether to add actual to remaining or to subtract actual from at complete when actual units and costs are updated. Default = 'true' | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | AddActualToRemaining | |
PMDB Table | project | |
PMDB Field Name | add_act_remain_flag | |
Data Type | string | |
CriticalActivityPathType | The critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | CriticalActivityPathType | |
PMDB Table | project | |
PMDB Field Name | critical_path_type | |
Data Type | string | |
ActivityIdBasedOnSelActivity | The flag that indicates how to auto-number activity IDs for new activities-Y/N - Y means use the selected activity's activity ID as prefix, N means use standard auto-numbering based on the prefix, suffix. Default = 'false' | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ActivityIdBasedOnSelectedActivity | |
PMDB Table | project | |
PMDB Field Name | task_code_prefix_flag | |
Data Type | string | |
AssignmentDefaultDrivingFlag | The default flag assigned to new assignments, to indicate whether assignments will drive activity dates. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | AssignmentDefaultDrivingFlag | |
PMDB Table | project | |
PMDB Field Name | def_rollup_dates_flag | |
Data Type | string | |
LinkPlannedAndAtCompletionFlag | The flag that indicates whether the At Completion Cost/Units should be linked to Planned Cost/Units for not-started activities. Default = 'true' | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | LinkPlannedAndAtCompletionFlag | |
PMDB Table | project | |
PMDB Field Name | rem_target_link_flag | |
Data Type | string | |
ResetPlannedToRemainingFlag | The flag that indicates whether to reset Planned Duration and Units to Remaining Duration and Units, or to reset Remaining Duration and Units to Planned Duration and Units when the Activity Status is or becomes not started. Default = 'true' | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ResetPlannedToRemainingFlag | |
PMDB Table | project | |
PMDB Field Name | reset_planned_flag | |
Data Type | string | |
AllowNegativeActualUnitsFlag | The flag that indicates whether the project can allow the negative valus for the actual units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | AllowNegativeActualUnitsFlag | |
PMDB Table | project | |
PMDB Field Name | allow_neg_act_flag | |
Data Type | string | |
OwnerResourceObjectId | The unique ID of the Owner Resource of this project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | OwnerResourceObjectId | |
PMDB Table | project | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
MSProjectManagedFlag | The flag indicating whether this is a Microsoft Project-managed project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | MSProjectManagedFlag | |
PMDB Table | project | |
PMDB Field Name | msp_managed_flag | |
Data Type | string | |
CheckOutDate | The date on which the project was checked out of the Project Management database. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | CheckOutDate | |
PMDB Table | project | |
PMDB Field Name | checkout_date | |
Data Type | date | |
CheckOutUserObjectId | The unique ID of the User that checked out this project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | CheckOutUserObjectId | |
PMDB Table | project | |
PMDB Field Name | checkout_user_id | |
Data Type | integer | |
LastFinancialPeriodObjectId | The unique ID of the last closed financial period for the project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | LastFinancialPeriodObjectId | |
PMDB Table | project | |
PMDB Field Name | last_fin_dates_id | |
Data Type | integer | |
UseProjectBLForEarnedValue | The flag that indicates whether earned value should be calculated based on the project baseline or the user's primary baseline. This setting only affects Project Management, not the Integration API or Primavera's Web application. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | UseProjectBaselineForEarnedValue | |
PMDB Table | project | |
PMDB Field Name | use_project_baseline_flag | |
Data Type | string | |
AnnualDiscountRate | The user-defined number field that identifies the discount rate for the project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | AnnualDiscountRate | |
PMDB Table | projwbs | |
PMDB Field Name | ann_dscnt_rate_pct | |
Data Type | number | |
AnticipatedFinishDate | The anticipated finish date of Project element. User-entered - not dependent upon any other fields. If there are no children, the anticipated finish date will be the finish date displayed in the columns. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | AnticipatedFinishDate | |
PMDB Table | projwbs | |
PMDB Field Name | anticip_end_date | |
Data Type | date | |
AnticipatedStartDate | The anticipated start date of Project element. User-entered - not dependent upon any other fields. If there are no children, the anticipated start date will be the start date displayed in the columns. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | AnticipatedStartDate | |
PMDB Table | projwbs | |
PMDB Field Name | anticip_start_date | |
Data Type | date | |
ContainsSummaryData | The flag that indicates that the Project has been summarized. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ContainsSummaryData | |
PMDB Table | projwbs | |
PMDB Field Name | sum_data_flag | |
Data Type | string | |
CurrentBudget | The sum of the original budget plus the approved and pending budgets from the budget change log. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | CurrentBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CurrentVariance | The difference between the current budget and the total spending plan. Calculated as current budget - total spending plan. Not rolled up | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | CurrentVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
DataDate | The current data date for the project. The project status is up to date as of the data date. The data date is modified when project actuals are applied. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | DataDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
DiscountApplicationPeriod | the timescale for entering ROI spending and benefit plan. Valid values are 'Month', 'Quarter', or 'Year'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | DiscountApplicationPeriod | |
PMDB Table | projwbs | |
PMDB Field Name | dscnt_period_type | |
Data Type | string | |
DistributedCurrentBudget | The current budget values from one level lower. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | DistributedCurrentBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
EarnedValueComputeType | The technique used for computing earned-value percent complete for activities within the Project. Valid values are 'Activity Percent Complete', '0 / 100', '50 / 50', 'Custom Percent Complete', 'WBS Milestones Percent Complete', and 'Activity Percent Complete Using Resource Curves'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | EarnedValueComputeType | |
PMDB Table | projwbs | |
PMDB Field Name | ev_compute_type | |
Data Type | string | |
EarnedValueETCComputeType | The technique for computing earned-value estimate-to-complete for activities within the Project. Valid values are 'ETC = Remaining Cost for Activity', 'Performance Factor = 1', 'Performance Factor = Custom Value', 'Performance Factor = 1 / Cost Performance Index', and 'Performance Factor = 1 / (Cost Performance Index * Schedule Performance Index)'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | EarnedValueETCComputeType | |
PMDB Table | projwbs | |
PMDB Field Name | ev_etc_compute_type | |
Data Type | string | |
EarnedValueETCUserValue | The user-defined performance factor, PF, for computing earned-value estimate-to-complete. ETC is computed as PF * (BAC - earned value). | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | EarnedValueETCUserValue | |
PMDB Table | projwbs | |
PMDB Field Name | ev_etc_user_value | |
Data Type | number | |
EarnedValueUserPercent | The user-defined percent complete for computing earned value for activities within the Project. A value of, say, 25 means that 25% of the planned amount is earned when the activity is started and the remainder is earned when the activity is completed. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | EarnedValueUserPercent | |
PMDB Table | projwbs | |
PMDB Field Name | ev_user_pct | |
Data Type | number | |
EstimatedWeight | The estimation weight for the Project element, used for top-down estimation. Top-down estimation weights are used to calculate the proportion of units that each WBS element or activity receives in relation to its siblings in the WBS hierarchy. top-down estimation distributes estimated units in a top-down manner to activities using the WBS hierarchy. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | EstimatedWeight | |
PMDB Table | projwbs | |
PMDB Field Name | est_wt | |
Data Type | number | |
FinishDate | The finish date of the project. This is a summary method calculated from fields populated by the Summarizer job service. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | FinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ForecastFinishDate | The alternate end date to be optionally used by the scheduler. The user sets the alternate end date by dragging the project bar in the Gantt Chart while manually leveling the resource profile in a resource analysis layout. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ForecastFinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ForecastStartDate | The alternate start date to be optionally used by the scheduler. The user sets the alternate start date by dragging the project bar in the Gantt Chart around while manually leveling the resource profile in a resource analysis layout. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ForecastStartDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
IndependentETCLaborUnits | The user-entered ETC total labor. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | IndependentETCLaborUnits | |
PMDB Table | projwbs | |
PMDB Field Name | indep_remain_work_qty | |
Data Type | number | |
IndependentETCTotalCost | The user-entered ETC total cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | IndependentETCTotalCost | |
PMDB Table | projwbs | |
PMDB Field Name | indep_remain_total_cost | |
Data Type | number | |
Name | The name of the Project element. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | Name | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
ObjectId | The unique ID generated by the system. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | proj_id | |
Data Type | integer | |
OBSName | The name of the person/role in the organization, sometimes referred to as the "responsible manager". | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | OBSName | |
PMDB Table | obs | |
PMDB Field Name | obs_name | |
Data Type | string | |
OBSObjectId | The unique ID of the project manager from the project's OBS tree who is responsible for the Project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | OBSObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | obs_id | |
Data Type | integer | |
OriginalBudget | The original budget for the project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | OriginalBudget | |
PMDB Table | projwbs | |
PMDB Field Name | orig_cost | |
Data Type | number | |
OverallProjectScore | The project score calculated based on all project code types assigned to this project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | OverallProjectScore | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ParentEPSObjectId | The unique ID of the parent EPS of this project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ParentEPSObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | parent_wbs_id | |
Data Type | integer | |
ProposedBudget | The Proposed Budget, which is the sum of the original budget plus the approved and pending budgets from the budget change log. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | ProposedBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
RiskLevel | The risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | RiskLevel | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
StartDate | The start date of the project. This is a summary method calculated from fields populated by the Summarizer job service. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | StartDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
Status | The project status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | Status | |
PMDB Table | projwbs | |
PMDB Field Name | status_code | |
Data Type | string | |
SumAccountingVarByLaborUnits | the Planned Value Labor Units minus the Actual Units. Negative value indicates that Actual Units have exceeded the Planned Value Labor Units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAccountingVarianceByLaborUnits | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumAccountingVarianceByCost | the Planned Value minus the Actual Cost. A negative value indicates that the Actual Cost has exceeded the Planned Value. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAccountingVarianceByCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumActThisPeriodMaterialCost | The actual this period material cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualThisPeriodMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_mat_cost | |
Data Type | number | |
SumActThisPeriodNonLaborCost | The actual this period nonlabor cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualThisPeriodNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_equip_cost | |
Data Type | number | |
SumActThisPeriodNonLaborUnits | The actual this period nonlabor units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualThisPeriodNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_equip_qty | |
Data Type | number | |
SumActualThisPeriodLaborCost | The actual this period labor cost | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualThisPeriodLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_work_cost | |
Data Type | number | |
SumActualThisPeriodLaborUnits | The actual this period labor units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualThisPeriodLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_work_qty | |
Data Type | number | |
SumAtCompletionMaterialCost | The material cost at completion. It is the sum of the actual plus remaining costs for all material resources assigned to the activity. Computed as actual material cost + remaining material cost. Same as the planned material costs if the activity is not started and the actual material costs once the activity is completed. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAtCompletionMaterialCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionNonLaborCost | The nonlabor cost at completion. It is the sum of the actual plus remaining costs for all nonlabor resources assigned to the activity. Computed as actual nonlabor cost + remaining nonlabor cost. Same as the planned nonlabor costs if the activity is not started and the actual nonlabor costs once the activity is completed. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAtCompletionNonLaborCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionNonLaborUnits | The nonlabor units at completion. It is the sum of the actual plus remaining units for all nonlabor resources assigned to the activity. Computed as actual nonlabor units + remaining nonlabor units. Same as the planned nonlabor units if the activity is not started and the actual nonlabor units once the activity is completed. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAtCompletionNonLaborUnits | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionTotalCostVar | the Baseline Planned Total Cost - At Completion Total Cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAtCompletionTotalCostVariance | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumBaselineCompActivityCount | The number of completed activities in the baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineCompletedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | base_complete_cnt | |
Data Type | number | |
SumBaselineNotStartedActCnt | The number of activities not started in the baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineNotStartedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | base_notstarted_cnt | |
Data Type | number | |
SumBLInProgressActivityCount | The number of in-progress activities in the baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineInProgressActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | base_active_cnt | |
Data Type | number | |
SumBudgetAtCmpByLaborUnits | the Baseline Labor Units | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBudgetAtCompletionByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | base_work_qty | |
Data Type | number | |
SumBudgetAtCompletionByCost | the Planned Total Cost through activity completion. Computed as Planned Labor Cost + Planned Nonlabor Cost + Planned Expense Cost, same as the Planned Total Cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBudgetAtCompletionByCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumCostPerfIndexByCost | the Earned Value divided by the Actual Cost. A value less than 1 indicates that the Actual Cost has exceeded the Planned Value. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryCostPerformanceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostPerfIndexByLaborUnits | the Earned Value Labor Units / Actual Labor Units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryCostPerformanceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceByLaborUnits | the Earned Value Labor Cost minus Actual Value Labor Cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryCostVarianceByLaborUnits | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumCostVarIndexByLaborUnits | the Cost Variance Labor Units divided by Earned Value Labor Units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryCostVarianceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumDurationPercentOfPlanned | The summary actual duration percent of planned of all activities under this project. Computed as actual duration / baseline duration * 100. The value can exceed 100. The Baseline duration is the activity's at complete duration from the current baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryDurationPercentOfPlanned | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumEACByCost | the Actual Cost plus the Estimate to Complete Cost. The method for computing Estimate to Complete depends on the Earned Value technique selected for the activity's WBS. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryEstimateAtCompletionByCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumEACByLaborUnits | the Actual Labor Units + Estimate To Complete Labor Units. (Estimate To Complete Labor Units is calculated based off of the Earned Value setting on the Project.) | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryEstimateAtCompletionByLaborUnits | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumEACHighPctByLaborUnits | the high forecast of Estimate At Completion (EAC) by labor units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryEstimateAtCompletionHighPercentByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumEACLowPctByLaborUnits | the low forecast of Estimate At Completion (EAC) by labor units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryEstimateAtCompletionLowPercentByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumETCByCost | the Remaining Total Cost for the activity or the Performance Factor * (Budget at Completion - Earned Value), depending on the Earned Value technique selected for the activity's WBS (calculated from the primary baseline). | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryEstimateToCompleteByCost | |
PMDB Table | tasksum | |
PMDB Field Name | etc | |
Data Type | number | |
SumETCByLaborUnits | the estimated quantity to complete the activity. Computed as either the remaining total units for the activity, or as Performance Factor * (Baseline Planned Labor Units - Planned Quantity of Work Performed), depending on the Earned Value Technique selected for the activity's WBS. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryEstimateToCompleteByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | etc_work_qty | |
Data Type | number | |
SumExpenseCostPctComplete | The percent complete of cost for all expenses associated with the project. It is computed as Actual Expense Cost / At Complete Expense Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryExpenseCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumLaborCostPercentComplete | The percent complete of cost for all labor resources assigned to the project. It is computed as Actual Labor Cost / At Complete Labor Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryLaborCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumLaborUnitsPercentComplete | The percent complete of units for all labor resources for the Project. Computed as actual labor units / at complete labor units * 100. Always in the range 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryLaborUnitsPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumActivityCount | the number of activities that are currently in progress. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActivityCount | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumActualDuration | The actual duration. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualDuration | |
PMDB Table | tasksum | |
PMDB Field Name | act_drtn_hr_cnt | |
Data Type | number | |
SumActualExpenseCost | The actual costs for all project expenses associated with the project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualExpenseCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_expense_cost | |
Data Type | number | |
SumActualFinishDate | The latest actual finish date of all activities in the project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualFinishDate | |
PMDB Table | tasksum | |
PMDB Field Name | act_end_date | |
Data Type | date | |
SumActualLaborCost | The actual cost for all labor resources assigned to the activity. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_work_cost | |
Data Type | number | |
SumActualLaborUnits | The actual labor units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_work_qty | |
Data Type | number | |
SumActualMaterialCost | The actual units for all material resources assigned to the activity. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_mat_cost | |
Data Type | number | |
SumActualNonLaborCost | The actual units for all nonlabor resources assigned to the activity. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_equip_cost | |
Data Type | number | |
SumActualNonLaborUnits | The actual nonlabor units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_equip_qty | |
Data Type | number | |
SumActualStartDate | The earliest actual start date of all activities in the project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualStartDate | |
PMDB Table | tasksum | |
PMDB Field Name | act_start_date | |
Data Type | date | |
SumActualThisPeriodCost | The actual this period cost (will be labor or nonlabor). | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualThisPeriodCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumActualTotalCost | The actual labor cost + actual nonlabor cost + actual expense cost as of the project data date. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualTotalCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumActualValueByCost | the actual total cost incurred on the activity as of the project data date, computed as Actual Labor Cost + Actual Nonlabor Cost + Actual Material Cost + Actual Expense Cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualValueByCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumActualValueByLaborUnits | the actual total labor units for the activity as of the project data date (i.e., actual total cost by labor units). | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryActualValueByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_work_qty | |
Data Type | number | |
SumAtCompletionDuration | The duration at completion. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAtCompletionDuration | |
PMDB Table | tasksum | |
PMDB Field Name | total_drtn_hr_cnt | |
Data Type | number | |
SumAtCompletionExpenseCost | the sum of the actual plus remaining cost for all project expenses associated with the cost account. Computed as Actual Expense Cost + Remaining Expense Cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAtCompletionExpenseCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionLaborCost | The sum of the actual plus remaining costs for all labor resources assigned to the activity. Computed as actual labor cost + remaining labor cost. Same as the planned labor costs if the activity is not started and the actual labor costs once the activity is completed. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAtCompletionLaborCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionLaborUnits | The sum of the actual plus remaining units for all labor resources assigned to the activity. Computed as actual labor units + remaining labor units. Same as the planned labor units if the activity is not started and the actual labor units once the activity is completed. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAtCompletionLaborUnits | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionTotalCost | The estimated cost at completion for the activity. Computed as the actual total cost plus the estimate-to-complete cost; EAC = ACWP + ETC. Note that the method for computing ETC depends on the earned-value technique selected for the activity's WBS. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryAtCompletionTotalCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumBaselineDuration | the planned duration for the activity in the primary baseline. Planned duration is the total working time from the activity current start date to the current finish date. Same as the actual duration plus the remaining duration. The total working time is computed using the activity's calendar. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineDuration | |
PMDB Table | tasksum | |
PMDB Field Name | base_drtn_hr_cnt | |
Data Type | number | |
SumBaselineExpenseCost | the planned cost for all project expenses associated with the activity in the primary baseline. Computed as the baseline actual expense cost plus the baseline remaining expense cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineExpenseCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_expense_cost | |
Data Type | number | |
SumBaselineFinishDate | The current latest finish date of all activities in the project for the current baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineFinishDate | |
PMDB Table | tasksum | |
PMDB Field Name | base_end_date | |
Data Type | date | |
SumBaselineLaborCost | the planned cost for all labor resources assigned to the activity in the primary baseline. Computed from the baseline At Completion labor units. If no resources are assigned, computed as the activity Baseline Planned Labor Units * Project Default Price / Time. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_work_cost | |
Data Type | number | |
SumBaselineLaborUnits | the planned units for all labor resources assigned to the activity in the primary baseline. Computed as the baseline actual labor units plus the baseline remaining labor units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | base_work_qty | |
Data Type | number | |
SumBaselineMaterialCost | the planned cost for all material resources assigned to the activity in the primary baseline. Computed from the baseline At Completion nonlabor units. If no resources are assigned. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_mat_cost | |
Data Type | number | |
SumBaselineNonLaborCost | the planned cost for all nonlabor resources assigned to the activity in the primary baseline. Computed from the baseline At Completion nonlabor units. If no resources are assigned, computed as the activity Baseline Planned Nonlabor Units * Project Default Price / Time. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_equip_cost | |
Data Type | number | |
SumBaselineNonLaborUnits | the planned units for all nonlabor resources assigned to the activity in the primary baseline. Computed as the baseline actual nonlabor units plus the baseline remaining nonlabor units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | base_equip_qty | |
Data Type | number | |
SumBaselineStartDate | The current earliest start date of all activities in the Project for the current baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineStartDate | |
PMDB Table | tasksum | |
PMDB Field Name | base_start_date | |
Data Type | date | |
SumBaselineTotalCost | the Planned Total Cost for the activity in the primary baseline, including labor resources, nonlabor resources, and project expenses. Baseline Planned Total Cost = Baseline Planned Labor Cost + Baseline Planned Nonlabor Cost + Baseline Planned Expense Cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryBaselineTotalCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumCompletedActivityCount | the number of activities that have an Actual Finish in the Project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryCompletedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | complete_cnt | |
Data Type | number | |
SumCostPercentComplete | The percent complete of cost for all nonlabor resources assigned. Computed as Actual Nonlabor Cost / At Completion Nonlabor Cost * 100. Always in the range 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostPercentOfPlanned | The activity actual cost percent of planned. Computed as actual total cost / baseline total cost * 100, or equivalently as ACWP / BAC * 100. The value can exceed 100. The baseline total cost is the activity's at completion cost from the current baseline. This field is named SummaryCostPercentOfBudget in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryCostPercentOfPlanned | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceByCost | the Earned Value minus the Actual Cost. A negative value indicates that the Actual Cost has exceeded the Planned Value. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryCostVarianceByCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceIndex | The value that is calculated as the Cost Variance divided by Earned Value. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryCostVarianceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceIndexByCost | the Cost Variance divided by Earned Value. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryCostVarianceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumDurationPercentComplete | The activity actual duration percent of planned. Computed as actual duration / baseline planned duration * 100. The value can exceed 100. The baseline planned duration is the activity's at complete duration from the primary baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryDurationPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumDurationVariance | The duration between the activity's baseline duration and the at complete duration. Computed as baseline planned duration - at completion duration. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryDurationVariance | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumEarnedValueByCost | the Budget at Completion * Performance % Complete. The method for computing the Performance Percent Complete depends on the Earned Value technique selected for the activity's WBS. Budget at Completion is computed from the primary baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryEarnedValueByCost | |
PMDB Table | tasksum | |
PMDB Field Name | bcwp | |
Data Type | number | |
SumEarnedValueByLaborUnits | the portion of the baseline labor units that is actually completed as of the project data date. Computed as Baseline Labor Units * Performance % Complete. The planned labor units performed is essentially the labor units Earned Value for the activity. The method for computing the Performance % Complete depends on the Earned Value technique selected for the activity's WBS. The Baseline Labor Units is taken from the current baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryEarnedValueByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | perfm_work_qty | |
Data Type | number | |
SumExpenseCostVariance | the Baseline Planned Expense Cost - At Completion Expense Cost (At Completion Expense Cost = Actual Expense Cost + Remaining Expense Cost). | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryExpenseCostVariance | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumFinishDateVariance | The duration between the finish date in the current project and the baseline finish date. Calculated as finish date - baseline finish date. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryFinishDateVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumInProgressActivityCount | the number of activities that are currently in progress. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryInProgressActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | active_cnt | |
Data Type | number | |
SumLaborCostVariance | the Baseline Planned Labor Cost - At Completion Labor Cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryLaborCostVariance | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumLaborUnitsVariance | The difference between baseline labor units and at completion labor units. Calculated as baseline labor units - at completion labor units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryLaborUnitsVariance | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumMaterialCostVariance | The variance that is calculated as Baseline Material Cost - At Completion Material Cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryMaterialCostVariance | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumNonLaborCostVariance | the Baseline Planned Nonlabor Cost - At Completion Nonlabor Cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryNonLaborCostVariance | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumNonLaborUnitsVariance | The difference between baseline nonlabor units and at completion non labor units. Calculated as baseline nonlabor units - at completion nonlabor units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryNonLaborUnitsVariance | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumNotStartedActivityCount | the number of activities that are currently not started. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryNotStartedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | notstarted_cnt | |
Data Type | number | |
SumPlannedValueByCost | the Budget at Completion * Schedule % Complete. The Schedule % Complete specifies how much of the activity's baseline duration has been completed so far. Budget at Completion is computed from the primary baseline | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryPlannedValueByCost | |
PMDB Table | tasksum | |
PMDB Field Name | bcws | |
Data Type | number | |
SumProgressFinishDate | the date the activity is expected to be finished according to the progress made on the activity's work products. The expected finish date is entered manually by people familiar with progress of the activity's work products. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryProgressFinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SumRemainingDuration | The total working time from the Project remaining start date to the remaining finish date. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryRemainingDuration | |
PMDB Table | tasksum | |
PMDB Field Name | remain_drtn_hr_cnt | |
Data Type | number | |
SumRemainingExpenseCost | The remaining costs for all project expenses associated with the activities in the Project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryRemainingExpenseCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_expense_cost | |
Data Type | number | |
SumRemainingFinishDate | The date the resource is scheduled to finish the remaining work for the activity. This date is computed by the project scheduler but can be updated manually by the project manager. Before the activity is started, the remaining finish date is the same as the planned finish date. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryRemainingFinishDate | |
PMDB Table | tasksum | |
PMDB Field Name | reend_date | |
Data Type | date | |
SumRemainingLaborCost | The remaining costs for all labor resources assigned to the activities. The remaining cost reflects the cost remaining for the Project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryRemainingLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_work_cost | |
Data Type | number | |
SumRemainingLaborUnits | The remaining units for all labor resources assigned to the activities. The remaining units reflects the work remaining to be done for the Project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryRemainingLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | remain_work_qty | |
Data Type | number | |
SumRemainingMaterialCost | The remaining material costs for all project expenses associated with the activities in the Project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryRemainingMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_mat_cost | |
Data Type | number | |
SumRemainingNonLaborCost | The remaining nonlabor costs for all project expenses associated with the activities in the Project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryRemainingNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_equip_cost | |
Data Type | number | |
SumRemainingNonLaborUnits | The remaining units for all nonlabor resources assigned to the activities. The remaining units reflects the work remaining to be done for the Project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryRemainingNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | remain_equip_qty | |
Data Type | number | |
SumRemainingStartDate | The earliest remaining start of all activities assigned to the Project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryRemainingStartDate | |
PMDB Table | tasksum | |
PMDB Field Name | restart_date | |
Data Type | date | |
SumRemainingTotalCost | The sum of all remaining total costs in the Project. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryRemainingTotalCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumSchedulePercentComplete | The measure that indicates how much of the Project baseline duration has been completed so far. Computed based on where the current data date falls between the activity's baseline start and finish dates. If the data date is earlier than the baseline start, the schedule % complete is 0. If the data date is later than the baseline finish, the schedule % complete is 100. The schedule % complete indicates how much of the Project duration should be currently completed, relative to the selected baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummarySchedulePercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumScheduleVarianceByCost | the Earned Value divided by the Planned Value. A negative value indicates that less work was actually performed than was scheduled. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryScheduleVarianceByCost | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumScheduleVarianceIndex | The value that is calculated as the Schedule Variance Labor Units divided by Planned Value Labor Units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryScheduleVarianceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumStartDateVariance | The duration between the start date in the current project and the baseline start date. Calculated as start date - baseline start date. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryStartDateVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumTotalCostVariance | The value that is calculated as baseline total cost - total cost. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryTotalCostVariance | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumTotalFloat | The amount of time the Project can be delayed before delaying the project finish date. Total float can be computed as late start - early start or as late finish - early finish; this option can be set when running the project scheduler. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryTotalFloat | |
PMDB Table | tasksum | |
PMDB Field Name | total_float_hr_cnt | |
Data Type | number | |
SumUnitsPercentComplete | The percent complete of units for the resource assignments in the Project. Computed as Actual Units / At Complete Units * 100. Always in the range 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryUnitsPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumMaterialCostPctComplete | The percent complete of cost for all material resources assigned to the project. It is computed as Actual Material Cost / At Complete Material Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryMaterialCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumNonLaborCostPctComplete | The percent complete of cost for all non-labor resources assigned to the project. It is computed as Actual Nonlabor Cost / At Complete Nonlabor Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryNonLaborCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumNonLaborUnitsPctComplete | The percent complete of units for all nonlabor resources for the Project. Computed as Actual Nonlabor Cost / At Completion Nonlabor Cost * 100. Always in the range 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryNonLaborUnitsPercentComplete | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumPerfPctCmpByLaborUnits | the percent complete of performance for all labor resources. Computed as earned value labor units / baseline labor units * 100. Always in the range 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryPerformancePercentCompleteByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumPlannedValueByLaborUnits | the portion of the baseline labor units that is scheduled to be completed as of the project data date. Computed as Baseline Labor Units * Schedule % Complete. The Schedule % Complete specifies how much of the activity's baseline duration has been completed so far. The Baseline Labor Units is taken from the current baseline. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryPlannedValueByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | sched_work_qty | |
Data Type | number | |
SumSchdPctCmpByLaborUnits | the percent complete of units for all labor resources. Computed as Actual Labor Units / At Completion Labor Units * 100. Always in the range 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummarySchedulePercentCompleteByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchdPerfIndexByLaborUnits | the Earned Value Labor Units divided by Planned Value Labor Units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummarySchedulePerformanceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchdVarianceByLaborUnits | the Earned Value Labor Units minus the Planned Value Labor Units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryScheduleVarianceByLaborUnits | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
SumSchdVarianceIndexByCost | the Schedule Variance divided by the Planned Value. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryScheduleVarianceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchdVarIndexByLaborUnits | the Schedule Variance Labor Units divided by the Planned Value Labor Units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryScheduleVarianceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchedulePctCompleteByCost | the percent complete of performance for all labor resources, nonlabor resources, and expenses. Computed as Earned Value / Budget At Completion * 100. Always in the range 0 to 100. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummarySchedulePercentCompleteByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchedulePerfIndexByCost | the Earned Value divided by the Planned Value. A value less than 1 indicates that less work was actually performed than was scheduled. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummarySchedulePerformanceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumToCompletePerfIndexByCost | the (Budget at Completion - Earned Value) divided by (Estimate at Completion - Actual Cost). | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryToCompletePerformanceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumVarAtCmpByLaborUnits | the Baseline Planned Total Labor Units minus Estimate at Completion Labor Units. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | SummaryVarianceAtCompletionByLaborUnits | |
PMDB Table | PROJECT | |
PMDB Field Name | ||
Data Type | number | |
TotalBenefitPlan | The sum of the monthly benefit plan. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | TotalBenefitPlan | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalBenefitPlanTally | The sum of the monthly benefit plan tally. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | TotalBenefitPlanTally | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalFunding | The total amount of funding contributed to the project by your funding sources. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | TotalFunding | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalSpendingPlan | The sum of the monthly spending plan. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | TotalSpendingPlan | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalSpendingPlanTally | The sum of the monthly spending plan tally. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | TotalSpendingPlanTally | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UnallocatedBudget | The total current budget minus the distributed current budget. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | UnallocatedBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UndistributedCurrentVariance | The total spending plan minus the total spending plan tally. | |
ODS Table | Project | |
API Business Object | Project | |
API Field Name | UndistributedCurrentVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
lastupdateuser | Last Update User | |
ODS Table | PROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Project | |
ODS Table | PROJECT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | ObjectId | |
PMDB Table | budgchng | |
PMDB Field Name | budg_chng_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | ProjectObjectId | |
PMDB Table | budgchng | |
PMDB Field Name | proj_id | |
Data Type | integer | |
WBSObjectId | The unique ID of the WBS element to which the budget change log applies. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | WBSObjectId | |
PMDB Table | budgchng | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
ProjectBudgetChangeLogDate | The date of this budget change entry. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | Date | |
PMDB Table | budgchng | |
PMDB Field Name | chng_date | |
Data Type | date | |
ChangeNumber | The change number that is automatically incremented according to when changes are added. This can be changed to any number. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | ChangeNumber | |
PMDB Table | budgchng | |
PMDB Field Name | chng_short_name | |
Data Type | string | |
Amount | The amount of budget change. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | Amount | |
PMDB Table | budgchng | |
PMDB Field Name | chng_cost | |
Data Type | double | |
Responsible | The person responsible for the change. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | Responsible | |
PMDB Table | budgchng | |
PMDB Field Name | chng_by_name | |
Data Type | string | |
Status | The status of this budget change request. Possible values are 'Pending', 'Approved', and 'Not Approved'. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | Status | |
PMDB Table | budgchng | |
PMDB Field Name | status_code | |
Data Type | string | |
Reason | The description of the reason for the budget change request. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | Reason | |
PMDB Table | budgchng | |
PMDB Field Name | chng_descr | |
Data Type | string | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
WBSCode | The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | WBSCode | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_short_name | |
Data Type | string | |
WBSName | The name of the WBS element. | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | WBSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ProjectBudgetChangeLog | |
API Business Object | ProjectBudgetChangeLog | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectBudgetChangeLog | |
ODS Table | PROJECTBUDGETCHANGELOG | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectCode | |
API Business Object | ProjectCode | |
API Field Name | ObjectId | |
PMDB Table | pcatval | |
PMDB Field Name | proj_catg_id | |
Data Type | integer | |
CodeTypeObjectId | The unique ID of the parent project code type. | |
ODS Table | ProjectCode | |
API Business Object | ProjectCode | |
API Field Name | CodeTypeObjectId | |
PMDB Table | pcatval | |
PMDB Field Name | proj_catg_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | ProjectCode | |
API Business Object | ProjectCode | |
API Field Name | SequenceNumber | |
PMDB Table | pcatval | |
PMDB Field Name | seq_num | |
Data Type | integer | |
CodeValue | The value of the project code. | |
ODS Table | ProjectCode | |
API Business Object | ProjectCode | |
API Field Name | CodeValue | |
PMDB Table | pcatval | |
PMDB Field Name | proj_catg_short_name | |
Data Type | string | |
ParentObjectId | The unique ID of the parent project code of this project code in the hierarchy. | |
ODS Table | ProjectCode | |
API Business Object | ProjectCode | |
API Field Name | ParentObjectId | |
PMDB Table | pcatval | |
PMDB Field Name | parent_proj_catg_id | |
Data Type | integer | |
Description | The description of the project code. | |
ODS Table | ProjectCode | |
API Business Object | ProjectCode | |
API Field Name | Description | |
PMDB Table | pcatval | |
PMDB Field Name | proj_catg_name | |
Data Type | string | |
Weight | The weight for this code value. | |
ODS Table | ProjectCode | |
API Business Object | ProjectCode | |
API Field Name | Weight | |
PMDB Table | pcatval | |
PMDB Field Name | proj_catg_wt | |
Data Type | double | |
CodeTypeName | The name of the parent code type for this code. | |
ODS Table | ProjectCode | |
API Business Object | ProjectCode | |
API Field Name | CodeTypeName | |
PMDB Table | pcattype | |
PMDB Field Name | proj_catg_type | |
Data Type | string | |
issecurecode | ProjectCode - IsSecureCode maps to ACTVTYPE.super_flag | |
ODS Table | PROJECTCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectCode | |
ODS Table | PROJECTCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ProjectObjectId | The unique ID of the project to which the project code is assigned. | |
ODS Table | ProjectCodeAssignment | |
API Business Object | ProjectCodeAssignment | |
API Field Name | ProjectObjectId | |
PMDB Table | projpcat | |
PMDB Field Name | proj_id | |
Data Type | integer | |
ProjectCodeTypeObjectId | The unique ID of the parent project code type. | |
ODS Table | ProjectCodeAssignment | |
API Business Object | ProjectCodeAssignment | |
API Field Name | ProjectCodeTypeObjectId | |
PMDB Table | projpcat | |
PMDB Field Name | proj_catg_type_id | |
Data Type | integer | |
ProjectCodeObjectId | The unique ID of the associated project code. | |
ODS Table | ProjectCodeAssignment | |
API Business Object | ProjectCodeAssignment | |
API Field Name | ProjectCodeObjectId | |
PMDB Table | projpcat | |
PMDB Field Name | proj_catg_id | |
Data Type | integer | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ProjectCodeAssignment | |
API Business Object | ProjectCodeAssignment | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ProjectCodeDescription | The description of the associated project code. | |
ODS Table | ProjectCodeAssignment | |
API Business Object | ProjectCodeAssignment | |
API Field Name | ProjectCodeDescription | |
PMDB Table | pcatval | |
PMDB Field Name | proj_catg_name | |
Data Type | string | |
ProjectCodeTypeName | The name of the parent project code type. | |
ODS Table | ProjectCodeAssignment | |
API Business Object | ProjectCodeAssignment | |
API Field Name | ProjectCodeTypeName | |
PMDB Table | pcattype | |
PMDB Field Name | proj_catg_type | |
Data Type | string | |
ProjectCodeValue | The value of the associated project code. | |
ODS Table | ProjectCodeAssignment | |
API Business Object | ProjectCodeAssignment | |
API Field Name | ProjectCodeValue | |
PMDB Table | pcatval | |
PMDB Field Name | proj_catg_short_name | |
Data Type | string | |
ProjectName | The name of the project to which the project code is assigned. | |
ODS Table | ProjectCodeAssignment | |
API Business Object | ProjectCodeAssignment | |
API Field Name | ProjectName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
issecurecode | ProjectCodeAssignment - IsSecureCode maps to ACTVTYPE.super_flag | |
ODS Table | PROJECTCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectCodeAssignment | |
ODS Table | PROJECTCODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
CodeTypeObjectId | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
CodeTypeName | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
CodeTypeSequenceNumber | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
CodeTypeIsSecure | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentCodeValueObjectId | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentCodeValueName | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentCodeValueShortName | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentCodeValueSequenceNumber | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildCodeValueObjectId | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildCodeValueName | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildCodeValueShortName | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildCodeValueSequenceNumber | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentLevelsBelowRoot | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildLevelsBelowRoot | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
LevelsBetween | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildHasChildren | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
FullPathName | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
CodeTypeWeight | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
MaxCodeValueWeight | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ParentCodeValueWeight | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ChildCodeValueWeight | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
SKey | ||
ODS Table | PROJECTCODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectCodeType | |
API Business Object | ProjectCodeType | |
API Field Name | ObjectId | |
PMDB Table | pcattype | |
PMDB Field Name | proj_catg_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | ProjectCodeType | |
API Business Object | ProjectCodeType | |
API Field Name | SequenceNumber | |
PMDB Table | pcattype | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Length | The maximum number of characters allowed for values of this project code. | |
ODS Table | ProjectCodeType | |
API Business Object | ProjectCodeType | |
API Field Name | Length | |
PMDB Table | pcattype | |
PMDB Field Name | proj_catg_short_len | |
Data Type | integer | |
Name | The name of the project code type. | |
ODS Table | ProjectCodeType | |
API Business Object | ProjectCodeType | |
API Field Name | Name | |
PMDB Table | pcattype | |
PMDB Field Name | proj_catg_type | |
Data Type | string | |
IsSecureCode | the flag indicating whether this is a secure Project Code Type. | |
ODS Table | ProjectCodeType | |
API Business Object | ProjectCodeType | |
API Field Name | IsSecureCode | |
PMDB Table | pcattype | |
PMDB Field Name | super_flag | |
Data Type | string | |
Weight | The weight for this project code type. | |
ODS Table | ProjectCodeType | |
API Business Object | ProjectCodeType | |
API Field Name | Weight | |
PMDB Table | pcattype | |
PMDB Field Name | proj_catg_type_wt | |
Data Type | double | |
MaxCodeValueWeight | The maximum weight of the code values for this project code type. | |
ODS Table | ProjectCodeType | |
API Business Object | ProjectCodeType | |
API Field Name | MaxCodeValueWeight | |
PMDB Table | pcattype | |
PMDB Field Name | max_proj_catg_wt | |
Data Type | double | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTCODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTCODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTCODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTCODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectCodeType | |
ODS Table | PROJECTCODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
CodeObjectId | The unique ID of the project code. | |
ODS Table | ProjectCodeUser | |
API Business Object | ProjectCodeUser | |
API Field Name | CodeObjectId | |
PMDB Table | pcatuser | |
PMDB Field Name | proj_catg_id | |
Data Type | integer | |
UserObjectId | The unique ID of the user. | |
ODS Table | ProjectCodeUser | |
API Business Object | ProjectCodeUser | |
API Field Name | UserObjectId | |
PMDB Table | pcatuser | |
PMDB Field Name | user_id | |
Data Type | integer | |
CodeTypeObjectId | The unique ID of the parent project code type. | |
ODS Table | ProjectCodeUser | |
API Business Object | ProjectCodeUser | |
API Field Name | CodeTypeObjectId | |
PMDB Table | pcatval | |
PMDB Field Name | proj_catg_type_id | |
Data Type | integer | |
CodeValue | The value of the project code. | |
ODS Table | ProjectCodeUser | |
API Business Object | ProjectCodeUser | |
API Field Name | CodeValue | |
PMDB Table | pcatval | |
PMDB Field Name | proj_catg_short_name | |
Data Type | string | |
UserName | The user's login name. | |
ODS Table | ProjectCodeUser | |
API Business Object | ProjectCodeUser | |
API Field Name | UserName | |
PMDB Table | users | |
PMDB Field Name | user_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTCODEUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTCODEUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTCODEUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTCODEUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectCodeUser | |
ODS Table | PROJECTCODEUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | ObjectId | |
PMDB Table | taskdoc | |
PMDB Field Name | taskdoc_id | |
Data Type | integer | |
DocumentObjectId | The unique ID of the document to which the activity document applies. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | DocumentObjectId | |
PMDB Table | taskdoc | |
PMDB Field Name | doc_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the project to which the activity document applies. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | ProjectObjectId | |
PMDB Table | taskdoc | |
PMDB Field Name | proj_id | |
Data Type | integer | |
WBSObjectId | The unique ID of the WBS to which the activity document applies. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | WBSObjectId | |
PMDB Table | taskdoc | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
IsWorkProduct | The flag that indicates whether the document is a work product. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | IsWorkProduct | |
PMDB Table | taskdoc | |
PMDB Field Name | wp_flag | |
Data Type | string | |
ActivityObjectId | The unique ID of the activity to which the activity document applies. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | ActivityObjectId | |
PMDB Table | taskdoc | |
PMDB Field Name | task_id | |
Data Type | integer | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ActivityId | The short ID that uniquely identifies the activity within the project. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | ActivityId | |
PMDB Table | task | |
PMDB Field Name | task_code | |
Data Type | string | |
ActivityName | The name of the activity. The activity name does not have to be unique. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | ActivityName | |
PMDB Table | task | |
PMDB Field Name | task_name | |
Data Type | string | |
DocumentTitle | The title or name of a document assigned to a WBS or activity within a project. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | DocumentTitle | |
PMDB Table | document | |
PMDB Field Name | doc_name | |
Data Type | string | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
WBSCode | The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | WBSCode | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_short_name | |
Data Type | string | |
WBSName | The name of the WBS element. | |
ODS Table | ProjectDocument | |
API Business Object | ProjectDocument | |
API Field Name | WBSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTDOCUMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTDOCUMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTDOCUMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTDOCUMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectDocument | |
ODS Table | PROJECTDOCUMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectFunding | |
API Business Object | ProjectFunding | |
API Field Name | ObjectId | |
PMDB Table | projfund | |
PMDB Field Name | proj_fund_id | |
Data Type | integer | |
FundingSourceObjectId | The unique ID of the associated funding source for this project funding. | |
ODS Table | ProjectFunding | |
API Business Object | ProjectFunding | |
API Field Name | FundingSourceObjectId | |
PMDB Table | projfund | |
PMDB Field Name | fund_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project source for this project funding. | |
ODS Table | ProjectFunding | |
API Business Object | ProjectFunding | |
API Field Name | ProjectObjectId | |
PMDB Table | projfund | |
PMDB Field Name | proj_id | |
Data Type | integer | |
Amount | The amount of a funding source that is allocated to the project. | |
ODS Table | ProjectFunding | |
API Business Object | ProjectFunding | |
API Field Name | Amount | |
PMDB Table | projfund | |
PMDB Field Name | fund_cost | |
Data Type | double | |
FundShare | The percentage of the total fund that is allocated to the project. | |
ODS Table | ProjectFunding | |
API Business Object | ProjectFunding | |
API Field Name | FundShare | |
PMDB Table | projfund | |
PMDB Field Name | fund_wt | |
Data Type | double | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ProjectFunding | |
API Business Object | ProjectFunding | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ProjectId | The short code that uniquely identifies the associated project. | |
ODS Table | ProjectFunding | |
API Business Object | ProjectFunding | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectFunding | |
ODS Table | PROJECTFUNDING | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ObjectId | |
PMDB Table | projissu | |
PMDB Field Name | issue_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ProjectObjectId | |
PMDB Table | projissu | |
PMDB Field Name | proj_id | |
Data Type | integer | |
OBSObjectId | The unique ID of the project manager from the project's OBS tree who is responsible for the project issue. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | OBSObjectId | |
PMDB Table | projissu | |
PMDB Field Name | obs_id | |
Data Type | integer | |
Priority | The priority of the project issue. Valid values are 'Top', 'High', 'Normal', 'Low', and 'Lowest'. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | Priority | |
PMDB Table | projissu | |
PMDB Field Name | priority_type | |
Data Type | string | |
Status | The current status of the project issue. Valid values are 'Open', 'On Hold', and 'Closed'. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | Status | |
PMDB Table | projissu | |
PMDB Field Name | status_code | |
Data Type | string | |
Name | The name of the project issue. Issues which are automatically generated by the threshold monitor are named after the threshold parameter that triggered the project issue. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | Name | |
PMDB Table | projissu | |
PMDB Field Name | issue_name | |
Data Type | string | |
ProjectThresholdObjectId | The unique ID of the associated project threshold for the project issue. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ProjectThresholdObjectId | |
PMDB Table | projissu | |
PMDB Field Name | thresh_id | |
Data Type | integer | |
WBSObjectId | The unique ID of the WBS to which the project issue applies. If a parent WBS is selected, the project issue applies to all child elements as well. If the top WBS is selected, the project issue applies to the entire project. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | WBSObjectId | |
PMDB Table | projissu | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
ActivityObjectId | The unique ID of the activity to which the project issue applies. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ActivityObjectId | |
PMDB Table | projissu | |
PMDB Field Name | task_id | |
Data Type | integer | |
ResourceObjectId | The unique ID of the associated resource for this project issue. If a parent resource is selected, the issue applies to all child resources as well. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ResourceObjectId | |
PMDB Table | projissu | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
ThresholdParameterObjectId | The unique ID of the associated threshold parameter for the project issue. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ThresholdParameterObjectId | |
PMDB Table | projissu | |
PMDB Field Name | thresh_parm_id | |
Data Type | integer | |
ActualValue | The actual value of the threshold parameter for the project issue. Issues are automatically generated by the threshold monitor when actual values of threshold parameters exceed target values. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ActualValue | |
PMDB Table | projissu | |
PMDB Field Name | issue_value | |
Data Type | double | |
LowerThreshold | The lower value of the threshold parameter that triggered the project issue. Issues are triggered when the actual/observed parameters values are less than or equal to the lower threshold. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | LowerThreshold | |
PMDB Table | projissu | |
PMDB Field Name | lo_parm_value | |
Data Type | double | |
UpperThreshold | The upper value of the threshold parameter which triggered the project issue. Issues are triggered when the actual/observed parameters values are greater than or equal to the upper threshold. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | UpperThreshold | |
PMDB Table | projissu | |
PMDB Field Name | hi_parm_value | |
Data Type | double | |
IdentifiedBy | The identifier of the project issue. This may be the name of the user who created the project issue or Monitor, if the project issue was automatically generated by the threshold monitor. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | IdentifiedBy | |
PMDB Table | projissu | |
PMDB Field Name | add_by_name | |
Data Type | string | |
ResolutionDate | The date the project issue was resolved. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ResolutionDate | |
PMDB Table | projissu | |
PMDB Field Name | resolv_date | |
Data Type | date | |
DateIdentified | The date the project issue was identified. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | DateIdentified | |
PMDB Table | projissu | |
PMDB Field Name | add_date | |
Data Type | date | |
Notes | The notes associated with the project issue. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | Notes | |
PMDB Table | projissu | |
PMDB Field Name | issue_notes | |
Data Type | clob | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ActivityId | The short ID that uniquely identifies the activity within the project. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ActivityId | |
PMDB Table | task | |
PMDB Field Name | task_code | |
Data Type | string | |
ActivityName | The name of the activity. The activity name does not have to be unique. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ActivityName | |
PMDB Table | task | |
PMDB Field Name | task_name | |
Data Type | string | |
OBSName | The name of the person/role in the organization, sometimes referred to as the "responsible manager". | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | OBSName | |
PMDB Table | obs | |
PMDB Field Name | obs_name | |
Data Type | string | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
RawTextNote | The notes associated with the project issue. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | RawTextNote | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | clob | |
ResourceId | The short code that uniquely identifies the resource. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
ResourceName | The name of the resource. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
WBSCode | The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | WBSCode | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_short_name | |
Data Type | string | |
WBSName | The name of the WBS element. | |
ODS Table | ProjectIssue | |
API Business Object | ProjectIssue | |
API Field Name | WBSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTISSUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTISSUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTISSUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTISSUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectIssue | |
ODS Table | PROJECTISSUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | ObjectId | |
PMDB Table | wbsmemo | |
PMDB Field Name | wbs_memo_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | ProjectObjectId | |
PMDB Table | wbsmemo | |
PMDB Field Name | proj_id | |
Data Type | integer | |
WBSObjectId | The unique ID of the associated WBS. | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | WBSObjectId | |
PMDB Table | wbsmemo | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
NotebookTopicObjectId | The unique ID of the associated notebook topic. | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | NotebookTopicObjectId | |
PMDB Table | wbsmemo | |
PMDB Field Name | memo_type_id | |
Data Type | integer | |
Note | The information that is associated with the notebook topic. | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | Note | |
PMDB Table | wbsmemo | |
PMDB Field Name | wbs_memo | |
Data Type | clob | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
NotebookTopicName | The name of the associated notebook topic. | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | NotebookTopicName | |
PMDB Table | memotype | |
PMDB Field Name | memo_type | |
Data Type | string | |
ProjectId | The short code that uniquely identifies the project associated with this note. | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
RawTextNote | The information that is associated with the notebook topic, without any HTML. | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | RawTextNote | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | clob | |
WBSCode | The short code assigned to each WBS element for identification. | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | WBSCode | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_short_name | |
Data Type | string | |
WBSName | The name of the WBS element associated with this note. | |
ODS Table | ProjectNote | |
API Business Object | ProjectNote | |
API Field Name | WBSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectNote | |
ODS Table | PROJECTNOTE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectPortfolio | |
API Business Object | ProjectPortfolio | |
API Field Name | ObjectId | |
PMDB Table | pfolio | |
PMDB Field Name | pfolio_id | |
Data Type | integer | |
IncludeClosedProjects | The flag that indicates whether closed projects are included in the portfolio. | |
ODS Table | ProjectPortfolio | |
API Business Object | ProjectPortfolio | |
API Field Name | IncludeClosedProjects | |
PMDB Table | pfolio | |
PMDB Field Name | closed_proj_flag | |
Data Type | string | |
IncludeWhatIfProjects | The flag that indicates whether what-if projects are included in the portfolio. | |
ODS Table | ProjectPortfolio | |
API Business Object | ProjectPortfolio | |
API Field Name | IncludeWhatIfProjects | |
PMDB Table | pfolio | |
PMDB Field Name | whatif_proj_flag | |
Data Type | string | |
Type | The type of the project portfolio: "Manual", "Auto-Maintained", or "Filtered". | |
ODS Table | ProjectPortfolio | |
API Business Object | ProjectPortfolio | |
API Field Name | Type | |
PMDB Table | pfolio | |
PMDB Field Name | pfolio_type | |
Data Type | string | |
Name | The name of the project portfolio. | |
ODS Table | ProjectPortfolio | |
API Business Object | ProjectPortfolio | |
API Field Name | Name | |
PMDB Table | pfolio | |
PMDB Field Name | pfolio_name | |
Data Type | string | |
UserObjectId | The unique ID of a specific user who has access to the selected project portfolio. | |
ODS Table | ProjectPortfolio | |
API Business Object | ProjectPortfolio | |
API Field Name | UserObjectId | |
PMDB Table | pfolio | |
PMDB Field Name | user_id | |
Data Type | integer | |
Description | The description of the project portfolio. | |
ODS Table | ProjectPortfolio | |
API Business Object | ProjectPortfolio | |
API Field Name | Description | |
PMDB Table | pfolio | |
PMDB Field Name | pfolio_descr | |
Data Type | string | |
UserName | The user's login name. | |
ODS Table | ProjectPortfolio | |
API Business Object | ProjectPortfolio | |
API Field Name | UserName | |
PMDB Table | users | |
PMDB Field Name | user_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectPortfolio | |
ODS Table | PROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectProfile | |
API Business Object | ProjectProfile | |
API Field Name | ObjectId | |
PMDB Table | profile | |
PMDB Field Name | prof_id | |
Data Type | integer | |
IsDefault | The flag that indicates this security profile is the default profile assigned to UserOBS objects. When a ProjectProfile object is deleted from the database, all UserOBS objects assigned to that profile are reassigned to the default profile. You cannot not delete the default profile. | |
ODS Table | ProjectProfile | |
API Business Object | ProjectProfile | |
API Field Name | IsDefault | |
PMDB Table | profile | |
PMDB Field Name | default_flag | |
Data Type | string | |
IsSuperUser | The flag that indicates this is the project superuser profile, which gives a user read/write privileges for all project and OBS specific information and features | |
ODS Table | ProjectProfile | |
API Business Object | ProjectProfile | |
API Field Name | IsSuperUser | |
PMDB Table | profile | |
PMDB Field Name | superuser_flag | |
Data Type | string | |
Name | The unique name of this project profile | |
ODS Table | ProjectProfile | |
API Business Object | ProjectProfile | |
API Field Name | Name | |
PMDB Table | profile | |
PMDB Field Name | prof_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTPROFILE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTPROFILE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTPROFILE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTPROFILE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectProfile | |
ODS Table | PROJECTPROFILE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
projectportfolioobjectid | ProjectProjectPortfolio - ProjectPortfolioObjectId maps to PRPFOLIO.pfolio_id | |
ODS Table | PROJECTPROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
projectobjectid | ProjectProjectPortfolio - ProjectObjectId maps to PRPFOLIO.wbs_id | |
ODS Table | PROJECTPROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTPROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTPROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTPROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTPROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectProjectPortfolio | |
ODS Table | PROJECTPROJECTPORTFOLIO | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | ObjectId | |
PMDB Table | wbsrsrc | |
PMDB Field Name | wbsrsrc_id | |
Data Type | integer | |
WBSObjectId | The unique ID of the associated WBS. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | WBSObjectId | |
PMDB Table | wbsrsrc | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
ResourceObjectId | The unique ID of the associated resource. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | ResourceObjectId | |
PMDB Table | wbsrsrc | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | ProjectObjectId | |
PMDB Table | wbsrsrc | |
PMDB Field Name | proj_id | |
Data Type | integer | |
CommittedFlag | The Boolean value that determines whether a resource is committed, and so, the resource assignment is stable and unlikely to change. When calculating availability, Primavera considers only assignments that are marked as committed. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | CommittedFlag | |
PMDB Table | wbsrsrc | |
PMDB Field Name | committed_flag | |
Data Type | string | |
StartDate | The start date of the assignment. By default, it is set to the Planned Start date of the project. If LifeOfProjectFlag is set to true, this date is set to the Project Planned Start date. If associated ProjectResourceQuantities exist, this field is set to the beginning of the week of the earliest ProjectResourceQuantity. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | StartDate | |
PMDB Table | wbsrsrc | |
PMDB Field Name | start_date | |
Data Type | date | |
FinishDate | The finish date of the assignment. By default, it is set to the Planned Start date of the project + 1 day, finishing at 5:00pm. For example, if the planned start date is January 1, 8:00am, the finish date is set to January 2, 5:00pm. If LifeOfProjectFlag is set to true during creation, this date is set to the Project Scheduled Finish date. If associated ProjectResourceQuantities exist, this field is set to the end of the week of the latest ProjectResourceQuantity. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | FinishDate | |
PMDB Table | wbsrsrc | |
PMDB Field Name | end_date | |
Data Type | date | |
LifeOfProjectFlag | The Boolean value that determines whether a resource that is assigned to a project at Project or WBS level, has that assignment for the duration of the project. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | LifeOfProjectFlag | |
PMDB Table | wbsrsrc | |
PMDB Field Name | auto_compute_dates_flag | |
Data Type | string | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ProjectId | The short code that uniquely identifies the associated project. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
ResourceName | The name of the associated resource. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
RoleName | The name of the associated role. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | RoleName | |
PMDB Table | roles | |
PMDB Field Name | role_name | |
Data Type | string | |
RoleObjectId | The unique ID of the associated role. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | RoleObjectId | |
PMDB Table | wbsrsrc | |
PMDB Field Name | role_id | |
Data Type | integer | |
Status | The project or WBS status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | Status | |
PMDB Table | projwbs | |
PMDB Field Name | status_code | |
Data Type | string | |
WBSCode | The short code assigned to the associated WBS element for identification. | |
ODS Table | ProjectResource | |
API Business Object | ProjectResource | |
API Field Name | WBSCode | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_short_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTRESOURCE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTRESOURCE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTRESOURCE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTRESOURCE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectResource | |
ODS Table | PROJECTRESOURCE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ProjectResourceObjectId | The unique ID of the associated project resource. | |
ODS Table | ProjectResourceQuantity | |
API Business Object | ProjectResourceQuantity | |
API Field Name | ProjectResourceObjectId | |
PMDB Table | wbsrsrc_qty | |
PMDB Field Name | wbsrsrc_id | |
Data Type | integer | |
WeekStartDate | The date value that represents the first day of the week. | |
ODS Table | ProjectResourceQuantity | |
API Business Object | ProjectResourceQuantity | |
API Field Name | WeekStartDate | |
PMDB Table | wbsrsrc_qty | |
PMDB Field Name | week_start | |
Data Type | date | |
MonthStartDate | The date value that represents the first day of the month. If the week contains days from two different months, two objects will exist. The first ProjectResourceQuantity object's MonthStartDate is the first day of the month for the first week fragment. The second ProjectResourceQuantity object's MonthStartDate is the first day of the month for the second week fragment. | |
ODS Table | ProjectResourceQuantity | |
API Business Object | ProjectResourceQuantity | |
API Field Name | MonthStartDate | |
PMDB Table | wbsrsrc_qty | |
PMDB Field Name | month_start | |
Data Type | date | |
Quantity | The value that represents the resource allocation hours per week for this project resource quantity. If the week contains days from two different months, two ProjectResourceQuantity business objects will exist. The first business object's Quantity field represents the hours of the first week fragment (WeekStartDate and MonthStartDate have the same month value). The second business object's Quantity field represents the second week fragment (WeekStartDate and MonthStartDate have different month values). | |
ODS Table | ProjectResourceQuantity | |
API Business Object | ProjectResourceQuantity | |
API Field Name | Quantity | |
PMDB Table | wbsrsrc_qty | |
PMDB Field Name | qty | |
Data Type | double | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ProjectResourceQuantity | |
API Business Object | ProjectResourceQuantity | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
CommittedFlag | The Boolean value that determines whether a resource is committed, and so, the resource assignment is stable and unlikely to change. When calculating availability, Primavera considers only assignments that are marked as committed. | |
ODS Table | ProjectResourceQuantity | |
API Business Object | ProjectResourceQuantity | |
API Field Name | CommittedFlag | |
PMDB Table | wbsrsrc | |
PMDB Field Name | committed_flag | |
Data Type | string | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ProjectResourceQuantity | |
API Business Object | ProjectResourceQuantity | |
API Field Name | ProjectObjectId | |
PMDB Table | wbsrsrc | |
PMDB Field Name | proj_id | |
Data Type | integer | |
ResourceObjectId | The unique ID of the associated resource. | |
ODS Table | ProjectResourceQuantity | |
API Business Object | ProjectResourceQuantity | |
API Field Name | ResourceObjectId | |
PMDB Table | wbsrsrc | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
WBSObjectId | The unique ID of the associated WBS. | |
ODS Table | ProjectResourceQuantity | |
API Business Object | ProjectResourceQuantity | |
API Field Name | WBSObjectId | |
PMDB Table | wbsrsrc | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTRESOURCEQUANTITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTRESOURCEQUANTITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTRESOURCEQUANTITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTRESOURCEQUANTITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectResourceQuantity | |
ODS Table | PROJECTRESOURCEQUANTITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ObjectId | |
PMDB Table | projrisk | |
PMDB Field Name | risk_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ProjectObjectId | |
PMDB Table | projrisk | |
PMDB Field Name | proj_id | |
Data Type | integer | |
WBSObjectId | The unique ID of the WBS to which the risk applies. If a parent WBS is selected, the risk applies to all child elements as well. If the top WBS is selected, the risk applies to the entire project. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | WBSObjectId | |
PMDB Table | projrisk | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
DateIdentified | The date the project risk was identified. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | DateIdentified | |
PMDB Table | projrisk | |
PMDB Field Name | add_date | |
Data Type | date | |
Priority | The priority of the project risk: 'Top', 'High', 'Normal', 'Low', or 'Lowest'. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | Priority | |
PMDB Table | projrisk | |
PMDB Field Name | priority_type | |
Data Type | string | |
Status | The current status of the project risk: 'Open' or 'Closed'. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | Status | |
PMDB Table | projrisk | |
PMDB Field Name | status_code | |
Data Type | string | |
Name | The name of the project risk. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | Name | |
PMDB Table | projrisk | |
PMDB Field Name | risk_name | |
Data Type | string | |
RiskTypeObjectId | The unique ID of the associated risk type. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | RiskTypeObjectId | |
PMDB Table | projrisk | |
PMDB Field Name | risk_type_id | |
Data Type | integer | |
OBSObjectId | The unique ID of the project manager from the project's OBS tree who is responsible for the project risk. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | OBSObjectId | |
PMDB Table | projrisk | |
PMDB Field Name | obs_id | |
Data Type | integer | |
ResourceObjectId | The unique ID of the associated resource for this project risk. If a parent resource is selected, the risk applies to all child resources as well. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ResourceObjectId | |
PMDB Table | projrisk | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
ImpactProbability | The probability of occurrence of the project risk, as a percent. A probability of 50 means there is a 50% chance the project risk will occur. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ImpactProbability | |
PMDB Table | projrisk | |
PMDB Field Name | prbly_pct | |
Data Type | double | |
ImpactLaborUnits | The estimated impact of the risk on the project in terms of labor units, if the risk occurs. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ImpactLaborUnits | |
PMDB Table | projrisk | |
PMDB Field Name | impact_work_qty | |
Data Type | double | |
ImpactNonLaborUnits | The estimated impact of the risk on the project in terms of nonlabor units, if the risk occurs. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ImpactNonLaborUnits | |
PMDB Table | projrisk | |
PMDB Field Name | impact_equip_qty | |
Data Type | double | |
ImpactExpenses | The estimated impact of the risk on the project in terms of expenses, if the risk occurs. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ImpactExpenses | |
PMDB Table | projrisk | |
PMDB Field Name | impact_expense_cost | |
Data Type | double | |
ImpactDate | The estimated impact date of the project risk. When the project risk WBS impact is computed, only activities forward of the project risk impact date are involved. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ImpactDate | |
PMDB Table | projrisk | |
PMDB Field Name | impact_date | |
Data Type | date | |
ImpactMaterialUnits | The estimated impact of the risk on the project in terms of labor units, if the risk occurs. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ImpactMaterialUnits | |
PMDB Table | projrisk | |
PMDB Field Name | impact_mat_qty | |
Data Type | double | |
Description | The description of the project risk. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | Description | |
PMDB Table | projrisk | |
PMDB Field Name | risk_descr | |
Data Type | clob | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ExposureExpenses | The net exposure of the risk on the project in terms of expenses. The exposure expenses are calculated as the impact expenses times the risk probability. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ExposureExpenses | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ExposureLaborUnits | The net exposure of the risk on the project in terms of labor units. The exposure labor units are calculated as the impact labor units times the risk probability. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ExposureLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ExposureMaterialUnits | The net exposure of the risk on the project in terms of labor units. The exposure labor units are calculated as the impact labor units times the risk probability. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ExposureMaterialUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ExposureNonLaborUnits | The net exposure of the risk on the project in terms of nonlabor units. The exposure nonlabor units are calculated as the impact nonlabor units times the risk probability. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ExposureNonLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
OBSName | The name of the person/role in the organization, sometimes referred to as the "responsible manager". | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | OBSName | |
PMDB Table | obs | |
PMDB Field Name | obs_name | |
Data Type | string | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
ResourceId | The short code that uniquely identifies the resource. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
ResourceName | The name of the resource. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
RiskControlPlan | the description of the plan for managing selected risks and their effects. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | RiskControlPlan | |
PMDB Table | riskctrl | |
PMDB Field Name | risk_control | |
Data Type | clob | |
Type | The risk types used to categorize risks. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | Type | |
PMDB Table | risktype | |
PMDB Field Name | risk_type | |
Data Type | string | |
WBSCode | The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | WBSCode | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_short_name | |
Data Type | string | |
WBSName | The name of the WBS element. | |
ODS Table | ProjectRisk | |
API Business Object | ProjectRisk | |
API Field Name | WBSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTRISK | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTRISK | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTRISK | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTRISK | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectRisk | |
ODS Table | PROJECTRISK | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
RDBMSUSERID | ||
ODS Table | PROJECTSECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
PROJECTOBJECTID | ||
ODS Table | PROJECTSECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
COSTFLAG | ||
ODS Table | PROJECTSECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string |
ObjectId | The unique ID generated by the system. | |
ODS Table | ProjectSpendingPlan | |
API Business Object | ProjectSpendingPlan | |
API Field Name | ObjectId | |
PMDB Table | wbsbudg | |
PMDB Field Name | wbs_budg_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project for this project spending plan. | |
ODS Table | ProjectSpendingPlan | |
API Business Object | ProjectSpendingPlan | |
API Field Name | ProjectObjectId | |
PMDB Table | wbsbudg | |
PMDB Field Name | proj_id | |
Data Type | integer | |
WBSObjectId | The unique ID of the associated WBS for this project spending plan. | |
ODS Table | ProjectSpendingPlan | |
API Business Object | ProjectSpendingPlan | |
API Field Name | WBSObjectId | |
PMDB Table | wbsbudg | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
SpendingPlanDate | The start of a spending/benefit plan time period for the project. | |
ODS Table | ProjectSpendingPlan | |
API Business Object | ProjectSpendingPlan | |
API Field Name | Date | |
PMDB Table | wbsbudg | |
PMDB Field Name | start_date | |
Data Type | date | |
SpendingPlan | The editable total monthly expenditure for the project. | |
ODS Table | ProjectSpendingPlan | |
API Business Object | ProjectSpendingPlan | |
API Field Name | SpendingPlan | |
PMDB Table | wbsbudg | |
PMDB Field Name | spend_cost | |
Data Type | double | |
BenefitPlan | The editable monthly profit portion for each month for the project. | |
ODS Table | ProjectSpendingPlan | |
API Business Object | ProjectSpendingPlan | |
API Field Name | BenefitPlan | |
PMDB Table | wbsbudg | |
PMDB Field Name | benefit_cost | |
Data Type | double | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ProjectSpendingPlan | |
API Business Object | ProjectSpendingPlan | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ProjectId | The Project short code that uniquely identifies the project. | |
ODS Table | ProjectSpendingPlan | |
API Business Object | ProjectSpendingPlan | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
WBSCode | The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes. | |
ODS Table | ProjectSpendingPlan | |
API Business Object | ProjectSpendingPlan | |
API Field Name | WBSCode | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_short_name | |
Data Type | string | |
WBSName | The name of the WBS element. | |
ODS Table | ProjectSpendingPlan | |
API Business Object | ProjectSpendingPlan | |
API Field Name | WBSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | PROJECTSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | PROJECTSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | PROJECTSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | PROJECTSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ProjectSpendingPlan | |
ODS Table | PROJECTSPENDINGPLAN | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
Id | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
Name | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentEPSObjectId | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ObsObjectId | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ObsName | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
StartDate | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
EndDate | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ActualLaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualNonlaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionLaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionNonlaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedLaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedNonlaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EarnedValueLaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateAtCompletionLaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateToCompleteLaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedLaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedNonlaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedValueLaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingLaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingNonlaborUnits | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualExpenseCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualLaborCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualMaterialCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualNonlaborCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualTotalCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionExpenseCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionLaborCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionMaterialCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionNonlaborCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionTotalCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedExpenseCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedLaborCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedMaterialCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedNonlaborCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedTotalCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EarnedValueCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateAtCompletionCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateToCompleteCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedExpenseCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedLaborCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedMaterialCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedNonlaborCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedTotalCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedValueCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingExpenseCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingLaborCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingMaterialCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingNonlaborCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingTotalCost | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
SKey | ||
ODS Table | PROJECTSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | ObjectId | |
PMDB Table | taskpred | |
PMDB Field Name | task_pred_id | |
Data Type | integer | |
SuccessorActivityObjectId | The unique ID of the successor activity. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | SuccessorActivityObjectId | |
PMDB Table | taskpred | |
PMDB Field Name | task_id | |
Data Type | integer | |
PredecessorActivityObjectId | The unique ID of the predecessor activity. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | PredecessorActivityObjectId | |
PMDB Table | taskpred | |
PMDB Field Name | pred_task_id | |
Data Type | integer | |
SuccessorProjectObjectId | The unique ID of the project that owns the successor activity. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | SuccessorProjectObjectId | |
PMDB Table | taskpred | |
PMDB Field Name | proj_id | |
Data Type | integer | |
PredecessorProjectObjectId | The unique ID of the project that owns the predecessor activity. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | PredecessorProjectObjectId | |
PMDB Table | taskpred | |
PMDB Field Name | pred_proj_id | |
Data Type | integer | |
Type | The type of relationship: 'Finish to Start', 'Finish to Finish', 'Start to Start', or 'Start to Finish'. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | Type | |
PMDB Table | taskpred | |
PMDB Field Name | pred_type | |
Data Type | string | |
Lag | The time lag of the relationship. This is the time lag between the predecessor activity's start or finish date and the successor activity's start or finish date, depending on the relationship type. The time lag is based on the successor activity's calendar. This value is specified by the project manager and is used by the project scheduler when scheduling activities. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | Lag | |
PMDB Table | taskpred | |
PMDB Field Name | lag_hr_cnt | |
Data Type | double | |
IsPredecessorBaseline | The YesNo value indicating if the predecessor activity is related to a Project or Baseline | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | IsPredecessorBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
IsSuccessorBaseline | The YesNo value indicating if the successor activity is related to a Project or Baseline | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | IsSuccessorBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
PredecessorActivityId | The activity ID of the predecessor activity. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | PredecessorActivityId | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
PredecessorActivityName | The name of the predecessor activity. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | PredecessorActivityName | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
PredecessorProjectId | The project ID of the project that owns the predecessor activity. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | PredecessorProjectId | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
SuccessorActivityId | The activity ID of the successor activity. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | SuccessorActivityId | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
SuccessorActivityName | The name of the successor activity. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | SuccessorActivityName | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
SuccessorProjectId | The project ID of the project that owns the successor activity. | |
ODS Table | Relationship | |
API Business Object | Relationship | |
API Field Name | SuccessorProjectId | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | RELATIONSHIP | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RELATIONSHIP | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RELATIONSHIP | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RELATIONSHIP | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Relationship | |
ODS Table | RELATIONSHIP | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
DateName | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
DayDate | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
DayName | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
DayOfMonth | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
DayOfYear | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
OrdinalDayOfMonth | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
OrdinalDayOfYear | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
WeekBeginDate | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
DayOfWeek | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
WeekNumber | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
MonthNumber | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
MonthName | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
MonthShortName | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
MonthEndDate | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
DaysInMonth | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
YearMonth | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
QuarterNumber | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
QuarterName | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
Year | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ETLProcess | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ETLUser | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
SKey | ||
ODS Table | REPORTDATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer |
CivilianTime | ||
ODS Table | REPORTTIME | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
MilitaryTime | ||
ODS Table | REPORTTIME | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
TwoChar | ||
ODS Table | REPORTTIME | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
TimeName | ||
ODS Table | REPORTTIME | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
TimeOfDay | ||
ODS Table | REPORTTIME | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ETLProcess | ||
ODS Table | REPORTTIME | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ETLUser | ||
ODS Table | REPORTTIME | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
SKey | ||
ODS Table | REPORTTIME | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer |
FinancialPeriodObjectId | The unique ID of the associated financial period. | |
ODS Table | ResAssignmentPeriodActual | |
API Business Object | ResourceAssignmentPeriodActual | |
API Field Name | FinancialPeriodObjectId | |
PMDB Table | trsrcfin | |
PMDB Field Name | fin_dates_id | |
Data Type | integer | |
ResourceAssignmentObjectId | The unique ID of the associated resource assignment. | |
ODS Table | ResAssignmentPeriodActual | |
API Business Object | ResourceAssignmentPeriodActual | |
API Field Name | ResourceAssignmentObjectId | |
PMDB Table | trsrcfin | |
PMDB Field Name | taskrsrc_id | |
Data Type | integer | |
ActivityObjectId | The unique ID of the associated activity. | |
ODS Table | ResAssignmentPeriodActual | |
API Business Object | ResourceAssignmentPeriodActual | |
API Field Name | ActivityObjectId | |
PMDB Table | trsrcfin | |
PMDB Field Name | task_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ResAssignmentPeriodActual | |
API Business Object | ResourceAssignmentPeriodActual | |
API Field Name | ProjectObjectId | |
PMDB Table | trsrcfin | |
PMDB Field Name | proj_id | |
Data Type | integer | |
ActualUnits | The actual units on this resource assignment during a financial period. | |
ODS Table | ResAssignmentPeriodActual | |
API Business Object | ResourceAssignmentPeriodActual | |
API Field Name | ActualUnits | |
PMDB Table | trsrcfin | |
PMDB Field Name | act_qty | |
Data Type | double | |
ActualCost | The actual cost on this resource assignment during a financial period. | |
ODS Table | ResAssignmentPeriodActual | |
API Business Object | ResourceAssignmentPeriodActual | |
API Field Name | ActualCost | |
PMDB Table | trsrcfin | |
PMDB Field Name | act_cost | |
Data Type | double | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ResAssignmentPeriodActual | |
API Business Object | ResourceAssignmentPeriodActual | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ResourceType | The resource type: "Labor", "Nonlabor", or "Material". | |
ODS Table | ResAssignmentPeriodActual | |
API Business Object | ResourceAssignmentPeriodActual | |
API Field Name | ResourceType | |
PMDB Table | taskrsrc | |
PMDB Field Name | rsrc_type | |
Data Type | string | |
WBSObjectId | The unique ID of the WBS for the associated activity. | |
ODS Table | ResAssignmentPeriodActual | |
API Business Object | ResourceAssignmentPeriodActual | |
API Field Name | WBSObjectId | |
PMDB Table | task | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
lastupdateuser | Last Update User | |
ODS Table | RESASSIGNMENTPERIODACTUAL | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESASSIGNMENTPERIODACTUAL | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESASSIGNMENTPERIODACTUAL | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESASSIGNMENTPERIODACTUAL | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResAssignmentPeriodActual | |
ODS Table | RESASSIGNMENTPERIODACTUAL | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
UserObjectId | The unique ID of the associated user. | |
ODS Table | ResourceAccess | |
API Business Object | ResourceAccess | |
API Field Name | UserObjectId | |
PMDB Table | rsrcsec | |
PMDB Field Name | user_id | |
Data Type | integer | |
ResourceObjectId | The unique ID of the associated resource. | |
ODS Table | ResourceAccess | |
API Business Object | ResourceAccess | |
API Field Name | ResourceObjectId | |
PMDB Table | rsrcsec | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
ResourceId | The short code that uniquely identifies the resource. | |
ODS Table | ResourceAccess | |
API Business Object | ResourceAccess | |
API Field Name | ResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
ResourceName | The name of the resource. | |
ODS Table | ResourceAccess | |
API Business Object | ResourceAccess | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
UserName | The user's login name. | |
ODS Table | ResourceAccess | |
API Business Object | ResourceAccess | |
API Field Name | UserName | |
PMDB Table | users | |
PMDB Field Name | user_name | |
Data Type | string | |
SKey | SKey generated key on ResourceAccess | |
ODS Table | RESOURCEACCESS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ObjectId | |
PMDB Table | taskrsrc | |
PMDB Field Name | taskrsrc_id | |
Data Type | integer | |
ActivityObjectId | The unique ID of the activity to which the resource is assigned. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActivityObjectId | |
PMDB Table | taskrsrc | |
PMDB Field Name | task_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ProjectObjectId | |
PMDB Table | taskrsrc | |
PMDB Field Name | proj_id | |
Data Type | integer | |
ResourceType | The resource type: "Labor", "Nonlabor", or "Material". | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ResourceType | |
PMDB Table | taskrsrc | |
PMDB Field Name | rsrc_type | |
Data Type | string | |
IsCostUnitsLinked | The flag that determines whether or not cost should be calculated based on units. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | IsCostUnitsLinked | |
PMDB Table | taskrsrc | |
PMDB Field Name | cost_qty_link_flag | |
Data Type | string | |
RoleObjectId | The unique ID of the role the resource is performing on this activity. A resource may be assigned to the same activity more than once, performing different roles. The project manager controls whether the same resource can be assigned to an activity more than once. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RoleObjectId | |
PMDB Table | taskrsrc | |
PMDB Field Name | role_id | |
Data Type | integer | |
CostAccountObjectId | The unique ID of the cost account associated with this resource assignment. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | CostAccountObjectId | |
PMDB Table | taskrsrc | |
PMDB Field Name | acct_id | |
Data Type | integer | |
ResourceObjectId | The unique ID of the associated resource. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ResourceObjectId | |
PMDB Table | taskrsrc | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
Proficiency | The skill level that is associated with the role. The values are 'Master', 'Expert', 'Skilled', 'Proficient', and 'Inexperienced'. If the current user does not have the ViewResourceRoleProficiency global security privilege, this field may not be accessed. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | Proficiency | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
PendingPercentComplete | The estimate of the percentage of the resource's units of work completed on this activity. The pending percent complete is entered by each resource using Timesheets. This value is used to compute the resource's remaining units for the activity when project actuals are applied. The project manager specifies whether resources update their percent complete or remaining units for each project. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PendingPercentComplete | |
PMDB Table | taskrsrc | |
PMDB Field Name | pend_complete_pct | |
Data Type | double | |
RemainingUnits | The remaining units of work to be performed by this resource on this activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RemainingUnits | |
PMDB Table | taskrsrc | |
PMDB Field Name | remain_qty | |
Data Type | double | |
PendingRemainingUnits | The estimate of the resource's remaining units on this activity. The pending remaining units is entered by each resource using Timesheets. This value is copied to the resource's remaining units for the activity when project actuals are applied. The project manager specifies whether resources update their percent complete or remaining units for each project. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PendingRemainingUnits | |
PMDB Table | taskrsrc | |
PMDB Field Name | pend_remain_qty | |
Data Type | double | |
PlannedUnits | The planned units of work for the resource assignment on the activity. This field is named BudgetedUnits in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PlannedUnits | |
PMDB Table | taskrsrc | |
PMDB Field Name | target_qty | |
Data Type | double | |
RemainingUnitsPerTime | The units per time at which the resource will be performing work on the remaining portion of this activity. For example, a person assigned full time would perform 8 hours of work per day. A department of five people may perform at 5 days per day. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RemainingUnitsPerTime | |
PMDB Table | taskrsrc | |
PMDB Field Name | remain_qty_per_hr | |
Data Type | double | |
PendingActualRegularUnits | The actual nonovertime units worked by the resource on this activity. This value is computed from timesheets when project actuals are applied or may be entered directly by the project manager. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PendingActualRegularUnits | |
PMDB Table | taskrsrc | |
PMDB Field Name | pend_act_reg_qty | |
Data Type | double | |
PlannedLag | The planned time lag between the activity's planned start date and the resource's planned start date on the activity. If the resource is planned to start work when the activity is planned to start, the planned lag is zero. This field is named BudgetedLag in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PlannedLag | |
PMDB Table | taskrsrc | |
PMDB Field Name | target_lag_drtn_hr_cnt | |
Data Type | double | |
PlannedUnitsPerTime | The planned units per time at which the resource is to perform work on this activity. For example, a person assigned full time would perform 8 hours of work per day. A department of five people may perform at 5 days per day. This field is named BudgetedUnitsPerTime in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PlannedUnitsPerTime | |
PMDB Table | taskrsrc | |
PMDB Field Name | target_qty_per_hr | |
Data Type | double | |
ActualOvertimeUnits | The actual overtime units worked by the resource on this activity. This value is computed from timesheets when project actuals are applied or may be entered directly by the project manager. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualOvertimeUnits | |
PMDB Table | taskrsrc | |
PMDB Field Name | act_ot_qty | |
Data Type | double | |
PendingActualOvertimeUnits | The actual overtime units worked by the resource on this activity. This value is computed from timesheets when project actuals are applied or may be entered directly by the project manager. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PendingActualOvertimeUnits | |
PMDB Table | taskrsrc | |
PMDB Field Name | pend_act_ot_qty | |
Data Type | double | |
ActualRegularUnits | The actual non-overtime units worked by the resource on this activity. This value is computed from timesheets when project actuals are applied or may be entered directly by the project manager. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualRegularUnits | |
PMDB Table | taskrsrc | |
PMDB Field Name | act_reg_qty | |
Data Type | double | |
RemainingLag | The time lag between the activity's remaining start date and the resource's remaining start date on the activity. If the resource's remaining work starts on the activity's remaining start date, the lag is zero. Before the activity is started, the remaining lag is the same as the planned lag. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RemainingLag | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
OvertimeFactor | The overtime factor used to compute the overtime price for the resource assignment on this activity. Overtime price = standard price * overtime factor. When the resource is assigned to the activity, the resource's overtime factor is copied to the assignment. The assignment overtime factor is refreshed from the resource value when resource prices are synchronized for the project. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | OvertimeFactor | |
PMDB Table | taskrsrc | |
PMDB Field Name | ot_factor | |
Data Type | double | |
PlannedCost | The planned cost for the resource assignment on the activity. Computed as planned cost = planned units * price per time. This field is named BudgetedCost in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PlannedCost | |
PMDB Table | taskrsrc | |
PMDB Field Name | target_cost | |
Data Type | double | |
ActualRegularCost | The actual non-overtime cost for the resource assignment on the activity. Computed as actual regular cost = actual regular units * cost per time. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualRegularCost | |
PMDB Table | taskrsrc | |
PMDB Field Name | act_reg_cost | |
Data Type | double | |
ActualOvertimeCost | The actual overtime cost for the resource assignment on the activity. Computed as actual overtime cost = actual overtime units * cost per time * overtime factor. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualOvertimeCost | |
PMDB Table | taskrsrc | |
PMDB Field Name | act_ot_cost | |
Data Type | double | |
RemainingCost | The remaining cost for the resource assignment on the activity. Computed as remaining cost = remaining units * cost per time. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RemainingCost | |
PMDB Table | taskrsrc | |
PMDB Field Name | remain_cost | |
Data Type | double | |
ActualStartDate | The date the resource actually started working on the activity. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualStartDate | |
PMDB Table | taskrsrc | |
PMDB Field Name | act_start_date | |
Data Type | date | |
ActualFinishDate | The date the resource actually finished working on the activity. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualFinishDate | |
PMDB Table | taskrsrc | |
PMDB Field Name | act_end_date | |
Data Type | date | |
RemainingStartDate | The date the resource is scheduled to begin the remaining work for the activity. This date is computed by the project scheduler but can be updated manually by the project manager. Before the activity is started, the remaining start date is the same as the planned start date. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RemainingStartDate | |
PMDB Table | taskrsrc | |
PMDB Field Name | restart_date | |
Data Type | date | |
RemainingFinishDate | The date the resource is scheduled to finish the remaining work for the activity. This date is computed by the project scheduler but can be updated manually by the project manager. Before the activity is started, the remaining finish date is the same as the planned finish date. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RemainingFinishDate | |
PMDB Table | taskrsrc | |
PMDB Field Name | reend_date | |
Data Type | date | |
PlannedStartDate | The date the resource is scheduled to begin working on the activity. This date is computed by the project scheduler but can be updated manually by the project manager. This date is not changed by the project scheduler after the activity has been started. This is the start date that Timesheets users follow and schedule variance is measured against. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PlannedStartDate | |
PMDB Table | taskrsrc | |
PMDB Field Name | target_start_date | |
Data Type | date | |
PlannedFinishDate | The date the resource is scheduled to finish working on the activity. This date is computed by the project scheduler but can be updated manually by the project manager. This date is not changed by the project scheduler after the activity has been started. This is the finish date that Timesheets users follow and schedule variance is measured against. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PlannedFinishDate | |
PMDB Table | taskrsrc | |
PMDB Field Name | target_end_date | |
Data Type | date | |
RemainingLateStartDate | The remaining late start date calculated by the scheduler. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RemainingLateStartDate | |
PMDB Table | taskrsrc | |
PMDB Field Name | rem_late_start_date | |
Data Type | date | |
RemainingLateFinishDate | The remaining late finish date calculated by the scheduler. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RemainingLateFinishDate | |
PMDB Table | taskrsrc | |
PMDB Field Name | rem_late_end_date | |
Data Type | date | |
RateType | The rate type that determines which of the five prices specified for the resource will be used to calculate the cost for the resource assignment. Valid values are 'Price / Unit', 'Price / Unit2', 'Price / Unit3', 'Price / Unit4', 'Price / Unit5', and 'None'. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RateType | |
PMDB Table | taskrsrc | |
PMDB Field Name | rate_type | |
Data Type | string | |
ActualThisPeriodCost | The actual this period cost (will be labor or nonlabor). | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualThisPeriodCost | |
PMDB Table | taskrsrc | |
PMDB Field Name | act_this_per_cost | |
Data Type | double | |
ActualThisPeriodUnits | The actual this period units (hours) (will be labor or nonlabor). | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualThisPeriodUnits | |
PMDB Table | taskrsrc | |
PMDB Field Name | act_this_per_qty | |
Data Type | double | |
ResourceCurveObjectId | The unique ID of the resource curve. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ResourceCurveObjectId | |
PMDB Table | taskrsrc | |
PMDB Field Name | curv_id | |
Data Type | integer | |
DrivingActivityDatesFlag | The flag indicating whether new resource/role assignments drive activity dates, by default. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | DrivingActivityDatesFlag | |
PMDB Table | taskrsrc | |
PMDB Field Name | rollup_dates_flag | |
Data Type | string | |
RateSource | The value that indicates which price/unit will be used to calculate costs for the assignment, such as 'Resource', 'Role', and 'Override'. When a resource and only a resource is assigned to an activity, the rate source will automatically equal 'Resource'. When a role and only a role is assigned to an activity, the rate source will automatically equal 'Role'. When both a resource and role are assigned to the activity, the rate source can be either 'Resource' or 'Role' determined by the RateSourcePreference. In any case, the 'Override' value allows you to specify any other price/unit. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RateSource | |
PMDB Table | taskrsrc | |
PMDB Field Name | cost_per_qty_source_type | |
Data Type | string | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ActivityId | The short ID that uniquely identifies the activity within the project. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActivityId | |
PMDB Table | task | |
PMDB Field Name | task_code | |
Data Type | string | |
ActivityName | The name of the activity. The activity name does not have to be unique. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActivityName | |
PMDB Table | task | |
PMDB Field Name | task_name | |
Data Type | string | |
ActualCost | The actual non-overtime plus overtime cost for the resource assignment on the activity. Computed as actual cost = actual regular cost + actual overtime cost. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualCost | |
PMDB Table | TASKRSRC | |
PMDB Field Name | ||
Data Type | number | |
ActualDuration | The actual duration for the resource assignment on the activity. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualDuration | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ActualUnits | The actual non-overtime plus overtime units worked by the resource on this activity. This value is computed from timesheets when project actuals are applied or may be entered directly by the project manager. Computed as actual units = actual regular units + actual overtime units. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ActualUnits | |
PMDB Table | TASKRSRC | |
PMDB Field Name | ||
Data Type | number | |
AtCompletionCost | The sum of the actual plus remaining costs for the resource assignment on the activity. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | AtCompletionCost | |
PMDB Table | TASKRSRC | |
PMDB Field Name | ||
Data Type | number | |
AtCompletionDuration | the total working time from the activity's current start date to the current finish date. The current start date is the planned start date until the activity is started, then it is the actual start date. The current finish date is the activity planned finish date while the activity is not started, the remaining finish date while the activity is in progress, and the actual finish date once the activity is completed. The total working time is computed using the activity's calendar. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | AtCompletionDuration | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
AtCompletionUnits | The sum of the actual plus remaining units for the resource assignment on the activity. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | AtCompletionUnits | |
PMDB Table | TASKRSRC | |
PMDB Field Name | ||
Data Type | number | |
AutoComputeActuals | The option that determines whether the activity's actual and remaining units, start date, finish date, and percent complete are computed automatically using the planned dates, planned units and the schedule percent complete. If this option is selected, the actual/remaining units and actual dates are automatically updated when project actuals are applied. Use this option to assume that all work for the activity proceeds according to plan. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | AutoComputeActuals | |
PMDB Table | rsrc | |
PMDB Field Name | auto_compute_act_flag | |
Data Type | string | |
CalendarName | The name of the calendar. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | CalendarName | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
CalendarObjectId | The unique ID generated by the system for the calendar associated with the resource assignment. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | CalendarObjectId | |
PMDB Table | TASKRSRC | |
PMDB Field Name | ||
Data Type | integer | |
CostAccountId | The id of associated cost account. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | CostAccountId | |
PMDB Table | account | |
PMDB Field Name | acct_short_name | |
Data Type | string | |
CostAccountName | The name of the associated cost account. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | CostAccountName | |
PMDB Table | account | |
PMDB Field Name | acct_name | |
Data Type | string | |
FinishDate | The finish date of the resource assignment on the activity. Set to the remaining finish date until the activity is completed, then set to the actual finish date. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | FinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
IsActive | The flag that indicates whether this resource assignment is active. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | IsActive | |
PMDB Table | rsrc | |
PMDB Field Name | active_flag | |
Data Type | string | |
IsOvertimeAllowed | The flag that indicates whether the resource is allowed to log overtime hours. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | IsOvertimeAllowed | |
PMDB Table | rsrc | |
PMDB Field Name | ot_flag | |
Data Type | string | |
IsPrimaryResource | The flag that indicates whether this resource is the activity's primary resource. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | IsPrimaryResource | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
PlannedDuration | The planned working time for the resource assignment on the activity, from the resource's planned start date to the planned finish date. This field is named BudgetedDuration in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PlannedDuration | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
PricePerUnit | The price per time for the resource on this activity. This price is used to compute the resource's cost for the activity. When the resource is assigned to the activity, the resource's price is copied to the assignment based on the effective date of the price and the activity start date. The assignment price is refreshed whenever resource prices are synchronized for the project. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | PricePerUnit | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
RemainingDuration | The remaining duration of the resource assignment. The remaining duration is the remaining working time for the resource assignment on the activity, from the resource's remaining start date to the remaining finish date. The remaining working time is computed using the calendar determined by the activity Type. Resource Dependent activities use the resource's calendar, other activity types use the activity's calendar. Before the activity is started, the remaining duration is the same as the Original duration. After the activity is completed, the remaining duration is zero. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RemainingDuration | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
ResourceCalendarName | The name of the calendar for the resource. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ResourceCalendarName | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ResourceCurveName | The name of the resource curve that determines how resources and costs are distributed over time for this activity. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ResourceCurveName | |
PMDB Table | rsrccurv | |
PMDB Field Name | curv_name | |
Data Type | string | |
ResourceId | The short code that uniquely identifies the resource. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
ResourceName | The name of the resource. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
RoleId | The short code that uniquely identifies the role. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RoleId | |
PMDB Table | roles | |
PMDB Field Name | role_short_name | |
Data Type | string | |
RoleName | The name of the role. The role name uniquely identifies the role. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | RoleName | |
PMDB Table | roles | |
PMDB Field Name | role_name | |
Data Type | string | |
StaffedRemainingCost | The time distribution of the resource's remaining cost for resource assignments that have filled a role. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | StaffedRemainingCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
StaffedRemainingUnits | The time distribution of the resource's remaining units for resource assignments that have filled a role. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | StaffedRemainingUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
StartDate | The start date of the resource assignment on the activity. Set to the remaining start date until the activity is started, then set to the actual start date. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | StartDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
UnitsPercentComplete | The percent complete of units for the resource assignment on the activity. Computed as actual units / at completion units * 100. Always in the range 0 to 100. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | UnitsPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UnstaffedRemainingCost | The time distribution of the resource's remaining cost for resource assignments that have not filled a role. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | UnstaffedRemainingCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UnstaffedRemainingUnits | The time distribution of the resource's remaining units for resource assignments that have not filled a role. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | UnstaffedRemainingUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
WBSObjectId | The unique ID of the WBS for the activity. | |
ODS Table | ResourceAssignment | |
API Business Object | ResourceAssignment | |
API Field Name | WBSObjectId | |
PMDB Table | task | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResourceAssignment | |
ODS Table | RESOURCEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ResourceCode | |
API Business Object | ResourceCode | |
API Field Name | ObjectId | |
PMDB Table | rcatval | |
PMDB Field Name | rsrc_catg_id | |
Data Type | integer | |
CodeTypeObjectId | The unique ID of the parent resource code type. | |
ODS Table | ResourceCode | |
API Business Object | ResourceCode | |
API Field Name | CodeTypeObjectId | |
PMDB Table | rcatval | |
PMDB Field Name | rsrc_catg_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | ResourceCode | |
API Business Object | ResourceCode | |
API Field Name | SequenceNumber | |
PMDB Table | rcatval | |
PMDB Field Name | seq_num | |
Data Type | integer | |
CodeValue | The value of the resource code. | |
ODS Table | ResourceCode | |
API Business Object | ResourceCode | |
API Field Name | CodeValue | |
PMDB Table | rcatval | |
PMDB Field Name | rsrc_catg_short_name | |
Data Type | string | |
Description | The description of the resource code. | |
ODS Table | ResourceCode | |
API Business Object | ResourceCode | |
API Field Name | Description | |
PMDB Table | rcatval | |
PMDB Field Name | rsrc_catg_name | |
Data Type | string | |
ParentObjectId | The unique ID of the parent resource code of this resource code in the hierarchy. | |
ODS Table | ResourceCode | |
API Business Object | ResourceCode | |
API Field Name | ParentObjectId | |
PMDB Table | rcatval | |
PMDB Field Name | parent_rsrc_catg_id | |
Data Type | integer | |
CodeTypeName | The name of the parent code type for this code. | |
ODS Table | ResourceCode | |
API Business Object | ResourceCode | |
API Field Name | CodeTypeName | |
PMDB Table | rcattype | |
PMDB Field Name | rsrc_catg_type | |
Data Type | string | |
issecurecode | ResourceCode - IsSecureCode maps to RCATVAL.super_flag | |
ODS Table | RESOURCECODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCECODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCECODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCECODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCECODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResourceCode | |
ODS Table | RESOURCECODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ResourceObjectId | The unique ID of the resource to which the resource code is assigned. | |
ODS Table | ResourceCodeAssignment | |
API Business Object | ResourceCodeAssignment | |
API Field Name | ResourceObjectId | |
PMDB Table | rsrcrcat | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
ResourceCodeTypeObjectId | The unique ID of the parent resource code type. | |
ODS Table | ResourceCodeAssignment | |
API Business Object | ResourceCodeAssignment | |
API Field Name | ResourceCodeTypeObjectId | |
PMDB Table | rsrcrcat | |
PMDB Field Name | rsrc_catg_type_id | |
Data Type | integer | |
ResourceCodeObjectId | The unique ID of the associated resource code. | |
ODS Table | ResourceCodeAssignment | |
API Business Object | ResourceCodeAssignment | |
API Field Name | ResourceCodeObjectId | |
PMDB Table | rsrcrcat | |
PMDB Field Name | rsrc_catg_id | |
Data Type | integer | |
ResourceCodeDescription | The description of the associated resource code. | |
ODS Table | ResourceCodeAssignment | |
API Business Object | ResourceCodeAssignment | |
API Field Name | ResourceCodeDescription | |
PMDB Table | rcatval | |
PMDB Field Name | rsrc_catg_name | |
Data Type | string | |
ResourceCodeTypeName | The name of the parent resource code type. | |
ODS Table | ResourceCodeAssignment | |
API Business Object | ResourceCodeAssignment | |
API Field Name | ResourceCodeTypeName | |
PMDB Table | rcattype | |
PMDB Field Name | rsrc_catg_type | |
Data Type | string | |
ResourceCodeValue | The value of the associated resource code. | |
ODS Table | ResourceCodeAssignment | |
API Business Object | ResourceCodeAssignment | |
API Field Name | ResourceCodeValue | |
PMDB Table | rcatval | |
PMDB Field Name | rsrc_catg_short_name | |
Data Type | string | |
ResourceId | The short code that uniquely identifies the associated resource. | |
ODS Table | ResourceCodeAssignment | |
API Business Object | ResourceCodeAssignment | |
API Field Name | ResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
ResourceName | The name of the resource to which the resource code is assigned. | |
ODS Table | ResourceCodeAssignment | |
API Business Object | ResourceCodeAssignment | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
issecurecode | ResourceCodeAssignment - IsSecureCode maps to RSRCRCAT.super_flag | |
ODS Table | RESOURCECODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCECODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCECODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCECODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCECODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResourceCodeAssignment | |
ODS Table | RESOURCECODEASSIGNMENT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
CodeTypeObjectId | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
CodeTypeName | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
CodeTypeSequenceNumber | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
CodeTypeIsSecure | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentCodeValueObjectId | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentCodeValueName | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentCodeValueShortName | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ParentCodeValueSequenceNumber | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildCodeValueObjectId | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildCodeValueName | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildCodeValueShortName | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ChildCodeValueSequenceNumber | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentLevelsBelowRoot | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildLevelsBelowRoot | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
LevelsBetween | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ChildHasChildren | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
FullPathName | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
SKey | ||
ODS Table | RESOURCECODEHIERARCHY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ResourceCodeType | |
API Business Object | ResourceCodeType | |
API Field Name | ObjectId | |
PMDB Table | rcattype | |
PMDB Field Name | rsrc_catg_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | ResourceCodeType | |
API Business Object | ResourceCodeType | |
API Field Name | SequenceNumber | |
PMDB Table | rcattype | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Length | The maximum number of characters allowed for values of this resource code. | |
ODS Table | ResourceCodeType | |
API Business Object | ResourceCodeType | |
API Field Name | Length | |
PMDB Table | rcattype | |
PMDB Field Name | rsrc_catg_short_len | |
Data Type | integer | |
Name | The name of the resource code type. | |
ODS Table | ResourceCodeType | |
API Business Object | ResourceCodeType | |
API Field Name | Name | |
PMDB Table | rcattype | |
PMDB Field Name | rsrc_catg_type | |
Data Type | string | |
IsSecureCode | the flag indicating whether this is a secure Resource Code Type. | |
ODS Table | ResourceCodeType | |
API Business Object | ResourceCodeType | |
API Field Name | IsSecureCode | |
PMDB Table | rcattype | |
PMDB Field Name | super_flag | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCECODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCECODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCECODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCECODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResourceCodeType | |
ODS Table | RESOURCECODETYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ResourceCurve | |
API Business Object | ResourceCurve | |
API Field Name | ObjectId | |
PMDB Table | rsrccurv | |
PMDB Field Name | curv_id | |
Data Type | integer | |
Name | The name of the resource curve. | |
ODS Table | ResourceCurve | |
API Business Object | ResourceCurve | |
API Field Name | Name | |
PMDB Table | rsrccurv | |
PMDB Field Name | curv_name | |
Data Type | string | |
IsDefault | The flag that identifies the default curve. The default curve can not be edited. | |
ODS Table | ResourceCurve | |
API Business Object | ResourceCurve | |
API Field Name | IsDefault | |
PMDB Table | rsrccurv | |
PMDB Field Name | default_flag | |
Data Type | string | |
value0 | ResourceCurve - Value0 maps to RSRCCURV.value0 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value5 | ResourceCurve - Value5 maps to RSRCCURV.value5 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value10 | ResourceCurve - Value10 maps to RSRCCURV.value10 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value15 | ResourceCurve - Value15 maps to RSRCCURV.value15 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value20 | ResourceCurve - Value20 maps to RSRCCURV.value20 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value25 | ResourceCurve - Value25 maps to RSRCCURV.value25 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value30 | ResourceCurve - Value30 maps to RSRCCURV.value30 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value35 | ResourceCurve - Value35 maps to RSRCCURV.value35 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value40 | ResourceCurve - Value40 maps to RSRCCURV.value40 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value45 | ResourceCurve - Value45 maps to RSRCCURV.value45 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value50 | ResourceCurve - Value50 maps to RSRCCURV.value50 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value55 | ResourceCurve - Value55 maps to RSRCCURV.value55 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value60 | ResourceCurve - Value60 maps to RSRCCURV.value60 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value65 | ResourceCurve - Value65 maps to RSRCCURV.value65 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value70 | ResourceCurve - Value70 maps to RSRCCURV.value70 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value75 | ResourceCurve - Value75 maps to RSRCCURV.value75 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value80 | ResourceCurve - Value80 maps to RSRCCURV.value80 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value85 | ResourceCurve - Value85 maps to RSRCCURV.value85 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value90 | ResourceCurve - Value90 maps to RSRCCURV.value90 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value95 | ResourceCurve - Value95 maps to RSRCCURV.value95 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
value100 | ResourceCurve - Value100 maps to RSRCCURV.value100 | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResourceCurve | |
ODS Table | RESOURCECURVE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ObjectId | |
PMDB Table | rsrchour | |
PMDB Field Name | rsrc_hr_id | |
Data Type | integer | |
ResourceObjectId | The unique ID of the associated resource. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ResourceObjectId | |
PMDB Table | rsrchour | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
TimesheetPeriodObjectId | The unique ID of the associated timesheet. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | TimesheetPeriodObjectId | |
PMDB Table | rsrchour | |
PMDB Field Name | ts_id | |
Data Type | integer | |
ActivityTimesheetLinkFlag | the value which indicates if the record is a real timesheet entry (false) or simply a placeholder for a timesheet entry (true). | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ActivityTimesheetLinkFlag | |
PMDB Table | rsrchour | |
PMDB Field Name | task_ts_flag | |
Data Type | string | |
ResourceAssignmentObjectId | The unique ID of the associated resource assignment. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ResourceAssignmentObjectId | |
PMDB Table | rsrchour | |
PMDB Field Name | taskrsrc_id | |
Data Type | integer | |
OverheadCodeObjectId | The unique ID of the overhead code, if the hours are for an overhead activity. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | OverheadCodeObjectId | |
PMDB Table | rsrchour | |
PMDB Field Name | nonwork_type_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ProjectObjectId | |
PMDB Table | rsrchour | |
PMDB Field Name | proj_id | |
Data Type | integer | |
UnapprovedHours | The actual non-overtime units submitted by the resource on the activity. These units remain submitted until the timesheet is approved. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | UnapprovedHours | |
PMDB Table | rsrchour | |
PMDB Field Name | pend_hr_cnt | |
Data Type | double | |
ApprovedHours | The number of hours, approved. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ApprovedHours | |
PMDB Table | rsrchour | |
PMDB Field Name | hr_cnt | |
Data Type | double | |
UnapprovedOvertimeHours | The actual overtime units submitted by the resource on the acitivity. These units remain submitted until the timesheet is approved. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | UnapprovedOvertimeHours | |
PMDB Table | rsrchour | |
PMDB Field Name | pend_ot_hr_cnt | |
Data Type | double | |
ApprovedOvertimeHours | The number of overtime hours, approved. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ApprovedOvertimeHours | |
PMDB Table | rsrchour | |
PMDB Field Name | ot_hr_cnt | |
Data Type | double | |
ResourceHourDate | The date to which the hours apply. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | Date | |
PMDB Table | rsrchour | |
PMDB Field Name | work_date | |
Data Type | date | |
Status | The approval level, when timesheets require approval: 'Submitted', 'Approved', 'Resource Manager Approved', 'Project Manager Approved', 'Active', or 'Rejected'. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | Status | |
PMDB Table | rsrchour | |
PMDB Field Name | status_code | |
Data Type | string | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
ProjectName | The name of the associated project. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ProjectName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
ResourceId | The short code that uniquely identifies the resource. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
ResourceName | The name of the resource. | |
ODS Table | ResourceHour | |
API Business Object | ResourceHour | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCEHOUR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCEHOUR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCEHOUR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCEHOUR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResourceHour | |
ODS Table | RESOURCEHOUR | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | ObjectId | |
PMDB Table | rsrcrate | |
PMDB Field Name | rsrc_rate_id | |
Data Type | integer | |
ResourceObjectId | The unique ID of the associated resource. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | ResourceObjectId | |
PMDB Table | rsrcrate | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
EffectiveDate | The effective date for the resource price and maximum units per time. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | EffectiveDate | |
PMDB Table | rsrcrate | |
PMDB Field Name | start_date | |
Data Type | date | |
ShiftPeriodObjectId | The unique ID of the associated shift. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | ShiftPeriodObjectId | |
PMDB Table | rsrcrate | |
PMDB Field Name | shift_period_id | |
Data Type | integer | |
MaxUnitsPerTime | The maximum work units per time this resource can perform on all their assigned activities. For example, a person working full time could perform 8 hours of work per day. A department of five people may perform at 5 days per day. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | MaxUnitsPerTime | |
PMDB Table | rsrcrate | |
PMDB Field Name | max_qty_per_hr | |
Data Type | double | |
PricePerUnit | The non-overtime price per time for the resource. This price is used to compute costs for any activities the resource is assigned to. In general, cost = units * price per time. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | PricePerUnit | |
PMDB Table | rsrcrate | |
PMDB Field Name | cost_per_qty | |
Data Type | double | |
PricePerUnit2 | The non-overtime price per time for the resource. This price is used to compute costs for any activities the resource is assigned to. In general, cost = units * price per time. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | PricePerUnit2 | |
PMDB Table | RSRCRATE | |
PMDB Field Name | ||
Data Type | double | |
PricePerUnit3 | The non-overtime price per time for the resource. This price is used to compute costs for any activities the resource is assigned to. In general, cost = units * price per time. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | PricePerUnit3 | |
PMDB Table | RSRCRATE | |
PMDB Field Name | ||
Data Type | double | |
PricePerUnit4 | The non-overtime price per time for the resource. This price is used to compute costs for any activities the resource is assigned to. In general, cost = units * price per time. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | PricePerUnit4 | |
PMDB Table | RSRCRATE | |
PMDB Field Name | ||
Data Type | double | |
PricePerUnit5 | The non-overtime price per time for the resource. This price is used to compute costs for any activities the resource is assigned to. In general, cost = units * price per time. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | PricePerUnit5 | |
PMDB Table | RSRCRATE | |
PMDB Field Name | ||
Data Type | double | |
ResourceId | The short code that uniquely identifies the resource. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | ResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
ResourceName | The name of the resource. | |
ODS Table | ResourceRate | |
API Business Object | ResourceRate | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCERATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCERATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCERATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCERATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResourceRate | |
ODS Table | RESOURCERATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
resourceteamobjectid | ResourceResourceTeam - ResourceTeamObjectId maps to RSRFOLIO.rfolio_id | |
ODS Table | RESOURCERESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
resourceobjectid | ResourceResourceTeam - ResourceObjectId maps to RSRFOLIO.rsrc_id | |
ODS Table | RESOURCERESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCERESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCERESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCERESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCERESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResourceResourceTeam | |
ODS Table | RESOURCERESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ResourceObjectId | The unique ID of the associated resource. | |
ODS Table | ResourceRole | |
API Business Object | ResourceRole | |
API Field Name | ResourceObjectId | |
PMDB Table | rsrcrole | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
RoleObjectId | The unique ID of the associated role. | |
ODS Table | ResourceRole | |
API Business Object | ResourceRole | |
API Field Name | RoleObjectId | |
PMDB Table | rsrcrole | |
PMDB Field Name | role_id | |
Data Type | integer | |
Proficiency | The resource's proficiency at performing this role. The values are '1 - Master', '2 - Expert', '3 - Skilled', '4 - Proficient', and '5 - Inexperienced'. If the current user does not have the ViewResourceRoleProficiency global security privilege, this field may not be accessed. | |
ODS Table | ResourceRole | |
API Business Object | ResourceRole | |
API Field Name | Proficiency | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ResourceId | The short code that uniquely identifies the resource. | |
ODS Table | ResourceRole | |
API Business Object | ResourceRole | |
API Field Name | ResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
ResourceName | The name of the resource. | |
ODS Table | ResourceRole | |
API Business Object | ResourceRole | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
RoleId | The short code that uniquely identifies the role. | |
ODS Table | ResourceRole | |
API Business Object | ResourceRole | |
API Field Name | RoleId | |
PMDB Table | roles | |
PMDB Field Name | role_short_name | |
Data Type | string | |
RoleName | The name of the role. The role name uniquely identifies the role. | |
ODS Table | ResourceRole | |
API Business Object | ResourceRole | |
API Field Name | RoleName | |
PMDB Table | roles | |
PMDB Field Name | role_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCEROLE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCEROLE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCEROLE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCEROLE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResourceRole | |
ODS Table | RESOURCEROLE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | ObjectId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
CalendarObjectId | The unique ID of the calendar assigned to the resource. Resource calendars can be assigned from the global calendar pool or the resource calendar pool. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | CalendarObjectId | |
PMDB Table | rsrc | |
PMDB Field Name | clndr_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | SequenceNumber | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_seq_num | |
Data Type | integer | |
UseTimesheets | The flag that indicates whether the resource uses timesheets. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | UseTimesheets | |
PMDB Table | rsrc | |
PMDB Field Name | timesheet_flag | |
Data Type | string | |
IsActive | The flag that indicates whether the resource is currently active. Non-active resources may have left the organization but are not deleted from the system since they may have actual hours. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | IsActive | |
PMDB Table | rsrc | |
PMDB Field Name | active_flag | |
Data Type | string | |
ResourceType | The resource type: "Labor", "Nonlabor", or "Material". | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | ResourceType | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_type | |
Data Type | string | |
AutoComputeActuals | The flag that identifies whether the activity actual and remaining units, start dates and finish dates for the resource are computed automatically using the planned dates, planned units and the activity's schedule percent complete. If this option is selected, the actual/remaining units and actual dates are automatically updated when project actuals are applied. This assumes that all work by the resource proceeds according to plan. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | AutoComputeActuals | |
PMDB Table | rsrc | |
PMDB Field Name | auto_compute_act_flag | |
Data Type | string | |
IsOverTimeAllowed | The flag that indicates whether the resource is allowed to log overtime hours. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | IsOverTimeAllowed | |
PMDB Table | rsrc | |
PMDB Field Name | ot_flag | |
Data Type | string | |
CalculateCostFromUnits | the option to indicate that any new assignments for this resource will have its costs recalculated whenever any quantity changes occur. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | CalculateCostFromUnits | |
PMDB Table | rsrc | |
PMDB Field Name | def_cost_qty_link_flag | |
Data Type | string | |
Id | The short code that uniquely identifies the resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | Id | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
Name | The name of the resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | Name | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
ParentObjectId | The unique ID of the parent resource of this resource in the hierarchy. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | ParentObjectId | |
PMDB Table | rsrc | |
PMDB Field Name | parent_rsrc_id | |
Data Type | integer | |
TimesheetApprovalMgrObjectId | The unique ID of the resource manager assigned to approve timesheets for the resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | TimesheetApprovalManagerObjectId | |
PMDB Table | rsrc | |
PMDB Field Name | ts_approve_user_id | |
Data Type | integer | |
UserObjectId | The unique ID of the associated user. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | UserObjectId | |
PMDB Table | rsrc | |
PMDB Field Name | user_id | |
Data Type | integer | |
PrimaryRoleObjectId | The unique ID of the role that is assigned as the resource's primary role. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | PrimaryRoleObjectId | |
PMDB Table | rsrc | |
PMDB Field Name | role_id | |
Data Type | integer | |
CurrencyObjectId | The unique ID of the currency associated with this resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | CurrencyObjectId | |
PMDB Table | rsrc | |
PMDB Field Name | curr_id | |
Data Type | integer | |
ShiftObjectId | The unique ID of the shift associated with the resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | ShiftObjectId | |
PMDB Table | rsrc | |
PMDB Field Name | shift_id | |
Data Type | integer | |
OvertimeFactor | The overtime factor used to compute the overtime price for the resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | OvertimeFactor | |
PMDB Table | rsrc | |
PMDB Field Name | ot_factor | |
Data Type | double | |
DefaultUnitsPerTime | The default units/time setting, which determines the value of the remaining units/time and planned units/time when a resource assignment is added. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | DefaultUnitsPerTime | |
PMDB Table | rsrc | |
PMDB Field Name | def_qty_per_hr | |
Data Type | double | |
OfficePhone | The office phone number for the resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | OfficePhone | |
PMDB Table | rsrc | |
PMDB Field Name | office_phone | |
Data Type | string | |
OtherPhone | The other phone numbers for the resource - pager, home phone, cell phone, etc. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | OtherPhone | |
PMDB Table | rsrc | |
PMDB Field Name | other_phone | |
Data Type | string | |
EmployeeId | The resource identifier within the organization, typically the employee number or social security number. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | EmployeeId | |
PMDB Table | rsrc | |
PMDB Field Name | employee_code | |
Data Type | string | |
Title | The title of the resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | Title | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_title_name | |
Data Type | string | |
EmailAddress | The e-mail address for the resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | EmailAddress | |
PMDB Table | rsrc | |
PMDB Field Name | email_addr | |
Data Type | string | |
UnitOfMeasureObjectId | The unit of measure this material resource uses. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | UnitOfMeasureObjectId | |
PMDB Table | rsrc | |
PMDB Field Name | unit_id | |
Data Type | integer | |
ResourceNotes | The notes about the resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | ResourceNotes | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_notes | |
Data Type | clob | |
CalendarName | The name of the calendar. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | CalendarName | |
PMDB Table | calendar | |
PMDB Field Name | clndr_name | |
Data Type | string | |
CurrencyId | The unique currency abbreviation for the currency associated with this resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | CurrencyId | |
PMDB Table | currtype | |
PMDB Field Name | curr_short_name | |
Data Type | string | |
CurrencyName | The name of the currency associated with this resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | CurrencyName | |
PMDB Table | currtype | |
PMDB Field Name | curr_type | |
Data Type | string | |
PrimaryRoleId | The short code that uniquely identifies the primary role for this resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | PrimaryRoleId | |
PMDB Table | roles | |
PMDB Field Name | role_short_name | |
Data Type | string | |
PrimaryRoleName | The name of the primary role for this resource | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | PrimaryRoleName | |
PMDB Table | roles | |
PMDB Field Name | role_name | |
Data Type | string | |
TimesheetApprovalManager | The resource manager assigned to approve timesheets for the resource. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | TimesheetApprovalManager | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
UserName | The user's login name. | |
ODS Table | Resources | |
API Business Object | Resource | |
API Field Name | UserName | |
PMDB Table | users | |
PMDB Field Name | user_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCES | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCES | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCES | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCES | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Resources | |
ODS Table | RESOURCES | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
RDBMSUSERID | ||
ODS Table | RESOURCESECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
RESOURCEOBJECTID | ||
ODS Table | RESOURCESECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer |
ObjectId | The unique ID generated by the system. | |
ODS Table | ResourceTeam | |
API Business Object | ResourceTeam | |
API Field Name | ObjectId | |
PMDB Table | rfolio | |
PMDB Field Name | rfolio_id | |
Data Type | integer | |
UserObjectId | The unique ID of the associated user. | |
ODS Table | ResourceTeam | |
API Business Object | ResourceTeam | |
API Field Name | UserObjectId | |
PMDB Table | rfolio | |
PMDB Field Name | user_id | |
Data Type | integer | |
Name | The name of the resource team. | |
ODS Table | ResourceTeam | |
API Business Object | ResourceTeam | |
API Field Name | Name | |
PMDB Table | rfolio | |
PMDB Field Name | rfolio_name | |
Data Type | string | |
Description | The description of the resource team. | |
ODS Table | ResourceTeam | |
API Business Object | ResourceTeam | |
API Field Name | Description | |
PMDB Table | rfolio | |
PMDB Field Name | rfolio_descr | |
Data Type | string | |
UserName | The user's login name. | |
ODS Table | ResourceTeam | |
API Business Object | ResourceTeam | |
API Field Name | UserName | |
PMDB Table | users | |
PMDB Field Name | user_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | RESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ResourceTeam | |
ODS Table | RESOURCETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | RiskType | |
API Business Object | RiskType | |
API Field Name | ObjectId | |
PMDB Table | risktype | |
PMDB Field Name | risk_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | RiskType | |
API Business Object | RiskType | |
API Field Name | SequenceNumber | |
PMDB Table | risktype | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the risk type. | |
ODS Table | RiskType | |
API Business Object | RiskType | |
API Field Name | Name | |
PMDB Table | risktype | |
PMDB Field Name | risk_type | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | RISKTYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | RISKTYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | RISKTYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | RISKTYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on RiskType | |
ODS Table | RISKTYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | Role | |
API Business Object | Role | |
API Field Name | ObjectId | |
PMDB Table | roles | |
PMDB Field Name | role_id | |
Data Type | integer | |
Id | The short code that uniquely identifies the role. | |
ODS Table | Role | |
API Business Object | Role | |
API Field Name | Id | |
PMDB Table | roles | |
PMDB Field Name | role_short_name | |
Data Type | string | |
Name | The name of the role. The role name uniquely identifies the role. | |
ODS Table | Role | |
API Business Object | Role | |
API Field Name | Name | |
PMDB Table | roles | |
PMDB Field Name | role_name | |
Data Type | string | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | Role | |
API Business Object | Role | |
API Field Name | SequenceNumber | |
PMDB Table | roles | |
PMDB Field Name | seq_num | |
Data Type | integer | |
ParentObjectId | The unique ID of the parent role of this role in the hierarchy. | |
ODS Table | Role | |
API Business Object | Role | |
API Field Name | ParentObjectId | |
PMDB Table | roles | |
PMDB Field Name | parent_role_id | |
Data Type | integer | |
CalculateCostFromUnits | The option that indicates whether costs and quantities are linked, and whether quantities should be updated when costs are updated. | |
ODS Table | Role | |
API Business Object | Role | |
API Field Name | CalculateCostFromUnits | |
PMDB Table | roles | |
PMDB Field Name | def_cost_qty_link_flag | |
Data Type | string | |
Responsibilities | The responsibilities for the role. | |
ODS Table | Role | |
API Business Object | Role | |
API Field Name | Responsibilities | |
PMDB Table | roles | |
PMDB Field Name | role_descr | |
Data Type | clob | |
lastupdateuser | Last Update User | |
ODS Table | ROLE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ROLE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ROLE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ROLE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Role | |
ODS Table | ROLE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | RoleRate | |
API Business Object | RoleRate | |
API Field Name | ObjectId | |
PMDB Table | rolerate | |
PMDB Field Name | role_rate_id | |
Data Type | integer | |
RoleObjectId | The unique ID of the associated role. | |
ODS Table | RoleRate | |
API Business Object | RoleRate | |
API Field Name | RoleObjectId | |
PMDB Table | rolerate | |
PMDB Field Name | role_id | |
Data Type | integer | |
PricePerUnit | The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time. | |
ODS Table | RoleRate | |
API Business Object | RoleRate | |
API Field Name | PricePerUnit | |
PMDB Table | rolerate | |
PMDB Field Name | cost_per_qty | |
Data Type | double | |
PricePerUnit2 | The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time. | |
ODS Table | RoleRate | |
API Business Object | RoleRate | |
API Field Name | PricePerUnit2 | |
PMDB Table | ROLERATE | |
PMDB Field Name | ||
Data Type | double | |
PricePerUnit3 | The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time. | |
ODS Table | RoleRate | |
API Business Object | RoleRate | |
API Field Name | PricePerUnit3 | |
PMDB Table | ROLERATE | |
PMDB Field Name | ||
Data Type | double | |
PricePerUnit4 | The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time. | |
ODS Table | RoleRate | |
API Business Object | RoleRate | |
API Field Name | PricePerUnit4 | |
PMDB Table | ROLERATE | |
PMDB Field Name | ||
Data Type | double | |
PricePerUnit5 | The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time. | |
ODS Table | RoleRate | |
API Business Object | RoleRate | |
API Field Name | PricePerUnit5 | |
PMDB Table | ROLERATE | |
PMDB Field Name | ||
Data Type | double | |
RoleId | The short code that uniquely identifies the role. | |
ODS Table | RoleRate | |
API Business Object | RoleRate | |
API Field Name | RoleId | |
PMDB Table | roles | |
PMDB Field Name | role_short_name | |
Data Type | string | |
RoleName | The name of the role. The role name uniquely identifies the role. | |
ODS Table | RoleRate | |
API Business Object | RoleRate | |
API Field Name | RoleName | |
PMDB Table | roles | |
PMDB Field Name | role_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | ROLERATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ROLERATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ROLERATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ROLERATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on RoleRate | |
ODS Table | ROLERATE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
roleteamobjectid | RoleRoleTeam - RoleTeamObjectId maps to ROLFOLIO.rlfolio_id | |
ODS Table | ROLEROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
roleobjectid | RoleRoleTeam - RoleObjectId maps to ROLFOLIO.role_id | |
ODS Table | ROLEROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
lastupdateuser | Last Update User | |
ODS Table | ROLEROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ROLEROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ROLEROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ROLEROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on RoleRoleTeam | |
ODS Table | ROLEROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | RoleTeam | |
API Business Object | RoleTeam | |
API Field Name | ObjectId | |
PMDB Table | rlfolio | |
PMDB Field Name | rlfolio_id | |
Data Type | integer | |
UserObjectId | The unique ID of a specific user who has access to the selected role team. | |
ODS Table | RoleTeam | |
API Business Object | RoleTeam | |
API Field Name | UserObjectId | |
PMDB Table | rlfolio | |
PMDB Field Name | user_id | |
Data Type | integer | |
Name | The name of the role team. | |
ODS Table | RoleTeam | |
API Business Object | RoleTeam | |
API Field Name | Name | |
PMDB Table | rlfolio | |
PMDB Field Name | rlfolio_name | |
Data Type | string | |
Description | The description of the role team. | |
ODS Table | RoleTeam | |
API Business Object | RoleTeam | |
API Field Name | Description | |
PMDB Table | rlfolio | |
PMDB Field Name | rlfolio_descr | |
Data Type | string | |
UserName | The user's login name. | |
ODS Table | RoleTeam | |
API Business Object | RoleTeam | |
API Field Name | UserName | |
PMDB Table | users | |
PMDB Field Name | user_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | ROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | ROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | ROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | ROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on RoleTeam | |
ODS Table | ROLETEAM | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | Shift | |
API Business Object | Shift | |
API Field Name | ObjectId | |
PMDB Table | shift | |
PMDB Field Name | shift_id | |
Data Type | integer | |
Name | The name of the shift. | |
ODS Table | Shift | |
API Business Object | Shift | |
API Field Name | Name | |
PMDB Table | shift | |
PMDB Field Name | shift_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | SHIFT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | SHIFT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | SHIFT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | SHIFT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Shift | |
ODS Table | SHIFT | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | ShiftPeriod | |
API Business Object | ShiftPeriod | |
API Field Name | ObjectId | |
PMDB Table | shiftper | |
PMDB Field Name | shift_period_id | |
Data Type | integer | |
ShiftObjectId | The unique ID of the associated shift. | |
ODS Table | ShiftPeriod | |
API Business Object | ShiftPeriod | |
API Field Name | ShiftObjectId | |
PMDB Table | shiftper | |
PMDB Field Name | shift_id | |
Data Type | integer | |
StartHour | The start time of the shift that is displayed on screen. The values range from 0 to 23. | |
ODS Table | ShiftPeriod | |
API Business Object | ShiftPeriod | |
API Field Name | StartHour | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
lastupdateuser | Last Update User | |
ODS Table | SHIFTPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | SHIFTPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | SHIFTPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | SHIFTPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on ShiftPeriod | |
ODS Table | SHIFTPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
OBJECTID | ||
ODS Table | TEMP_OBS_SECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
PROJECTOBJECTID | ||
ODS Table | TEMP_OBS_SECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
WHOLEPROJECTFLAG | ||
ODS Table | TEMP_OBS_SECURITY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | character |
TimesheetPeriodObjectId | The unique ID of the timesheet period. | |
ODS Table | Timesheet | |
API Business Object | Timesheet | |
API Field Name | TimesheetPeriodObjectId | |
PMDB Table | timesht | |
PMDB Field Name | ts_id | |
Data Type | integer | |
ResourceObjectId | The unique ID of the associated resource. | |
ODS Table | Timesheet | |
API Business Object | Timesheet | |
API Field Name | ResourceObjectId | |
PMDB Table | timesht | |
PMDB Field Name | rsrc_id | |
Data Type | integer | |
IsDaily | The flag that identifies whether timesheet users enter hours daily or by entire timesheet reporting period. | |
ODS Table | Timesheet | |
API Business Object | Timesheet | |
API Field Name | IsDaily | |
PMDB Table | timesht | |
PMDB Field Name | daily_flag | |
Data Type | string | |
Status | The current status of the timesheet: 'Submitted', 'Approved', 'Resource Manager Approved', 'Project Manager Approved', 'Active', or 'Rejected'. | |
ODS Table | Timesheet | |
API Business Object | Timesheet | |
API Field Name | Status | |
PMDB Table | timesht | |
PMDB Field Name | status_code | |
Data Type | string | |
LastReceivedDate | The last date on which the timesheet was submitted by the resource. | |
ODS Table | Timesheet | |
API Business Object | Timesheet | |
API Field Name | LastReceivedDate | |
PMDB Table | timesht | |
PMDB Field Name | last_recv_date | |
Data Type | date | |
StatusDate | The date on which the status of the timesheet was last changed. | |
ODS Table | Timesheet | |
API Business Object | Timesheet | |
API Field Name | StatusDate | |
PMDB Table | timesht | |
PMDB Field Name | status_date | |
Data Type | date | |
Notes | The notes associated with the timesheet. | |
ODS Table | Timesheet | |
API Business Object | Timesheet | |
API Field Name | Notes | |
PMDB Table | timesht | |
PMDB Field Name | ts_notes | |
Data Type | clob | |
ResourceId | The short code that uniquely identifies the resource. | |
ODS Table | Timesheet | |
API Business Object | Timesheet | |
API Field Name | ResourceId | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_short_name | |
Data Type | string | |
ResourceName | The name of the resource. | |
ODS Table | Timesheet | |
API Business Object | Timesheet | |
API Field Name | ResourceName | |
PMDB Table | rsrc | |
PMDB Field Name | rsrc_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | TIMESHEET | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | TIMESHEET | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | TIMESHEET | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | TIMESHEET | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Timesheet | |
ODS Table | TIMESHEET | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | TimesheetPeriod | |
API Business Object | TimesheetPeriod | |
API Field Name | ObjectId | |
PMDB Table | tsdates | |
PMDB Field Name | ts_id | |
Data Type | integer | |
StartDate | The timesheet period start date. | |
ODS Table | TimesheetPeriod | |
API Business Object | TimesheetPeriod | |
API Field Name | StartDate | |
PMDB Table | tsdates | |
PMDB Field Name | start_date | |
Data Type | date | |
EndDate | The timesheet period end date. | |
ODS Table | TimesheetPeriod | |
API Business Object | TimesheetPeriod | |
API Field Name | EndDate | |
PMDB Table | tsdates | |
PMDB Field Name | end_date | |
Data Type | date | |
lastupdateuser | Last Update User | |
ODS Table | TIMESHEETPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | TIMESHEETPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | TIMESHEETPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | TIMESHEETPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on TimesheetPeriod | |
ODS Table | TIMESHEETPERIOD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | UDFCode | |
API Business Object | UDFCode | |
API Field Name | ObjectId | |
PMDB Table | udfcode | |
PMDB Field Name | udf_code_id | |
Data Type | integer | |
CodeTypeObjectId | The unique ID of the code type. | |
ODS Table | UDFCode | |
API Business Object | UDFCode | |
API Field Name | CodeTypeObjectId | |
PMDB Table | udfcode | |
PMDB Field Name | udf_type_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | UDFCode | |
API Business Object | UDFCode | |
API Field Name | SequenceNumber | |
PMDB Table | udfcode | |
PMDB Field Name | seq_num | |
Data Type | integer | |
CodeValue | The short ID that uniquely identifies the code within the code type. | |
ODS Table | UDFCode | |
API Business Object | UDFCode | |
API Field Name | CodeValue | |
PMDB Table | udfcode | |
PMDB Field Name | short_name | |
Data Type | string | |
Description | The description of the code. | |
ODS Table | UDFCode | |
API Business Object | UDFCode | |
API Field Name | Description | |
PMDB Table | udfcode | |
PMDB Field Name | udf_code_name | |
Data Type | string | |
CodeTypeTitle | The title of the parent code type for this code. | |
ODS Table | UDFCode | |
API Business Object | UDFCode | |
API Field Name | CodeTypeTitle | |
PMDB Table | udftype | |
PMDB Field Name | udf_type_label | |
Data Type | string | |
issecurecode | UDFCode - IsSecureCode maps to udfcode.super_flag | |
ODS Table | UDFCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | UDFCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | UDFCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | UDFCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | UDFCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on UDFCode | |
ODS Table | UDFCODE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | UDFType | |
API Business Object | UDFType | |
API Field Name | ObjectId | |
PMDB Table | udftype | |
PMDB Field Name | udf_type_id | |
Data Type | integer | |
SubjectArea | The subject area of the user-defined field: "Activity", "Activity Expense", "Activity Step", "Activity Step Template Item", "Project", "Project Issue", "Project Risk", "Resource", "Resource Assignment", "WBS", or "Work Products and Documents". | |
ODS Table | UDFType | |
API Business Object | UDFType | |
API Field Name | SubjectArea | |
PMDB Table | udftype | |
PMDB Field Name | table_name | |
Data Type | string | |
Title | The name/title of the user-defined field. | |
ODS Table | UDFType | |
API Business Object | UDFType | |
API Field Name | Title | |
PMDB Table | udftype | |
PMDB Field Name | udf_type_label | |
Data Type | string | |
DataType | The data type of the user-defined field: "Text", "Start Date", "Finish Date", "Cost", "Double", "Integer", "Indicator", or "Code". | |
ODS Table | UDFType | |
API Business Object | UDFType | |
API Field Name | DataType | |
PMDB Table | udftype | |
PMDB Field Name | logical_data_type | |
Data Type | string | |
IsSecureCode | the flag indicating whether this is a secure code type. | |
ODS Table | UDFType | |
API Business Object | UDFType | |
API Field Name | IsSecureCode | |
PMDB Table | udftype | |
PMDB Field Name | super_flag | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | UDFTYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | UDFTYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | UDFTYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | UDFTYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on UDFType | |
ODS Table | UDFTYPE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
UDFTypeObjectId | The unique ID of the associated UDF type. | |
ODS Table | UDFValue | |
API Business Object | UDFValue | |
API Field Name | UDFTypeObjectId | |
PMDB Table | udfvalue | |
PMDB Field Name | udf_type_id | |
Data Type | integer | |
ForeignObjectId | The unique ID of the business object to which the UDF is assigned: ProjectObjectId, ActivityObjectId, ResourceObjectId, etc. | |
ODS Table | UDFValue | |
API Business Object | UDFValue | |
API Field Name | ForeignObjectId | |
PMDB Table | udfvalue | |
PMDB Field Name | fk_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | UDFValue | |
API Business Object | UDFValue | |
API Field Name | ProjectObjectId | |
PMDB Table | udfvalue | |
PMDB Field Name | proj_id | |
Data Type | integer | |
UDFDate | The value of the start date UDF. | |
ODS Table | UDFValue | |
API Business Object | UDFValue | |
API Field Name | StartDate | |
PMDB Table | udfvalue | |
PMDB Field Name | udf_date | |
Data Type | date | |
UDFText | The value of the text UDF. | |
ODS Table | UDFValue | |
API Business Object | UDFValue | |
API Field Name | Text | |
PMDB Table | udfvalue | |
PMDB Field Name | udf_text | |
Data Type | string | |
UDFNumber | The value of the double UDF. | |
ODS Table | UDFValue | |
API Business Object | UDFValue | |
API Field Name | Double | |
PMDB Table | udfvalue | |
PMDB Field Name | udf_number | |
Data Type | number | |
UDFCodeObjectId | The unique ID of the associated UDF code. | |
ODS Table | UDFValue | |
API Business Object | UDFValue | |
API Field Name | UDFCodeObjectId | |
PMDB Table | udfvalue | |
PMDB Field Name | udf_code_id | |
Data Type | integer | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | UDFValue | |
API Business Object | UDFValue | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
subjectarea | UDFValue - SubjectArea maps to UDFTYPE.table_name | |
ODS Table | UDFVALUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
datatype | UDFValue - DataType maps to UDFTYPE.logical_data_type | |
ODS Table | UDFVALUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
issecurecode | UDFType - IsSecureCode maps to UDFTYPE.super_flag | |
ODS Table | UDFVALUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | UDFVALUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | UDFVALUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | UDFVALUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | UDFVALUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on UDFValue | |
ODS Table | UDFVALUE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | UnitOfMeasure | |
API Business Object | UnitOfMeasure | |
API Field Name | ObjectId | |
PMDB Table | umeasure | |
PMDB Field Name | unit_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | UnitOfMeasure | |
API Business Object | UnitOfMeasure | |
API Field Name | SequenceNumber | |
PMDB Table | umeasure | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the unit of measure. | |
ODS Table | UnitOfMeasure | |
API Business Object | UnitOfMeasure | |
API Field Name | Name | |
PMDB Table | umeasure | |
PMDB Field Name | unit_name | |
Data Type | string | |
Abbreviation | The abbreviation of the unit of measure. | |
ODS Table | UnitOfMeasure | |
API Business Object | UnitOfMeasure | |
API Field Name | Abbreviation | |
PMDB Table | umeasure | |
PMDB Field Name | unit_abbrev | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | UNITOFMEASURE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | UNITOFMEASURE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | UNITOFMEASURE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | UNITOFMEASURE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on UnitOfMeasure | |
ODS Table | UNITOFMEASURE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
UserObjectId | The unique ID of the user who is assigned to the project OBS. | |
ODS Table | UserOBS | |
API Business Object | UserOBS | |
API Field Name | UserObjectId | |
PMDB Table | userobs | |
PMDB Field Name | user_id | |
Data Type | integer | |
OBSObjectId | The unique ID of the OBS to which the user is granted access. | |
ODS Table | UserOBS | |
API Business Object | UserOBS | |
API Field Name | OBSObjectId | |
PMDB Table | userobs | |
PMDB Field Name | obs_id | |
Data Type | integer | |
ProjectProfileObjectId | The unique ID of the project profile with which the user is granted access to the project and OBS. See the ProjectProfile class for a constant defining the fixed profile of Project Superuser. | |
ODS Table | UserOBS | |
API Business Object | UserOBS | |
API Field Name | ProjectProfileObjectId | |
PMDB Table | userobs | |
PMDB Field Name | prof_id | |
Data Type | integer | |
OBSName | The name of the person/role in the organization, sometimes referred to as the "responsible manager". | |
ODS Table | UserOBS | |
API Business Object | UserOBS | |
API Field Name | OBSName | |
PMDB Table | obs | |
PMDB Field Name | obs_name | |
Data Type | string | |
ProfileName | The name of security profile. | |
ODS Table | UserOBS | |
API Business Object | UserOBS | |
API Field Name | ProfileName | |
PMDB Table | profile | |
PMDB Field Name | prof_name | |
Data Type | string | |
UserName | The user's login name. | |
ODS Table | UserOBS | |
API Business Object | UserOBS | |
API Field Name | UserName | |
PMDB Table | users | |
PMDB Field Name | user_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | USEROBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | USEROBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | USEROBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | USEROBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on UserOBS | |
ODS Table | USEROBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
profileid | UserOBS - UserObjectId maps to USEROBS.user_id | |
ODS Table | USERPROFILEPRIVILEGE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
privlegenumber | UserOBS - OBSObjectId maps to USEROBS.obs_id | |
ODS Table | USERPROFILEPRIVILEGE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
allowflag | UserOBS - ProjectProfileObjectId maps to USEROBS.prof_id | |
ODS Table | USERPROFILEPRIVILEGE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | USERPROFILEPRIVILEGE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | USERPROFILEPRIVILEGE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | USERPROFILEPRIVILEGE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | USERPROFILEPRIVILEGE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on UserOBS | |
ODS Table | USERPROFILEPRIVILEGE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | ObjectId | |
PMDB Table | users | |
PMDB Field Name | user_id | |
Data Type | integer | |
EmailProtocol | The email type for the user: 'Internet Mail' or 'MAPI Mail'. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | EmailProtocol | |
PMDB Table | users | |
PMDB Field Name | email_type | |
Data Type | string | |
Name | The user's login name. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | Name | |
PMDB Table | users | |
PMDB Field Name | user_name | |
Data Type | string | |
GlobalProfileObjectId | The unique ID of the global security profile assigned to the user. See the GlobalProfile class for constants defining the fixed profiles of Admin Superuser and No Global Privileges. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | GlobalProfileObjectId | |
PMDB Table | users | |
PMDB Field Name | prof_id | |
Data Type | integer | |
CurrencyObjectId | The unique ID of the associated currency | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | CurrencyObjectId | |
PMDB Table | users | |
PMDB Field Name | curr_id | |
Data Type | integer | |
AllResourceAccessFlag | The flag that determines whether the user has all resource access (TRUE) or restricted resource access (FALSE). Admin Superusers always have all resource access. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | AllResourceAccessFlag | |
PMDB Table | users | |
PMDB Field Name | all_rsrc_access_flag | |
Data Type | string | |
MailServerLoginName | The mail login name (profile name) for the current user to send outgoing email. If the email protocol is MAPI, this field should contain the MAPI profile name (e.g. "Microsoft Mail Settings"). This field is not required for Internet email users. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | MailServerLoginName | |
PMDB Table | users | |
PMDB Field Name | email_srv_user_name | |
Data Type | string | |
OfficePhone | The work phone number of the user. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | OfficePhone | |
PMDB Table | users | |
PMDB Field Name | office_phone | |
Data Type | string | |
PersonalName | The user's personal or actual name. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | PersonalName | |
PMDB Table | users | |
PMDB Field Name | actual_name | |
Data Type | string | |
OutgoingMailServer | The outgoing mail server (SMTP) address used to send outgoing email for this user. The address may be a host name or an IP address. This field is used only with the Internet email protocol, and is not required for MAPI. Example: "smtp.yourdomain.com". | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | OutgoingMailServer | |
PMDB Table | users | |
PMDB Field Name | email_send_server | |
Data Type | string | |
EmailAddress | The current user's return email address. This will be used in the "FROM" line for any email sent by this user. Example: "yourname@yourdomain.com". For MAPI users, this may just be the MAPI profile name or mailbox name. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | EmailAddress | |
PMDB Table | users | |
PMDB Field Name | email_addr | |
Data Type | string | |
respectactivitydurationtype | Users - RespectActivityDurationType maps to USERS.notify_prefs | |
ODS Table | USERS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
AssignmentStaffingPreference | The value that determines whether the current or the new resource's Units per Time and Overtime factor is used to calculate costs when assigning the resource to an existing activity assignment. If the AssignmentStaffingPreference is set to 'Ask Me', the default value is then current resource. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | AssignmentStaffingPreference | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
CurrencyId | The unique currency abbreviation for the currency associated with this user. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | CurrencyId | |
PMDB Table | currtype | |
PMDB Field Name | curr_short_name | |
Data Type | string | |
CurrencyName | The name of the currency associated with this user. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | CurrencyName | |
PMDB Table | currtype | |
PMDB Field Name | curr_type | |
Data Type | string | |
FinancialPeriodEndObjectId | The unique ID generated by the system of the last financial period viewable in columns in Project Management. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | FinancialPeriodEndObjectId | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
FinancialPeriodStartObjectId | The unique ID generated by the system of the first financial period viewable in columns in Project Management. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | FinancialPeriodStartObjectId | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
NewProjectDurationType | the default duration type assigned to new activities. Valid values are 'Fixed Units/Time', 'Fixed Duration and Units/Time', 'Fixed Units', or 'Fixed Duration and Units'. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | NewProjectDurationType | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
RateSourcePreference | The value that determines which price/unit will be used by default to calculate costs for the assignment when both a resource and role are assigned. If the value is 'Resource', the resource's price/unit will be used. If the value is 'Role', the role's price/unit will be used. If the value is 'Ask me', the default is set to 'Resource'. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | RateSourcePreference | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
rdbmsuserid | ||
ODS Table | USERS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ReportingFlag | The flag that determines whether the user can access ODS database as a database user. | |
ODS Table | Users | |
API Business Object | User | |
API Field Name | ReportingFlag | |
PMDB Table | users | |
PMDB Field Name | report_user_flag | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | USERS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | USERS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | USERS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | USERS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Users | |
ODS Table | USERS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | ObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | ProjectObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | proj_id | |
Data Type | integer | |
OBSObjectId | The unique ID of the project manager from the project's OBS tree who is responsible for the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | OBSObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | obs_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SequenceNumber | |
PMDB Table | projwbs | |
PMDB Field Name | seq_num | |
Data Type | integer | |
EstimatedWeight | The estimation weight for the WBS element, used for top-down estimation. Top-down estimation weights are used to calculate the proportion of units that each WBS element or activity receives in relation to its siblings in the WBS hierarchy. Top-down estimation distributes estimated units in a top-down manner to activities using the WBS hierarchy. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | EstimatedWeight | |
PMDB Table | projwbs | |
PMDB Field Name | est_wt | |
Data Type | double | |
ContainsSummaryData | The flag that indicates that the WBS has been summarized. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | ContainsSummaryData | |
PMDB Table | projwbs | |
PMDB Field Name | sum_data_flag | |
Data Type | string | |
Status | The WBS status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | Status | |
PMDB Table | projwbs | |
PMDB Field Name | status_code | |
Data Type | string | |
Code | The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | Code | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_short_name | |
Data Type | string | |
Name | The name of the WBS element. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | Name | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
WBSCategoryObjectId | The unique ID of the associated WBS category value. Note that the label used for the WBS category is dynamic; it is controlled by the system administrator. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | WBSCategoryObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | phase_id | |
Data Type | integer | |
ParentObjectId | The unique ID of the parent WBS of this WBS in the hierarchy. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | ParentObjectId | |
PMDB Table | projwbs | |
PMDB Field Name | parent_wbs_id | |
Data Type | integer | |
EarnedValueUserPercent | The user-defined percent complete for computing earned value for activities within the WBS. A value of, say, 25 means that 25% of the planned amount is earned when the activity is started and the remainder is earned when the activity is completed. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | EarnedValueUserPercent | |
PMDB Table | projwbs | |
PMDB Field Name | ev_user_pct | |
Data Type | double | |
EarnedValueETCUserValue | The user-defined performance factor, PF, for computing earned-value estimate-to-complete. ETC is computed as PF * ( BAC - BCWP). | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | EarnedValueETCUserValue | |
PMDB Table | projwbs | |
PMDB Field Name | ev_etc_user_value | |
Data Type | double | |
OriginalBudget | The original budget for the WBS element. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | OriginalBudget | |
PMDB Table | projwbs | |
PMDB Field Name | orig_cost | |
Data Type | double | |
IndependentETCTotalCost | The user-entered ETC total cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | IndependentETCTotalCost | |
PMDB Table | projwbs | |
PMDB Field Name | indep_remain_total_cost | |
Data Type | double | |
IndependentETCLaborUnits | The user-entered ETC total labor. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | IndependentETCLaborUnits | |
PMDB Table | projwbs | |
PMDB Field Name | indep_remain_work_qty | |
Data Type | double | |
AnticipatedStartDate | The anticipated start date of WBS, project and EPS elements. User-entered - not dependent upon any other fields. If there are no children, the anticipated start date will be the start date displayed in the columns. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | AnticipatedStartDate | |
PMDB Table | projwbs | |
PMDB Field Name | anticip_start_date | |
Data Type | date | |
AnticipatedFinishDate | The anticipated finish date of WBS, project and EPS elements. User-entered - not dependent upon any other fields. If there are no children, the anticipated finish date will be the finish date displayed in the columns. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | AnticipatedFinishDate | |
PMDB Table | projwbs | |
PMDB Field Name | anticip_end_date | |
Data Type | date | |
EarnedValueComputeType | The technique used for computing earned-value percent complete for activities within the WBS. Valid values are 'Activity Percent Complete', '0 / 100', '50 / 50', 'Custom Percent Complete', 'WBS Milestones Percent Complete', and 'Activity Percent Complete Using Resource Curves'. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | EarnedValueComputeType | |
PMDB Table | projwbs | |
PMDB Field Name | ev_compute_type | |
Data Type | string | |
EarnedValueETCComputeType | The technique for computing earned-value estimate-to-complete for activities within the WBS. Valid values are 'ETC = Remaining Cost for Activity', 'Performance Factor = 1', 'Performance Factor = Custom Value', 'Performance Factor = 1 / Cost Performance Index', and 'Performance Factor = 1 / (Cost Performance Index * Schedule Performance Index)'. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | EarnedValueETCComputeType | |
PMDB Table | projwbs | |
PMDB Field Name | ev_etc_compute_type | |
Data Type | string | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
CurrentBudget | The current budget for this WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | CurrentBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
CurrentVariance | The current budget minus the total spending plan. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | CurrentVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
DistributedCurrentBudget | The sum of the current budget values from one level lower | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | DistributedCurrentBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
FinishDate | The finish date of the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | FinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ForecastFinishDate | The alternate end date to be optionally used by the scheduler. The user sets the alternate end date by dragging the project bar in the Gantt Chart while manually leveling the resource profile in a resource analysis layout. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | ForecastFinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ForecastStartDate | The alternate start date to be optionally used by the scheduler. The user sets the alternate start date by dragging the project bar in the Gantt Chart while manually leveling the resource profile in a resource analysis layout. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | ForecastStartDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
fullname | ||
ODS Table | WBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
OBSName | The name of the person/role in the organization, sometimes referred to as the "responsible manager". | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | OBSName | |
PMDB Table | obs | |
PMDB Field Name | obs_name | |
Data Type | string | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
ProposedBudget | The sum of the original budget plus the approved and pending budgets from the budget change log. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | ProposedBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
StartDate | The start date of the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | StartDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SumAccountingVarByLaborUnits | the Planned Value Labor Units minus the Actual Units. Negative value indicates that Actual Units have exceeded the Planned Value Labor Units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAccountingVarianceByLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAccountingVarianceByCost | the Planned Value minus the Actual Cost. A negative value indicates that the Actual Cost has exceeded the Planned Value. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAccountingVarianceByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumActThisPeriodMaterialCost | The actual this period material cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualThisPeriodMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_mat_cost | |
Data Type | number | |
SumActThisPeriodNonLaborCost | The actual this period nonlabor cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualThisPeriodNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_equip_cost | |
Data Type | number | |
SumActThisPeriodNonLaborUnits | The actual this period nonlabor units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualThisPeriodNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_equip_qty | |
Data Type | number | |
SumActualThisPeriodLaborCost | The actual this period labor cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualThisPeriodLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_work_cost | |
Data Type | number | |
SumActualThisPeriodLaborUnits | The actual this period labor units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualThisPeriodLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_this_per_work_qty | |
Data Type | number | |
SumAtCompletionMaterialCost | The material cost at completion. It is the sum of the actual plus remaining costs for all material resources assigned to the activity. Computed as actual material cost + remaining material cost. Same as the planned material costs if the activity is not started and the actual material costs once the activity is completed. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAtCompletionMaterialCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionNonLaborCost | The nonlabor cost at completion. It is the sum of the actual plus remaining costs for all nonlabor resources assigned to the activity. Computed as actual nonlabor cost + remaining nonlabor cost. Same as the planned nonlabor costs if the activity is not started and the actual nonlabor costs once the activity is completed. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAtCompletionNonLaborCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionNonLaborUnits | The nonlabor units at completion. It is the sum of the actual plus remaining units for all nonlabor resources assigned to the activity. Computed as actual nonlabor units + remaining nonlabor units. Same as the planned nonlabor units if the activity is not started and the actual nonlabor units once the activity is completed. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAtCompletionNonLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionTotalCostVar | the Baseline Planned Total Cost - At Completion Total Cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAtCompletionTotalCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumBaselineCompActivityCount | The number of completed activities in the baseline. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineCompletedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | base_complete_cnt | |
Data Type | number | |
SumBaselineNotStartedActCnt | The number of activities not started in the baseline. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineNotStartedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | base_notstarted_cnt | |
Data Type | number | |
SumBLInProgressActivityCount | the number of activities that should be currently in progress, according to the primary baseline. Computed using the baseline start and finish dates and the current data date. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineInProgressActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | base_active_cnt | |
Data Type | number | |
SumBudgetAtCmpByLaborUnits | the Baseline Labor Units | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBudgetAtCompletionByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | base_work_qty | |
Data Type | number | |
SumBudgetAtCompletionByCost | the Planned Total Cost through activity completion. Computed as Planned Labor Cost + Planned Nonlabor Cost + Planned Expense Cost, same as the Planned Total Cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBudgetAtCompletionByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumCostPerfIndexByCost | the Earned Value divided by the Actual Cost. A value less than 1 indicates that the Actual Cost has exceeded the Planned Value. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryCostPerformanceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostPerfIndexByLaborUnits | the Earned Value Labor Units / Actual Labor Units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryCostPerformanceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceByLaborUnits | the Earned Value Labor Cost minus Actual Value Labor Cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryCostVarianceByLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumCostVarIndexByLaborUnits | the Cost Variance Labor Units divided by Earned Value Labor Units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryCostVarianceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumDurationPercentOfPlanned | The summary actual duration percent of planned of all activities under this WBS. Computed as actual duration / baseline duration * 100. The value can exceed 100. The Baseline duration is the activity's at complete duration from the current baseline. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryDurationPercentOfPlanned | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumEACByCost | the Actual Cost plus the Estimate to Complete Cost. The method for computing Estimate to Complete depends on the Earned Value technique selected for the activity's WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryEstimateAtCompletionByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumEACByLaborUnits | the Actual Labor Units + Estimate To Complete Labor Units. (Estimate To Complete Labor Units is calculated based off of the Earned Value setting on the WBS.) | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryEstimateAtCompletionByLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumEACHighPctByLaborUnits | the high forecast of Estimate At Completion (EAC) by labor units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryEstimateAtCompletionHighPercentByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumEACLowPctByLaborUnits | the low forecast of Estimate At Completion (EAC) by labor units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryEstimateAtCompletionLowPercentByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumETCByCost | the Remaining Total Cost for the activity or the Performance Factor * (Budget at Completion - Earned Value), depending on the Earned Value technique selected for the activity's WBS (calculated from the primary baseline). | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryEstimateToCompleteByCost | |
PMDB Table | tasksum | |
PMDB Field Name | etc | |
Data Type | number | |
SumETCByLaborUnits | the estimated quantity to complete the activity. Computed as either the remaining total units for the activity, or as Performance Factor * (Baseline Planned Labor Units - Planned Quantity of Work Performed), depending on the Earned Value Technique selected for the activity's WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryEstimateToCompleteByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | etc_work_qty | |
Data Type | number | |
SumExpenseCostPctComplete | The percent complete of cost for all expenses associated with the WBS. It is computed as Actual Expense Cost / At Complete Expense Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryExpenseCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumLaborCostPercentComplete | The percent complete of cost for all labor resources assigned to the WBS. It is computed as Actual Labor Cost / At Complete Labor Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryLaborCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumLaborUnitsPercentComplete | The percent complete of units for all labor resources for the WBS. Computed as actual labor units / at complete labor units * 100. Always in the range 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryLaborUnitsPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumActivityCount | the number of activities that are currently in progress. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActivityCount | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumActualDuration | The actual duration. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualDuration | |
PMDB Table | tasksum | |
PMDB Field Name | act_drtn_hr_cnt | |
Data Type | number | |
SumActualExpenseCost | The actual costs for all project expenses associated with the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualExpenseCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_expense_cost | |
Data Type | number | |
SumActualFinishDate | The latest actual finish date of all activities in the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualFinishDate | |
PMDB Table | tasksum | |
PMDB Field Name | act_end_date | |
Data Type | date | |
SumActualLaborCost | The actual cost for all labor resources assigned to the activity. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_work_cost | |
Data Type | number | |
SumActualLaborUnits | The actual labor units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_work_qty | |
Data Type | number | |
SumActualMaterialCost | The actual units for all material resources assigned to the activity. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_mat_cost | |
Data Type | number | |
SumActualNonLaborCost | The actual units for all nonlabor resources assigned to the activity. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | act_equip_cost | |
Data Type | number | |
SumActualNonLaborUnits | The actual nonlabor units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_equip_qty | |
Data Type | number | |
SumActualStartDate | The earliest actual start date of all activities in the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualStartDate | |
PMDB Table | tasksum | |
PMDB Field Name | act_start_date | |
Data Type | date | |
SumActualThisPeriodCost | The actual this period cost (will be labor or nonlabor). | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualThisPeriodCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumActualTotalCost | The actual labor cost + actual nonlabor cost + actual expense cost as of the project data date. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualTotalCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumActualValueByCost | the actual total cost incurred on the activity as of the project data date, computed as Actual Labor Cost + Actual Nonlabor Cost + Actual Material Cost + Actual Expense Cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualValueByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumActualValueByLaborUnits | the actual total labor units for the activity as of the project data date (i.e., actual total cost by labor units). | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryActualValueByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | act_work_qty | |
Data Type | number | |
SumAtCompletionDuration | the total working time from the activity's current start date to the current finish date. The current start date is the planned start date until the activity is started, then it is the actual start date. The current finish date is the activity planned finish date while the activity is not started, the remaining finish date while the activity is in progress, and the actual finish date once the activity is completed. The total working time is computed using the activity's calendar. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAtCompletionDuration | |
PMDB Table | tasksum | |
PMDB Field Name | total_drtn_hr_cnt | |
Data Type | number | |
SumAtCompletionExpenseCost | the sum of the actual plus remaining cost for all project expenses associated with the cost account. Computed as Actual Expense Cost + Remaining Expense Cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAtCompletionExpenseCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionLaborCost | The sum of the actual plus remaining costs for all labor resources assigned to the activity. Computed as actual labor cost + remaining labor cost. Same as the planned labor costs if the activity is not started and the actual labor costs once the activity is completed. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAtCompletionLaborCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionLaborUnits | The sum of the actual plus remaining units for all labor resources assigned to the activity. Computed as actual labor units + remaining labor units. Same as the planned labor units if the activity is not started and the actual labor units once the activity is completed. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAtCompletionLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumAtCompletionTotalCost | The estimated cost at completion for the activity. Computed as the actual total cost plus the estimate-to-complete cost; EAC = ACWP + ETC. Note that the method for computing ETC depends on the earned-value technique selected for the activity's WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryAtCompletionTotalCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumBaselineDuration | the planned duration for the activity in the primary baseline. Planned duration is the total working time from the activity current start date to the current finish date. Same as the actual duration plus the remaining duration. The total working time is computed using the activity's calendar. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineDuration | |
PMDB Table | tasksum | |
PMDB Field Name | base_drtn_hr_cnt | |
Data Type | number | |
SumBaselineExpenseCost | the planned cost for all project expenses associated with the activity in the primary baseline. Computed as the baseline actual expense cost plus the baseline remaining expense cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineExpenseCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_expense_cost | |
Data Type | number | |
SumBaselineFinishDate | The current latest finish date of all activities in the WBS for the current baseline. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineFinishDate | |
PMDB Table | tasksum | |
PMDB Field Name | base_end_date | |
Data Type | date | |
SumBaselineLaborCost | the planned cost for all labor resources assigned to the activity in the primary baseline. Computed from the baseline At Completion labor units. If no resources are assigned, computed as the activity Baseline Planned Labor Units * Project Default Price / Time. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_work_cost | |
Data Type | number | |
SumBaselineLaborUnits | the planned units for all labor resources assigned to the activity in the primary baseline. Computed as the baseline actual labor units plus the baseline remaining labor units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | base_work_qty | |
Data Type | number | |
SumBaselineMaterialCost | the planned cost for all material resources assigned to the activity in the primary baseline. Computed from the baseline At Completion nonlabor units. If no resources are assigned. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_mat_cost | |
Data Type | number | |
SumBaselineNonLaborCost | the planned cost for all nonlabor resources assigned to the activity in the primary baseline. Computed from the baseline At Completion nonlabor units. If no resources are assigned, computed as the activity Baseline Planned Nonlabor Units * Project Default Price / Time. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | base_equip_cost | |
Data Type | number | |
SumBaselineNonLaborUnits | the planned units for all nonlabor resources assigned to the activity in the primary baseline. Computed as the baseline actual nonlabor units plus the baseline remaining nonlabor units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | base_equip_qty | |
Data Type | number | |
SumBaselineStartDate | The current earliest start date of all activities in the WBS for the current baseline. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineStartDate | |
PMDB Table | tasksum | |
PMDB Field Name | base_start_date | |
Data Type | date | |
SumBaselineTotalCost | the Planned Total Cost for the activity in the primary baseline, including labor resources, nonlabor resources, and project expenses. Baseline Planned Total Cost = Baseline Planned Labor Cost + Baseline Planned Nonlabor Cost + Baseline Planned Expense Cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryBaselineTotalCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumCompletedActivityCount | the number of activities that have an Actual Finish in the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryCompletedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | complete_cnt | |
Data Type | number | |
SumCostPercentComplete | The percent complete of costs for the resource assignments in the wbs. Computed as Actual Units / At Complete Units * 100. Always in the range 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostPercentOfPlanned | The activity actual cost percent of planned. Computed as actual total cost / baseline total cost * 100, or equivalently as ACWP / BAC * 100. The value can exceed 100. The baseline total cost is the activity's at completion cost from the current baseline. This field is named SummaryCostPercentOfBudget in Primavera's Engineering & Construction and Maintenance & Turnaround solutions. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryCostPercentOfPlanned | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceByCost | the Earned Value minus the Actual Cost. A negative value indicates that the Actual Cost has exceeded the Planned Value. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryCostVarianceByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceIndex | The value that is calcuated as the Cost Variance divided by Earned Value. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryCostVarianceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumCostVarianceIndexByCost | the Cost Variance divided by Earned Value. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryCostVarianceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumDurationPercentComplete | The activity actual duration percent of planned. Computed as actual duration / at completion duration * 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryDurationPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumDurationVariance | The duration between the activity's baseline duration and the at complete duration. Computed as baseline duration - at completion duration. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryDurationVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumEarnedValueByCost | the Budget at Completion * Performance % Complete. The method for computing the Performance Percent Complete depends on the Earned Value technique selected for the activity's WBS. Budget at Completion is computed from the primary baseline. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryEarnedValueByCost | |
PMDB Table | tasksum | |
PMDB Field Name | bcwp | |
Data Type | number | |
SumEarnedValueByLaborUnits | the portion of the baseline labor units that is actually completed as of the project data date. Computed as Baseline Labor Units * Performance % Complete. The planned labor units performed is essentially the labor units Earned Value for the activity. The method for computing the Performance % Complete depends on the Earned Value technique selected for the activity's WBS. The Baseline Labor Units is taken from the current baseline. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryEarnedValueByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | perfm_work_qty | |
Data Type | number | |
SumExpenseCostVariance | the Baseline Planned Expense Cost - At Completion Expense Cost (At Completion Expense Cost = Actual Expense Cost + Remaining Expense Cost). | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryExpenseCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumFinishDateVariance | The duration between the finish date in the current project and the baseline finish date. Calculated as finish date - baseline finish date. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryFinishDateVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumInProgressActivityCount | the number of activities that are currently in progress. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryInProgressActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | active_cnt | |
Data Type | number | |
SumLaborCostVariance | the Baseline Planned Labor Cost - At Completion Labor Cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryLaborCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumLaborUnitsVariance | The difference between baseline labor units and at completion labor units. Calculated as baseline labor units - at completion labor units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryLaborUnitsVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumMaterialCostVariance | The variance that is calculated as Baseline Material Cost - At Completion Material Cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryMaterialCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumNonLaborCostVariance | the Baseline Planned Nonlabor Cost - At Completion Nonlabor Cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryNonLaborCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumNonLaborUnitsVariance | The difference between baseline nonlabor units and at completion non labor units. Calculated as baseline nonlabor units - at completion nonlabor units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryNonLaborUnitsVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumNotStartedActivityCount | the number of activities that are currently not started. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryNotStartedActivityCount | |
PMDB Table | tasksum | |
PMDB Field Name | notstarted_cnt | |
Data Type | number | |
SumPlannedValueByCost | the Budget at Completion * Schedule % Complete. The Schedule % Complete specifies how much of the activity's baseline duration has been completed so far. Budget at Completion is computed from the primary baseline | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryPlannedValueByCost | |
PMDB Table | tasksum | |
PMDB Field Name | bcws | |
Data Type | number | |
SumProgressFinishDate | the date the activity is expected to be finished according to the progress made on the activity's work products. The expected finish date is entered manually by people familiar with progress of the activity's work products. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryProgressFinishDate | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SumRemainingDuration | The total working time from the WBS remaining start date to the remaining finish date. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryRemainingDuration | |
PMDB Table | tasksum | |
PMDB Field Name | remain_drtn_hr_cnt | |
Data Type | number | |
SumRemainingExpenseCost | The remaining costs for all project expenses associated with the activities in the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryRemainingExpenseCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_expense_cost | |
Data Type | number | |
SumRemainingFinishDate | The date the resource is scheduled to finish the remaining work for the activity. This date is computed by the project scheduler but can be updated manually by the project manager. Before the activity is started, the remaining finish date is the same as the planned finish date. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryRemainingFinishDate | |
PMDB Table | tasksum | |
PMDB Field Name | reend_date | |
Data Type | date | |
SumRemainingLaborCost | The remaining costs for all labor resources assigned to the activities. The remaining cost reflects the cost remaining for the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryRemainingLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_work_cost | |
Data Type | number | |
SumRemainingLaborUnits | The remaining units for all labor resources assigned to the activities. The remaining units reflects the work remaining to be done for the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryRemainingLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | remain_work_qty | |
Data Type | number | |
SumRemainingMaterialCost | The remaining material costs for all project expenses associated with the activities in the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryRemainingMaterialCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_mat_cost | |
Data Type | number | |
SumRemainingNonLaborCost | The remaining nonlabor costs for all project expenses associated with the activities in the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryRemainingNonLaborCost | |
PMDB Table | tasksum | |
PMDB Field Name | remain_equip_cost | |
Data Type | number | |
SumRemainingNonLaborUnits | The remaining units for all nonlabor resources assigned to the activities. The remaining units reflects the work remaining to be done for the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryRemainingNonLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | remain_equip_qty | |
Data Type | number | |
SumRemainingStartDate | The earliest remaining start of all activities assigned to the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryRemainingStartDate | |
PMDB Table | tasksum | |
PMDB Field Name | restart_date | |
Data Type | date | |
SumRemainingTotalCost | The sum of all remaining total costs in the WBS. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryRemainingTotalCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumSchedulePercentComplete | The measure that indicates how much of the WBS baseline duration has been completed so far. Computed based on where the current data date falls between the activity's baseline start and finish dates. If the data date is earlier than the baseline start, the schedule % complete is 0. If the data date is later than the baseline finish, the schedule % complete is 100. The schedule % complete indicates how much of the WBS duration should be currently completed, relative to the selected baseline. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummarySchedulePercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumScheduleVarianceByCost | the Earned Value divided by the Planned Value. A negative value indicates that less work was actually performed than was scheduled. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryScheduleVarianceByCost | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumScheduleVarianceIndex | The value that is calculated as the Schedule Variance Labor Units divided by Planned Value Labor Units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryScheduleVarianceIndex | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumStartDateVariance | The duration between the start date in the current project and the baseline start date. Calculated as start date - baseline start date. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryStartDateVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumTotalCostVariance | The value that is calculated as baseline total cost - total cost. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryTotalCostVariance | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumTotalFloat | The amount of time the WBS can be delayed before delaying the project finish date. Total float can be computed as late start - early start or as late finish - early finish; this option can be set when running the project scheduler. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryTotalFloat | |
PMDB Table | tasksum | |
PMDB Field Name | total_float_hr_cnt | |
Data Type | number | |
SumUnitsPercentComplete | The percent complete of units for the resource assignments in the wbs. Computed as Actual Units / At Complete Units * 100. Always in the range 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryUnitsPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumMaterialCostPctComplete | The percent complete of cost for all material resources assigned to the WBS. It is computed as Actual Material Cost / At Complete Material Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryMaterialCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumNonLaborCostPctComplete | The percent complete of cost for all non-labor resources assigned to the WBS. It is computed as Actual Nonlabor Cost / At Complete Nonlabor Cost * 100, and it is always in the range of 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryNonLaborCostPercentComplete | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumNonLaborUnitsPctComplete | The percent complete of units for all nonlabor resources for the WBS. Computed as Actual Nonlabor Cost / At Completion Nonlabor Cost * 100. Always in the range 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryNonLaborUnitsPercentComplete | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumPerfPctCmpByLaborUnits | the percent complete of performance for all labor resources. Computed as earned value labor units / baseline labor units * 100. Always in the range 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryPerformancePercentCompleteByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumPlannedValueByLaborUnits | the portion of the baseline labor units that is scheduled to be completed as of the project data date. Computed as Baseline Labor Units * Schedule % Complete. The Schedule % Complete specifies how much of the activity's baseline duration has been completed so far. The Baseline Labor Units is taken from the current baseline. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryPlannedValueByLaborUnits | |
PMDB Table | tasksum | |
PMDB Field Name | sched_work_qty | |
Data Type | number | |
SumSchdPctCmpByLaborUnits | the percent complete of units for all labor resources. Computed as Actual Labor Units / At Completion Labor Units * 100. Always in the range 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummarySchedulePercentCompleteByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchdPerfIndexByLaborUnits | the Earned Value Labor Units divided by Planned Value Labor Units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummarySchedulePerformanceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchdVarianceByLaborUnits | the Earned Value Labor Units minus the Planned Value Labor Units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryScheduleVarianceByLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
SumSchdVarianceIndexByCost | the Schedule Variance divided by the Planned Value. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryScheduleVarianceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchdVarIndexByLaborUnits | the Schedule Variance Labor Units divided by the Planned Value Labor Units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryScheduleVarianceIndexByLaborUnits | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchedulePctCompleteByCost | the percent complete of performance for all labor resources, nonlabor resources, and expenses. Computed as Earned Value / Budget At Completion * 100. Always in the range 0 to 100. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummarySchedulePercentCompleteByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumSchedulePerfIndexByCost | the Earned Value divided by the Planned Value. A value less than 1 indicates that less work was actually performed than was scheduled. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummarySchedulePerformanceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumToCompletePerfIndexByCost | the (Budget at Completion - Earned Value) divided by (Estimate at Completion - Actual Cost). | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryToCompletePerformanceIndexByCost | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
SumVarAtCmpByLaborUnits | the Baseline Planned Total Labor Units minus Estimate at Completion Labor Units. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | SummaryVarianceAtCompletionByLaborUnits | |
PMDB Table | PROJWBS | |
PMDB Field Name | ||
Data Type | number | |
TotalBenefitPlan | The sum of the monthly benefit plan. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | TotalBenefitPlan | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalBenefitPlanTally | The sum of the monthly benefit plan tally. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | TotalBenefitPlanTally | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalSpendingPlan | The sum of the monthly spending plan. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | TotalSpendingPlan | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
TotalSpendingPlanTally | The sum of the monthly spending plan tally. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | TotalSpendingPlanTally | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UnallocatedBudget | The difference between the total current and distributed current budget. Calculated as total current budget - distributed current budget. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | UnallocatedBudget | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
UndistributedCurrentVariance | The total spending plan minus the total spending plan tally. | |
ODS Table | WBS | |
API Business Object | WBS | |
API Field Name | UndistributedCurrentVariance | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | number | |
lastupdateuser | Last Update User | |
ODS Table | WBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | WBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | WBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | WBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on WBS | |
ODS Table | WBS | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | WBSCategory | |
API Business Object | WBSCategory | |
API Field Name | ObjectId | |
PMDB Table | phase | |
PMDB Field Name | phase_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | WBSCategory | |
API Business Object | WBSCategory | |
API Field Name | SequenceNumber | |
PMDB Table | phase | |
PMDB Field Name | seq_num | |
Data Type | integer | |
Name | The name of the WBS category. Note that the label used for WBS category is dynamic; the system administrator controls it. | |
ODS Table | WBSCategory | |
API Business Object | WBSCategory | |
API Field Name | Name | |
PMDB Table | phase | |
PMDB Field Name | phase_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | WBSCATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | WBSCATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | WBSCATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | WBSCATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on WBSCategory | |
ODS Table | WBSCATEGORY | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | ObjectId | |
PMDB Table | wbsstep | |
PMDB Field Name | wbs_step_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the associated project. | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | ProjectObjectId | |
PMDB Table | wbsstep | |
PMDB Field Name | proj_id | |
Data Type | integer | |
WBSObjectId | The unique ID of the WBS where the WBS milestone is assigned. | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | WBSObjectId | |
PMDB Table | wbsstep | |
PMDB Field Name | wbs_id | |
Data Type | integer | |
SequenceNumber | The sequence number for sorting. | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | SequenceNumber | |
PMDB Table | wbsstep | |
PMDB Field Name | seq_num | |
Data Type | integer | |
IsCompleted | The flag that indicates whether the step has been completed. | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | IsCompleted | |
PMDB Table | wbsstep | |
PMDB Field Name | complete_flag | |
Data Type | string | |
Name | The name of the WBS milestone. | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | Name | |
PMDB Table | wbsstep | |
PMDB Field Name | step_name | |
Data Type | string | |
Weight | The weight that is assigned to the milestone. | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | Weight | |
PMDB Table | wbsstep | |
PMDB Field Name | step_wt | |
Data Type | double | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
ProjectId | The short code that uniquely identifies the project. | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | ProjectId | |
PMDB Table | project | |
PMDB Field Name | proj_short_name | |
Data Type | string | |
WBSCode | The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes. | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | WBSCode | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_short_name | |
Data Type | string | |
WBSName | The name of the WBS element. | |
ODS Table | WBSMilestone | |
API Business Object | WBSMilestone | |
API Field Name | WBSName | |
PMDB Table | projwbs | |
PMDB Field Name | wbs_name | |
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | WBSMILESTONE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | WBSMILESTONE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | WBSMILESTONE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | WBSMILESTONE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on WBSMilestone | |
ODS Table | WBSMILESTONE | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ParentObjectId | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
Code | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
Name | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
projectobjectid | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ObsObjectId | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
ObsName | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
StartDate | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
EndDate | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
ActualLaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualNonlaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionLaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionNonlaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedLaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedNonlaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EarnedValueLaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateAtCompletionLaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateToCompleteLaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedLaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedNonlaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedValueLaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingLaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingNonlaborUnits | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualExpenseCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualLaborCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualMaterialCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualNonlaborCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
ActualTotalCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionExpenseCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionLaborCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionMaterialCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionNonlaborCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
AtCompletionTotalCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedExpenseCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedLaborCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedMaterialCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedNonlaborCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
BaselinePlannedTotalCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EarnedValueCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateAtCompletionCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
EstimateToCompleteCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedExpenseCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedLaborCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedMaterialCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedNonlaborCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedTotalCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
PlannedValueCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingExpenseCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingLaborCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingMaterialCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingNonlaborCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
RemainingTotalCost | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | double | |
SKey | ||
ODS Table | WBSSPREAD | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
ObjectId | The unique ID generated by the system. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | ObjectId | |
PMDB Table | workflow | |
PMDB Field Name | work_flow_id | |
Data Type | integer | |
ProjectObjectId | The unique ID of the initiated project. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | ProjectObjectId | |
PMDB Table | workflow | |
PMDB Field Name | proj_id | |
Data Type | integer | |
Name | The name of the initiated project. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | Name | |
PMDB Table | workflow | |
PMDB Field Name | workflow_name | |
Data Type | string | |
WorkflowTemplateId | The unique ID of the template used in the initiation process. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | WorkflowTemplateId | |
PMDB Table | workflow | |
PMDB Field Name | external_key | |
Data Type | string | |
CurrentStageNumber | The number of the stage in the initiation process where the project is currently in. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | CurrentStageNumber | |
PMDB Table | workflow | |
PMDB Field Name | stage_num | |
Data Type | integer | |
Status | The status of the project in the current stage of initiation: 'Initiated', 'Submitted', 'InReview', 'Approved', or 'Rejected'. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | Status | |
PMDB Table | workflow | |
PMDB Field Name | status | |
Data Type | string | |
ProcessFlag | The flag indicating whether this object represents an initiated process or an initated project. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | ProcessFlag | |
PMDB Table | workflow | |
PMDB Field Name | existing_project_flag | |
Data Type | string | |
CurrentStageName | The name of the stage in the initiation process where the project is currently in. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | CurrentStageName | |
PMDB Table | workflow | |
PMDB Field Name | stage_name | |
Data Type | string | |
StageModifiedFlag | The boolean value that determines whether any information has been changed at the current stage. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | StageModifiedFlag | |
PMDB Table | workflow | |
PMDB Field Name | stage_modified_flag | |
Data Type | string | |
InitiatedDate | The date when this project was initiated. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | InitiatedDate | |
PMDB Table | workflow | |
PMDB Field Name | initiated_date | |
Data Type | date | |
InitiatorObjectId | The unique ID of the user who initiated the project or process request. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | InitiatorObjectId | |
PMDB Table | workflow | |
PMDB Field Name | user_id | |
Data Type | integer | |
IsBaseline | The boolean value indicating if this business object is related to a Project or Baseline | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | IsBaseline | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
InitiatorName | The name of the user who initiated the project or process request. | |
ODS Table | Workflow | |
API Business Object | Initiation | |
API Field Name | InitiatorName | |
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | WORKFLOW | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | WORKFLOW | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | WORKFLOW | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | WORKFLOW | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on Workflow | |
ODS Table | WORKFLOW | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |
workflowobjectid | WorkflowUser - WorkflowObjectId maps to WKFLUSER.work_flow_id | |
ODS Table | WORKFLOWUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
userobjectid | WorkflowUser - UserObjectId maps to WKFLUSER.user_id | |
ODS Table | WORKFLOWUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
stagenumber | WorkflowUser - StageNumber maps to WKFLUSER.stage_num | |
ODS Table | WORKFLOWUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | integer | |
comments | WorkflowUser - Comments maps to WKFLUSER.comments | |
ODS Table | WORKFLOWUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdateuser | Last Update User | |
ODS Table | WORKFLOWUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
lastupdatedate | Last Update Date | |
ODS Table | WORKFLOWUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
createuser | Create User | |
ODS Table | WORKFLOWUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | string | |
createdate | Create Date | |
ODS Table | WORKFLOWUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | date | |
SKey | SKey generated key on WorkflowUser | |
ODS Table | WORKFLOWUSER | |
API Business Object | ||
API Field Name | ||
PMDB Table | ||
PMDB Field Name | ||
Data Type | int |