Description: Activity expenses are non-resource costs associated with a project and assigned to a project's activities. They are typically one-time expenditures for non-reusable items.
Field | Type | Description | Read-Only |
---|---|---|---|
ActivityObjectId | ForeignKey | The unique ID of the activity to which the project expense is linked. Every project expense is associated with one activity in the project. | No |
ActualCost | Double | The actual cost for the project expense. | No |
ActualUnits | Double | The actual units for the project expense. | No |
AtCompletionCost | Double | The sum of the actual plus remaining costs for the project expense. Computed as actual cost + remaining cost. | No |
AtCompletionUnits | Double | The at completion units for the project expense. | No |
CBSObjectId | ForeignKey | The unique ID of the CBS assigned to the Activity Expense. | No |
CostAccountId | String | The ID of the cost account. | No |
CostAccountName | String | The name of the cost account. | No |
CostAccountObjectId | ForeignKey | The unique ID of the cost account. | No |
ExpenseCategoryName | String | The name of the expense category. | No |
ExpenseCategoryObjectId | ForeignKey | The unique ID of the expense category. | No |
ExpenseItem | String | The name of the project expense. | No |
ObjectId | String | The unique ID generated by the system. | No |
PlannedCost | Double | The planned cost for the project expense. This field is named BudgetedCost in Primavera's Engineering and Construction and Maintenance and Turnaround solutions. | No |
PlannedUnits | Double | The planned number of units for the project expense. This number is multiplied by the price per unit to compute the planned cost. | No |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
RemainingCost | Double | The remaining cost for the project expense. Before actual expenses are made, remaining cost should be the same as planned cost. | No |
RemainingUnits | Double | The remaining units for the project expense. | No |