Field
|
Type
|
Read Only
|
Filterable Orderable
|
Description
|
CreateDate
|
dateTime
|
X
|
X
|
The date this WBS milestone was created.
|
CreateUser
|
string
|
X
|
X
|
The name of the user that created this WBS milestone.
|
IsBaseline
|
boolean
|
X
|
X
|
The boolean value indicating if this business object is related to a Project or Baseline
|
IsCompleted
|
boolean
|
|
X
|
The flag that indicates whether the step has been completed.
|
IsTemplate
|
boolean
|
X
|
X
|
The boolean value indicating if this business object is related to a template Project.
|
LastUpdateDate
|
dateTime
|
X
|
X
|
The date this WBS milestone was last updated.
|
LastUpdateUser
|
string
|
X
|
X
|
The name of the user that last updated this WBS milestone.
|
Name
|
string restricted to maxLength(120)
|
|
X
|
The name of the WBS milestone.
|
ObjectId
|
int
|
|
X
|
The unique ID generated by the system.
|
ProjectId
|
string restricted to maxLength(20)
|
X
|
X
|
The short code that uniquely identifies the project.
|
ProjectObjectId
|
int
|
|
X
|
The unique ID of the associated project.
|
SequenceNumber
|
int
|
|
X
|
The sequence number for sorting.
|
WBSCode
|
string restricted to maxLength(20)
|
X
|
X
|
The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes.
|
WBSName
|
string restricted to maxLength(100)
|
X
|
X
|
The name of the WBS element.
|
WBSObjectId
|
int
|
|
X
|
The unique ID of the WBS where the WBS milestone is assigned.
|
Weight
|
double
|
|
X
|
The weight that is assigned to the milestone.
|