Field
|
Type
|
Read Only
|
Filterable Orderable
|
Description
|
ActivityId
|
string restricted to maxLength(20)
|
X
|
X
|
The short ID that uniquely identifies the activity within the project.
|
ActivityName
|
string restricted to maxLength(120)
|
X
|
X
|
The name of the activity. The activity name does not have to be unique.
|
ActivityObjectId
|
int
|
|
X
|
The unique ID of the activity to which the activity document applies.
|
CreateDate
|
dateTime
|
X
|
X
|
The date this document was created.
|
CreateUser
|
string
|
X
|
X
|
The name of the user that created this document.
|
DocumentObjectId
|
int
|
|
X
|
The unique ID of the document to which the activity document applies.
|
DocumentTitle
|
string restricted to maxLength(120)
|
X
|
X
|
The title or name of a document assigned to a WBS or activity within a project.
|
IsBaseline
|
boolean
|
X
|
X
|
The boolean value indicating if this business object is related to a Project or Baseline
|
IsTemplate
|
boolean
|
X
|
X
|
The boolean value indicating if this business object is related to a template Project.
|
IsWorkProduct
|
boolean
|
|
X
|
The flag that indicates whether the document is a work product.
|
LastUpdateDate
|
dateTime
|
X
|
X
|
The date this document was last updated.
|
LastUpdateUser
|
string
|
X
|
X
|
The name of the user that last updated this document.
|
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 project to which the activity document applies.
|
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 to which the activity document applies.
|