Field
|
Type
|
Read Only
|
Filterable Orderable
|
Description
|
CodeTypeName
|
string restricted to maxLength(40)
|
X
|
X
|
The name of the parent code type for this code.
|
CodeTypeObjectId
|
int
|
|
X
|
The unique ID of the parent activity code type.
|
CodeTypeScope
|
string restricted to 'Global' 'EPS' 'Project'
|
X
|
X
|
the scope of the parent activity code type: Global, EPS, or Project. An activity code with Global scope can be assigned to any activity. An activity code with EPS scope can be assigned only to an activity within a project under that particular EPS. Similarly, an activity code with Project scope can be assigned only to an activity within that particular project.
|
CodeValue
|
string restricted to maxLength(20)
|
|
X
|
The value of the activity code.
|
Color
|
string restricted to pattern '#[A-Fa-f0-9]{6}|'
|
|
X
|
The Hex representation for the color e.g. 0xFFFFFF.
|
CreateDate
|
dateTime
|
X
|
X
|
The date this activity code was created.
|
CreateUser
|
string
|
X
|
X
|
The name of the user that created this activity code.
|
Description
|
string restricted to maxLength(120)
|
|
X
|
The description of the activity code.
|
LastUpdateDate
|
dateTime
|
X
|
X
|
The date this activity code was last updated.
|
LastUpdateUser
|
string
|
X
|
X
|
The name of the user that last updated this activity code.
|
ObjectId
|
int
|
|
X
|
The unique ID generated by the system.
|
ParentObjectId
|
int
|
|
X
|
The unique ID of the parent activity code of this activity code in the hierarchy.
|
ProjectObjectId
|
int
|
X
|
X
|
The unique project ID of the parent code type for this code if code type scope is 'Project' or 'EPS', null for code types with scope 'Global'.
|
SequenceNumber
|
int
|
|
X
|
The sequence number for sorting.
|