System.WorkItem.Incident.GeneralSettingIncidentinställningar

System.WorkItem.Incident.GeneralSetting (ClassType)

Inställningar för incidenter, t.ex. ID-prefix, bifogade filer, prioritet och lösningstider

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId9ef043ac-587a-e5be-1700-42c1ae52b48f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (SVE) Description (SVE) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Visningsnamn Objektets visningsnamn. false 4000  False     
System.WorkItem.Incident.GeneralSetting:
PrefixForId  string  Prefix för identifierare Prefix för identifierare false 256  False  IR   
MaxAttachments  int  Max bifogade filer Max bifogade filer false 256    10   
PriorityMinValue  int  Min prioritetsvärde Min prioritetsvärde false 256     
PriorityMaxValue  int  Max prioritetsvärde Max prioritetsvärde false 256     
DataRetentionTime  int  Datalagringstid Datalagringstid false 256       
DataRetentionTimeUnit  int  Tidsenhet för datalagring Tidsenhet för datalagring false 256       
OpsMgrWebConsoleUrl  string  URL till Operations Manager-webbkonsol URL till Operations Manager-webbkonsol false 256  False     
OpsMgrWebConsoleAlertPageUrl  string      false 256  False     
OpsMgrWebConsoleHealthPageUrl  string      false 256  False     
HideTargetResolutionTimeOnForm  bool      false 256       
MaxAttachmentSize  int  Max storlek för bifogade filer Max storlek för bifogade filer false 256    2048   
PriorityMatrix  string  Prioritetsmatris Prioritetsmatris false 65536  False     
ResolutionMappings  string  Lösningsmappning Lösningsmappning false 65536  False     
DefaultTierQueue  enum  Supportgrupp som standard Supportgrupp som standard false 256      IncidentTierQueuesEnum 
ResolveChildIncident  enum  Lös underordnade incidenter Lös underordnade incidenter false 256      ChildIncidentAdminSettings 
ActivateChildIncident  enum  Aktivera underordnade incidenter Aktivera underordnade incidenter false 256      ChildIncidentAdminSettings 
ActiveChildIncidentLinkStatus  enum  Aktiv länkstatus för underordnad incident Aktiv länkstatus för underordnad incident false 256      IncidentStatusEnum 
ChildIncidentReactivatedStatus  enum  Återaktiveringsstatus för underordnad incident Återaktiveringsstatus för underordnad incident false 256    CoreIncident!IncidentStatusEnum.Active  IncidentStatusEnum 
ChildIncidentResolutionCategory  enum  Lösningskategori för underordnad incident Lösningskategori för underordnad incident false 256    IncidentResolutionCategoryEnum.ResolvedByParentIncident  IncidentResolutionCategoryEnum 
ChildIncidentResolutionCategorySameAsParent  bool  Är lösningskategori för underordnad incident samma som för överordnad Är lösningskategori för underordnad incident samma som för överordnad incident false 256       
PropertiesToCopyFromParentToChildIncident  string      false 256  False  Impact;Urgency;TierQueue;AssignedUser   

Health Model:

Source Code:

<ClassType ID="System.WorkItem.Incident.GeneralSetting" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="PrefixForId" Type="string" DefaultValue="IR"/>
<Property ID="MaxAttachments" Type="int" DefaultValue="10"/>
<Property ID="PriorityMinValue" Type="int" DefaultValue="9"/>
<Property ID="PriorityMaxValue" Type="int" DefaultValue="1"/>
<Property ID="DataRetentionTime" Type="int"/>
<Property ID="DataRetentionTimeUnit" Type="int"/>
<Property ID="OpsMgrWebConsoleUrl" Type="string"/>
<Property ID="OpsMgrWebConsoleAlertPageUrl" Type="string"/>
<Property ID="OpsMgrWebConsoleHealthPageUrl" Type="string"/>
<Property ID="HideTargetResolutionTimeOnForm" Type="bool"/>
<Property ID="MaxAttachmentSize" Type="int" DefaultValue="2048"/>
<Property ID="PriorityMatrix" Type="string" MaxLength="65536"/>
<Property ID="ResolutionMappings" Type="string" MaxLength="65536"/>
<Property ID="DefaultTierQueue" Type="enum" EnumType="CoreIncident!IncidentTierQueuesEnum"/>
<Property ID="ResolveChildIncident" Type="enum" EnumType="ChildIncidentAdminSettings"/>
<Property ID="ActivateChildIncident" Type="enum" EnumType="ChildIncidentAdminSettings"/>
<Property ID="ActiveChildIncidentLinkStatus" Type="enum" EnumType="CoreIncident!IncidentStatusEnum"/>
<Property ID="ChildIncidentReactivatedStatus" Type="enum" EnumType="CoreIncident!IncidentStatusEnum" DefaultValue="CoreIncident!IncidentStatusEnum.Active"/>
<Property ID="ChildIncidentResolutionCategory" Type="enum" EnumType="CoreIncident!IncidentResolutionCategoryEnum" DefaultValue="IncidentResolutionCategoryEnum.ResolvedByParentIncident"/>
<Property ID="ChildIncidentResolutionCategorySameAsParent" Type="bool"/>
<Property ID="PropertiesToCopyFromParentToChildIncident" Type="string" DefaultValue="Impact;Urgency;TierQueue;AssignedUser"/>
</ClassType>