Click or drag to resize
SlaValuesOverride Class
SLA Value object overrides priority values (DueInMinutes, RespondInMinutes, AckInMinutes) for whole portfolio or certain community
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesPortfolioChildCorrigoEntity
        CorrigoService.EntitiesSlaValuesOverride

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class SlaValuesOverride : PortfolioChildCorrigoEntity

The SlaValuesOverride type exposes the following members.

Properties
  NameDescription
Public propertyAckInMinutes
Default value for the time in which WO must be acknowledged (started), number of minutes. Supported values 0-599999.“0” means “do not compute Acknowledge By”.
Public propertyDueInMinutes
Default value for the time in which WO must be completed, number of minutes. Supported values 1-599999.
Public propertyPriorityId
Reference to Priority ID associated with SLA rule
Public propertyRespondInMinutes
Default value for the time in which WO must be started, number of minutes. Supported values 1-599999.
Top
See Also