CustomFieldTemplate Data Type

Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
auditableFields array of AuditableFieldHistory  
code string required, max size: 255, min size: 1
referenceCode string  
childEntityFields string  
mapKeyType CustomFieldMapKeyEnum  
triggerEndPeriodEvent boolean  
defaultValue string  
displayFormat string  
entityClazz string  
valueRequired boolean  
tags string  
defaultValueConverted object  
transient boolean  
matrixValueColumns array of CustomFieldMatrixColumn  
storageType CustomFieldStorageTypeEnum  
GUIFieldPosition number  
descriptionOrCode string  
uniqueConstraint boolean  
active boolean  
useInheritedAsDefaultValue boolean  
guiPositionParsed map of string  
indexType CustomFieldIndexTypeEnum  
roundingMode RoundingModeEnum  
nbDecimal number  
disabled boolean  
parentEntity BusinessEntity  
guiPosition string  
matrixColumns array of CustomFieldMatrixColumn  
calendar Calendar  
matrixValueColumnCodes array of string  
customTableCodeEL string  
fieldsEL string  
matrixKeyColumns array of CustomFieldMatrixColumn  
dataFilterEL string  
dbFieldname string  
maxValue number  
anonymizeGdpr boolean  
hideOnNew boolean  
childEntityFieldsAsList array of string  
descriptionI18n map of string  
versionable boolean  
matrixColumnCodes array of string  
description string max size: 255, min size: 0
listValuesSorted map of string  
matrixKeyColumnCodes array of string  
minValue number  
appendGeneratedCode boolean  
auditable Auditable  
id number  
parentEntityType object  
version number  
hideInGUI boolean  
descriptionAndCode string  
entityClazzCetCode string  
notified boolean  
listValues map of string  
referenceDescription string  
appliesTo string  
regExp string  
protectable boolean  
codeChanged boolean  
applicableOnEl string  
historized boolean  
fieldType CustomFieldTypeEnum  
allowEdit boolean  
descriptionI18nNullSafe map of string  

Example

