Field
|
Type
|
Read Only
|
Filterable Orderable
|
Description
|
CodeTypeObjectId
|
int
|
|
X
|
The unique ID of the code type.
|
CodeTypeTitle
|
string
|
X
|
X
|
The title of the parent code type for this code.
|
CodeValue
|
string restricted to maxLength(60)
|
|
X
|
The short ID that uniquely identifies the code within the code type.
|
CreateDate
|
dateTime
|
X
|
X
|
The date this code was created.
|
CreateUser
|
string
|
X
|
X
|
The name of the user that created this code.
|
Description
|
string restricted to maxLength(120)
|
|
X
|
The description of the code.
|
LastUpdateDate
|
dateTime
|
X
|
X
|
The date this code was last updated.
|
LastUpdateUser
|
string
|
X
|
X
|
The name of the user that last updated this code.
|
ObjectId
|
int
|
|
X
|
The unique ID generated by the system.
|
SequenceNumber
|
int
|
|
X
|
The sequence number for sorting.
|