Field
|
Type
|
Read Only
|
Filterable Orderable
|
Description
|
CreateDate
|
dateTime
|
X
|
X
|
The date this project code type was created.
|
CreateUser
|
string
|
X
|
X
|
The name of the user that created this project code type.
|
IsSecureCode
|
boolean
|
|
X
|
the flag indicating whether this is a secure Project Code Type.
|
LastUpdateDate
|
dateTime
|
X
|
X
|
The date this project code type was last updated.
|
LastUpdateUser
|
string
|
X
|
X
|
The name of the user that last updated this project code type.
|
Length
|
int restricted to minInclusive(1) maxInclusive(20)
|
|
X
|
The maximum number of characters allowed for values of this project code.
|
MaxCodeValueWeight
|
double restricted to minInclusive(0.0) maxInclusive(999999.0)
|
|
X
|
The maximum weight of the code values for this project code type.
|
Name
|
string restricted to maxLength(40)
|
|
X
|
The name of the project code type.
|
ObjectId
|
int
|
|
X
|
The unique ID generated by the system.
|
SequenceNumber
|
int
|
|
X
|
The sequence number for sorting.
|
Weight
|
double restricted to minInclusive(0.0) maxInclusive(999999.0)
|
|
X
|
The weight for this project code type.
|