{
  "auditableFields" : [ {
    "notfiable" : true,
    "fieldName" : "...",
    "auditType" : "STATUS",
    "previousState" : { },
    "historable" : true,
    "notified" : true,
    "historized" : true,
    "currentState" : { }
  }, {
    "notfiable" : true,
    "fieldName" : "...",
    "auditType" : "STATUS",
    "previousState" : { },
    "historable" : true,
    "notified" : true,
    "historized" : true,
    "currentState" : { }
  } ],
  "code" : "...",
  "referenceCode" : "...",
  "childEntityFields" : "...",
  "mapKeyType" : "LONG",
  "triggerEndPeriodEvent" : true,
  "defaultValue" : "...",
  "displayFormat" : "...",
  "entityClazz" : "...",
  "valueRequired" : true,
  "tags" : "...",
  "defaultValueConverted" : { },
  "transient" : true,
  "matrixValueColumns" : [ {
    "code" : "...",
    "columnForKey" : true,
    "columnUse" : "USE_VALUE",
    "label" : "...",
    "keyType" : "RON",
    "position" : 12345
  }, {
    "code" : "...",
    "columnForKey" : true,
    "columnUse" : "USE_KEY",
    "label" : "...",
    "keyType" : "DOUBLE",
    "position" : 12345
  } ],
  "storageType" : "MAP",
  "GUIFieldPosition" : 12345,
  "descriptionOrCode" : "...",
  "uniqueConstraint" : true,
  "active" : true,
  "useInheritedAsDefaultValue" : true,
  "guiPositionParsed" : {
    "property1" : "...",
    "property2" : "..."
  },
  "indexType" : "INDEX_NOT_ANALYZE",
  "roundingMode" : "NEAREST",
  "nbDecimal" : 12345,
  "disabled" : true,
  "parentEntity" : {
    "codeChanged" : true,
    "notified" : true,
    "descriptionOrCode" : "...",
    "description" : "...",
    "version" : 12345,
    "historized" : true,
    "transient" : true,
    "id" : 12345,
    "parentEntityType" : { },
    "parentEntity" : { },
    "referenceCode" : "...",
    "code" : "...",
    "auditableFields" : [ {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "STATUS",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    }, {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "RENEWAL",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    } ],
    "auditable" : {
      "creator" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "lastUser" : "...",
      "created" : 12345
    },
    "descriptionAndCode" : "...",
    "appendGeneratedCode" : true,
    "referenceDescription" : "..."
  },
  "guiPosition" : "...",
  "matrixColumns" : [ {
    "code" : "...",
    "columnForKey" : true,
    "columnUse" : "USE_VALUE",
    "label" : "...",
    "keyType" : "DOUBLE",
    "position" : 12345
  }, {
    "code" : "...",
    "columnForKey" : true,
    "columnUse" : "USE_VALUE",
    "label" : "...",
    "keyType" : "RON",
    "position" : 12345
  } ],
  "calendar" : {
    "transient" : true,
    "calendarType" : "...",
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "historized" : true,
    "initDate" : 12345,
    "parentEntityType" : { },
    "auditableFields" : [ {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "STATUS",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    }, {
      "notfiable" : true,
      "fieldName" : "...",
      "auditType" : "RENEWAL",
      "previousState" : { },
      "historable" : true,
      "notified" : true,
      "historized" : true,
      "currentState" : { }
    } ],
    "description" : "...",
    "referenceDescription" : "...",
    "initializationRequired" : true,
    "descriptionOrCode" : "...",
    "version" : 12345,
    "descriptionAndCode" : "...",
    "parentEntity" : {
      "codeChanged" : true,
      "notified" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "version" : 12345,
      "historized" : true,
      "transient" : true,
      "id" : 12345,
      "parentEntityType" : { },
      "parentEntity" : { },
      "referenceCode" : "...",
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "auditable" : { },
      "descriptionAndCode" : "...",
      "appendGeneratedCode" : true,
      "referenceDescription" : "..."
    },
    "codeChanged" : true,
    "code" : "...",
    "auditable" : {
      "creator" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "lastUser" : "...",
      "created" : 12345
    },
    "calendarTypeWSubtypes" : "...",
    "id" : 12345,
    "referenceCode" : "...",
    "initDateEL" : "...",
    "notified" : true,
    "appendGeneratedCode" : true
  },
  "matrixValueColumnCodes" : [ "...", "..." ],
  "customTableCodeEL" : "...",
  "fieldsEL" : "...",
  "matrixKeyColumns" : [ {
    "code" : "...",
    "columnForKey" : true,
    "columnUse" : "USE_VALUE",
    "label" : "...",
    "keyType" : "STRING",
    "position" : 12345
  }, {
    "code" : "...",
    "columnForKey" : true,
    "columnUse" : "USE_KEY",
    "label" : "...",
    "keyType" : "LONG",
    "position" : 12345
  } ],
  "dataFilterEL" : "...",
  "dbFieldname" : "...",
  "maxValue" : 12345,
  "anonymizeGdpr" : true,
  "hideOnNew" : true,
  "childEntityFieldsAsList" : [ "...", "..." ],
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "versionable" : true,
  "matrixColumnCodes" : [ "...", "..." ],
  "description" : "...",
  "listValuesSorted" : {
    "property1" : "...",
    "property2" : "..."
  },
  "matrixKeyColumnCodes" : [ "...", "..." ],
  "minValue" : 12345,
  "appendGeneratedCode" : true,
  "auditable" : {
    "creator" : "...",
    "updater" : "...",
    "updated" : 12345,
    "lastModified" : 12345,
    "lastUser" : "...",
    "created" : 12345
  },
  "id" : 12345,
  "parentEntityType" : { },
  "version" : 12345,
  "hideInGUI" : true,
  "descriptionAndCode" : "...",
  "entityClazzCetCode" : "...",
  "notified" : true,
  "listValues" : {
    "property1" : "...",
    "property2" : "..."
  },
  "referenceDescription" : "...",
  "appliesTo" : "...",
  "regExp" : "...",
  "protectable" : true,
  "codeChanged" : true,
  "applicableOnEl" : "...",
  "historized" : true,
  "fieldType" : "DATE",
  "allowEdit" : true,
  "descriptionI18nNullSafe" : {
    "property1" : "...",
    "property2" : "..."
  }
}