ScriptInstanceCategory Data Type

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

Example

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