ProjectProgressTaskProgress
The Task Progress resource is used to view draft progress for the tasks of a project enabled for financial management.
Columns
| Name | Type | Description |
| ProjectId | Long | Unique identifier of the project. |
| ProjectName | String | Name assigned to the project. |
| ProjectNumber | String | Alphanumeric identifier of the project. |
| SourceApplicationCode | String | The third-party application from which the project originated. |
| SourceProjectReference | String | The identifier of the project in the external application where it was originally created. |
| TaskId | Long | Unique identifier of the task. |
| TaskName | String | Name assigned to the task. |
| TaskNumber | String | Alphanumeric identifier of the task. |
| ProgressAsOfDate | Date | Date through which progress is captured for the project. |
| ProgressAsOfPeriod | String | Period through which progress is captured for the project. |
| ActualAmountsThroughPeriod | String | Period through which actual amounts are summarized for project progress. |
| ActualAmountsDate | Date | Date on which actual amounts are most recently summarized. |
| PublicationStatus | String | Status of current project progress. The status can either be Draft or Published. |
| CurrentActualAmountsPeriod | String | Period through which actual amounts are most recently summarized. |
| CurrentActualAmountsDate | Date | Date on which actual amounts are most recently summarized. |
| PlannedStartDate | Date | Scheduled start date of the task. |
| PlannedFinishDate | Date | Scheduled end date of the task. |
| BaselineStartDate | Date | Planned start date of the task in baseline project plan. Used to compare the deviation of the current task start from the original planned start date. |
| BaselineFinishDate | Date | Planned end date of the task in baseline project plan. Used to compare the deviation of the current task end from the original planned end date. |
| EstimatedStartDate | Date | Projected start date of the task. |
| EstimatedFinishDate | Date | Projected end date of the task. |
| ActualStartDate | Date | Date on which work commenced on the task as opposed to the planned start date of the task. |
| ActualFinishDate | Date | Date on which work completed on the task as opposed to the planned end date of the task. |
| PercentComplete | Double | The amount of physical work achieved on the task. |
| PreviousPercentComplete | Double | The amount of physical work achieved on the task in the most recently captured progress. |
| ProjectCurrency | String | The currency code for the project. The currency code is a three-letter ISO code associated with a currency. |
| ProjectRawActualCost | Decimal | Actual amount paid or actual amount incurred for the task in project currency. |
| ProjectBurdenedActualCost | Decimal | Cost that is actualy charged to the task in project currency. Burdened cost is the sum of raw cost and the overhead. |
| ProjectLedgerCurrency | String | The currency code used for accounting and reporting in the project ledger. The currency code is a three-letter ISO code associated with a currency. |
| ProjectLedgerRawActualCost | Decimal | Actual amount paid or actual amount incurred for the task in project ledger currency. |
| ProjectLedgerBurdenedActualCost | Decimal | Cost that is actualy charged to the task in project ledger currency. Burdened cost is the sum of raw cost and the overhead. |
| ProgressStatusCode | String | Code of the status, such as In Trouble, On Track or At Risk, that indicates the overall progress of the task. |
| ProgressStatus | String | Status, such as In Trouble, On Track or At Risk, that indicates the overall progress of the task. |
| Finder | String | finder |