Table Description
Incident Status History: A change in the status of an Incident.

The status will change through the lifecycle of an Incident e.g. when created the status of an incident would be set to open. The status would then be updated to closed when the closure details are recorded for an incident.

Example

When an Incident moves from the Open to Closed status a IncidentStatusHistory record will be created.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Incidents::Entity::IncidentPkg::IncidentStatusHistory
Controlling File: core\model\Packages\Reference Model\Service Layer\Incidents\Entity\Entity_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
effectiveDateTimedetailsnoThe date and time the incident status was updated.CURAM_DATETIME SVR_DATETIME
statusdetailsnoThe status of the incident.INCIDENT_STATUSIncidentStatusSVR_STRING<10>
incidentStatusHistoryIDkeynoThe unique ID of this record.INCIDENT_STATUS_HISTORY_ID SVR_INT64
incidentIDdetailsnoThe ID of the Incident record with which this status history record is associated.INCIDENT_ID SVR_INT64
userNamedetailsnoThe user who changed the incident statusUSER_NAME SVR_STRING<64>
Foreign Keys (1)
ChildParent
IncidentStatusHistory.incidentIDIncident.incidentID
Indices (1)
Index NameAttributes
IncidentHistoryByIncidentIdxincidentID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: incidentStatusHistoryID
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
searchByIncidentreadmulti   
Related Pages (5)