PwsProjectTimeBaselineBucket
Overview
This structure represents the fields associated with a project time baseline bucket. A project time baseline will contain a collection of baseline buckets. All buckets in the same time baseline share the same baseline-level attributes, such as the dimension, the primary metric and the active metrics. These common attributes are defined in the PwsProjectTimeBaselineDetail or PwsProjectTimeBaselineElement structures. The overall baseline starting and ending dates, as well the the bucket size (daily, weekly, monthly, etc) are also defined at the baseline level. The start and end dates on each bucket must correspond to expected boundary start and end dates per the baseline parameters.
Format
- PwsProjectTimeBaselineBucket
- BillingAdjustedRevenue: Double
- ChargeableMinutes: Int32
- ContractRevenue: Double
- DepartmentIdentity: PwsDepartmentRef
- EndDate: DateTime
- ProjectRateTypeIdentity: PwsProjectRateTypeRef
- ProjectRoleIdentity: PwsProjectRoleRef
- ProjectTaskTypeIdentity: PwsProjectTaskTypeRef
- ResourceDirectCost: Double
- ResourceIdentity: PwsResourceRef
- StartDate: DateTime
- TitleIdentity: PwsTitleRef
- WorkMinutes: Int32
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
BillingAdjustedRevenue | Double | On Insert: No On Update: No | The billing adjusted revenue amount associated with the project time baseline bucket/interval. This is applicable only when billing adjusted revenue is set as an active metric (i.e. BarMetricActiveFlag = true). | 550 |
ChargeableMinutes | Int32 | On Insert: No On Update: No | The chargeable minutes associated with the project time baseline bucket/interval. This is applicable only when chargeable hours is set as an active mentric (i.e. ChgMetricActiveFlag = true). | |
ContractRevenue | Double | On Insert: No On Update: No | The contract revenue associated with the project time baseline bucket/interval. This is applicable only when the contract revenue is set as an active metric (i.e. CrMetricActiveFlag = true). | |
DepartmentIdentity | On Insert: Yes (if the project time baseline "Dimension" is set to "D" for department) On Update: No | The department associated with the project time baseline bucket/interval. This is applicable only when the dimension is set to resource department (i.e. Dimension = "D"). | ||
EndDate | DateTime | On Insert: Yes On Update: No | The end date of the project time baseline bucket/ interval. | 2018-01-31T00:00:00.000Z |
ProjectRateTypeIdentity | On Insert: Yes (if the project time baseline "Dimension" is set to "M" for rate type) On Update: No | The rate type associated with the project time baseline bucket/interval. This is applicable only when the dimension is set to rate type (i.e. Dimension = "M"). | ||
ProjectRoleIdentity | On Insert: Yes (if the project time baseline "Dimension" is set to "R" for role) On Update: No | The role associated with the project time baseline bucket/interval. This is applicable only when the dimension is set to role (i.e. Dimension = "R"). | ||
ProjectTaskTypeIdentity | On Insert: Yes (if the project time baseline "Dimension" is set to "K" for task type) On Update: No | The task type associated with the project time baseline bucket/interval. This is applicable only when the dimension is set to task type (i.e. Dimension = "K"). | ||
ResourceDirectCost | Double | On Insert: No On Update: No | The resource direct cost amount associated with the project time baseline bucket/interval. This is applicable only when resource direct cost is set as an active metric (RdcMetricActiveFlag = true). | |
ResourceIdentity | On Insert: Yes (if the project time baseline "Dimension" is set to "S" for task type) On Update: No | The resource associated with the project time baseline bucket/interval. This is applicable only when the dimension is set to resource (i.e. Dimension = "S"). | ||
StartDate | DateTime | On Insert: Yes (unless it is the first bucket/interval in the baseline) On Update: No | The start date (in midnight UTC) of the project cost baseline bucket/interval.  | 2018-01-01T00:00:00.000Z |
TitleIdentity | On Insert: Yes (if the project time baseline "Dimension" is set to "T" for department) On Update: No | The resource title associated with the project time baseline bucket/interval. This is applicable only when the dimension is set to resource title (i.e. Dimension = "T"). | ||
WorkMinutes | Int32 | On Insert: No On Update: No | The work minutes associated with the project time baseline bucket/interval. This is applicable only when hours is set as an active metric (HrsMetricActiveFlag = true). |