ScriptInstanceCategory Data Type

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

Example

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