Field
|
Type
|
Read Only
|
Filterable Orderable
|
Description
|
CreateDate
|
dateTime
|
X
|
X
|
The date this account was created.
|
CreateUser
|
string
|
X
|
X
|
The name of the user that created this account.
|
Description
|
string
|
|
|
The description of the cost account.
|
Id
|
string restricted to maxLength(20)
|
|
X
|
The short ID assigned to each cost account for identification. Each cost account is uniquely identified by concatenating its own ID together with its parents' IDs.
|
LastUpdateDate
|
dateTime
|
X
|
X
|
The date this account was last updated.
|
LastUpdateUser
|
string
|
X
|
X
|
The name of the user that last updated this account.
|
Name
|
string restricted to maxLength(100)
|
|
X
|
The name of the cost account.
|
ObjectId
|
int
|
|
X
|
The unique ID generated by the system.
|
ParentObjectId
|
int
|
|
X
|
The unique ID of the parent cost account of this cost account in the hierarchy.
|
SequenceNumber
|
int
|
|
X
|
The sequence number for sorting.
|