[This is preliminary documentation and is subject to change.]

The Incident type exposes the following members.

Constructors

  NameDescription
Public methodIncident
Initializes a new instance of the Incident class

Fields

  NameDescription
Public fieldAttachments
A list of files attached to the incident record, normally for the purpose of supporting information.
Public fieldClassifications
A list of Classifications
Public fieldClosedByPerson
The Person that closed the Incident if the incidents status is closed.
Public fieldClosedDate
The date on which the incident was closed.
Public fieldCosts
A list of costs associated with the incident record.
Public fieldCurrency
The currency in which the cost of the incident was assessed.
Public fieldDateCreated
The date on which the incident record was created.
Public fieldDepartment
The department against which the incident record was raised
Public fieldEventDate
The date of the event
Public fieldHasMainOccurrence
Does this incident have a main occurrence.
Public fieldID
The ID of the Incicent record in the Q-Pulse database.
Public fieldIsMandatoryReport
Does this report requore reporting to an external body.
Public fieldIsOverdue
If the incidents Target date has passed, IsOverdue is true.
Public fieldNotes
A collection of Notes associated with the incident record.
Public fieldNumber
The unique Number of the Incident record in the Q-Pulse Database.
Public fieldOccurrenceIDs
The IDs of the Occurrences related to this incident.
Public fieldOccurrences
Occurrences related to this incident.
Public fieldOwner
The person currently responsible for dealing with the incident
Public fieldOwnerId
The Id of the person currently responsible for dealing with the incident
Public fieldPriority
The priority of the incident
Public fieldRegulatorNumber
The number of the regulator
Public fieldRelatedDocument
The Related Document
Public fieldReportSent
The date on which a report was sent.
Public fieldReportTypeName
The type of incident report.
Public fieldStages
A list of workflow stages through which the incident is being managed.
Public fieldStatus
The Incidents current status.
Public fieldTargetDate
The date by which the incident must have been dealt with.
Public fieldTitle
The title of the incident.
Public fieldTotalCost
The total cost of the incident in the currency specified in the currency field.
Public fieldTotalTime
The total time required to deal with the incident.

See Also