CustomFieldHistoryTracking
Columns
Name
Type
Description
Id [KEY]
String
A unique numeric identifier for the history.
ModuleName
String
A unique numeric identifier for the module instance this custom field tracking belongs to.
EntityId
String
A unique numeric identifier for the module instance this custom field tracking belongs to.
FieldName
String
The name of the custom field.
HistoryName
String
The name of the custom field tracking history.
FieldValue
String
The value of the custom field.
DurationDays
Integer
The duration of this stage.
ModifiedTime
Datetime
The time this historical value was last modified.
ModifiedById
String
The id of the user who modified the value.
ModifiedByName
String
The name of the user who modified the value.
CurrencySymbol
String
The currency symbol for the value.
ProcessFlow
Boolean
The boolean indicating the process flow for this historical value.
Editable
Boolean
The boolean indicating if this historical value can be edited.
Approved
Boolean
The boolean indicating if this historical value has been approved.
Last updated