Overview
This structure represents the fields associated with a task completion estimate. Some tasks give the resource the ability to provide feedback on his/her progress. These tasks are associated with Detailed Task Management projects. Projector will automatically calculate progress when time is entered against the task. For example, if a task has a budget of eighty hours and the resource enters thirty hours, then it is 3/8's complete. Estimates are a resource's prediction as to when he or she will complete the given task, it is not what was originally budgeted for the task by the project manager.
Format
- PwsEstimate
- AsOfDate: DateTime
- CompletedFlag: Boolean
- ProjectTaskRoleIdentity: PwsProjectTaskRoleRef
- ReferenceId: String
- RemainingMinutes: Int32
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
AsOfDate | DateTime | Yes |
| The estimate as of date | 2018-03-09T00:00:00.000Z |
CompletedFlag | Boolean | No | false | If set to 'true', the task is marked as complete | false |
ProjectTaskRoleIdentity | Yes |
| The project role associated with the task |
| |
ReferenceId | String | No |
| Reference id (used to affiliate PwsSaveTimeCardResult records with associated PwsTimeCardDetail records). |
|
RemainingMinutes | Int32 | Yes |
| The estimated remaining minutes until task completion | 360 |