ProjectProgress
The Project Progress resource is used to capture draft progress, view draft and published progress, update draft progress, and publish progress for 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. |
| 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 summarized for project progress. |
| 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 project. |
| PlannedFinishDate | Date | Scheduled end date of the project. |
| BaselineStartDate | Date | Planned start date of the project in baseline project plan. Used to compare the deviation of the current project start from the original planned start date. |
| BaselineFinishDate | Date | Planned end date of the project in baseline project plan. Used to compare the deviation of the current project end from the original planned end date. |
| EstimatedStartDate | Date | Projected start date of the project. |
| EstimatedFinishDate | Date | Projected end date of the project. |
| ActualStartDate | Date | Date on which work commenced on the project as opposed to the planned start date of the project. |
| ActualFinishDate | Date | Date on which work completed on the project as opposed to the planned end date of the project. |
| PercentComplete | Double | The amount of physical work achieved on the project. |
| PreviousPercentComplete | Double | The amount of physical work achieved on the project 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 project in project currency. |
| ProjectBurdenedActualCost | Decimal | Cost that is actualy charged to the project 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 project in project ledger currency. |
| ProjectLedgerBurdenedActualCost | Decimal | Cost that is actualy charged to the project 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 project. |
| ProgressStatus | String | Status, such as In Trouble, On Track or At Risk, that indicates the overall progress of the project. |
| Finder | String | finder |