ScriptInstanceCategory Data Type

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

Example

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