ScriptInstanceCategory Data Type

Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
historized boolean  
auditable Auditable  
parentEntity BusinessEntity  
transient boolean  
version number  
auditableFields array of AuditableFieldHistory  
parentEntityType object  
notified boolean  
referenceDescription string  
id number  
descriptionAndCode string  
codeChanged boolean  
referenceCode string  
code string required, max size: 255, min size: 1
descriptionI18n map of string  
description string max size: 255, min size: 0
descriptionOrCode string  
appendGeneratedCode boolean  

Example

{
  "historized" : true,
  "auditable" : {
    "updater" : "...",
    "created" : 12345,
    "lastModified" : 12345,
    "updated" : 12345,
    "lastUser" : "...",
    "creator" : "..."
  },
  "parentEntity" : {
    "codeChanged" : true,
    "historized" : true,
    "referenceCode" : "...",
    "description" : "...",
    "auditable" : {
      "updater" : "...",
      "created" : 12345,
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "referenceDescription" : "...",
    "auditableFields" : [ {
      "previousState" : { },
      "currentState" : { },
      "auditType" : "OTHER",
      "historized" : true,
      "fieldName" : "...",
      "notified" : true,
      "notfiable" : true,
      "historable" : true
    }, {
      "previousState" : { },
      "currentState" : { },
      "auditType" : "STATUS",
      "historized" : true,
      "fieldName" : "...",
      "notified" : true,
      "notfiable" : true,
      "historable" : true
    } ],
    "appendGeneratedCode" : true,
    "notified" : true,
    "code" : "...",
    "parentEntity" : { },
    "descriptionAndCode" : "...",
    "version" : 12345,
    "transient" : true,
    "parentEntityType" : { },
    "descriptionOrCode" : "...",
    "id" : 12345
  },
  "transient" : true,
  "version" : 12345,
  "auditableFields" : [ {
    "previousState" : { },
    "currentState" : { },
    "auditType" : "RENEWAL",
    "historized" : true,
    "fieldName" : "...",
    "notified" : true,
    "notfiable" : true,
    "historable" : true
  }, {
    "previousState" : { },
    "currentState" : { },
    "auditType" : "STATUS",
    "historized" : true,
    "fieldName" : "...",
    "notified" : true,
    "notfiable" : true,
    "historable" : true
  } ],
  "parentEntityType" : { },
  "notified" : true,
  "referenceDescription" : "...",
  "id" : 12345,
  "descriptionAndCode" : "...",
  "codeChanged" : true,
  "referenceCode" : "...",
  "code" : "...",
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "description" : "...",
  "descriptionOrCode" : "...",
  "appendGeneratedCode" : true
}