AuditableFieldHistory Data Type

Implemented Interfaces
Serializable
Properties
name data type description
fieldName string
historable boolean
historized boolean
auditType AuditChangeTypeEnum
notfiable boolean
currentState object
notified boolean
previousState object

Example

{
  "fieldName" : "...",
  "historable" : true,
  "historized" : true,
  "auditType" : "STATUS",
  "notfiable" : true,
  "currentState" : { },
  "notified" : true,
  "previousState" : { }
}