Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure contains the complete set of information about a project time baseline (less any subordinate entities). The structure is used both to retrieve detailed project time baseline information and to pass information about a project time baseline back to the server to get updated. In addition, this structure also contains certain data that is related to the baseline, though not directly an attribute of the baseline.

Format


Panel
titlePwsProjectTimeBaselineElement
  • PwsProjectTimeBaselineElement

...

Element

Data Type

RequiredDefault

Description

Sample Data

Basis

String

On Insert: Yes

On Update: No

N

The project time baseline basis:

"T" for task plan

"R" for resource requested hours

"P" for resource previously requested hours

"S" for resource scheduled hours

"A" for approved and currently requested hours

"B" for approved and currently booked hours

"N" for none

N

CreatedByUser

PwsUserSummary

n/a

The identity of the user who created this project time baseline.


CreatedTimestamp

DateTime

n/a

The date and time (in UTC) this project time baseline was created created.

2018-02-02T19:32:32.883Z

Dimension

String

On Insert: Yes

On Update: No

N

The project time baseline dimension:

"M" for rate type

"K" for task type

"D" for resource department

"T" for resource title

"R" for role

"S" for resource

"N" for none

S

EndDate

DateTime

On Insert: Yes

On Update: No


The end date of the project time baseline in midnight UTC format.

2018-03-31T00:00:00Z

EngagementTimestamp

String

On Insert: No

On Update: No


This is a Base64 encoded timestamp utilized for engagement locking. To protect against overwriting other changes, you may optionally echo back the timestamp returned by a call to PwsSaveEngagementto PwsGetProjectTimeBaseline (or a prior call to PwsSaveEngagementto PwsUpdateProjectTimeBaseline). This will cause the request to fail if any change has been made between invocations of PwsGetEngagement and PwsSaveEngagementin the interim.

AAAAAA62D6w=

LastUpdatedByUser

PwsUserSummary

n/a

The user who last modified the project time baseline.


LastUpdatedTimestamp

DateTime

n/a

The date and time (in UTC format) this project time baseline was last updated .

2018-02-02T19:32:32.883Z

ProjectTimeBaselineBucketDateIntervals

PwsDateInterval

On Insert: Yes

On Update: No


The interval count or number of buckets in the project time baseline.


ProjectTimeBaselineDetail

PwsProjectTimeBaselineDetail

On Insert: Yes

On Update: Yes


The detailed project time baseline information to be inserted.


StartDate

DateTime

On Insert: Yes (unless it is the first interval in the baseline)

On Update: No


The start date (in midnight UTC format) of the project time baseline.

2018-01-01T00:00:00Z

TimePhase

String

On Insert: Yes

On Update: No

N

The time phase associated with the project time budget baseline:

"N" for none

"D" for daily

"W" for weekly

"H" for hourly

"M" for monthly

"Q" for quarterly

"Y" for yearly

M

...