CustomFieldTemplate Data Type

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

Example

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