System.WorkItem.Incident.GeneralSettingIncidentindstillinger

System.WorkItem.Incident.GeneralSetting (ClassType)

Indstillinger for incidents, som f.eks. id-præfiks, vedhæftede filer, prioritet og løsningstider

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId613c9f3e-9b94-1fef-4088-16c33bfd0be1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DAN) Description (DAN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Vis navn Viser navnet for objektet. false 4000  False     
System.WorkItem.Incident.GeneralSetting:
PrefixForId  string  Præfiks for id Præfiks for id false 256  False  IR   
MaxAttachments  int  Maksimalt antal vedhæftede filer Maksimalt antal vedhæftede filer false 256    10   
PriorityMinValue  int  Minimum for prioritet Minimum for prioritet false 256     
PriorityMaxValue  int  Maksimum for prioritet Maksimum for prioritet false 256     
DataRetentionTime  int  Opbevaringstid for data Opbevaringstid for data false 256       
DataRetentionTimeUnit  int  Tidsenhed for opbevaring af data Tidsenhed for opbevaring af data false 256       
OpsMgrWebConsoleUrl  string  URL for Operations Manager-Webkonsol URL for Operations Manager-Webkonsol false 256  False     
OpsMgrWebConsoleAlertPageUrl  string      false 256  False     
OpsMgrWebConsoleHealthPageUrl  string      false 256  False     
HideTargetResolutionTimeOnForm  bool      false 256       
MaxAttachmentSize  int  Maksimum for vedhæftede filer Maksimum for vedhæftede filer false 256    2048   
PriorityMatrix  string  Prioritetsmatrix Prioritetsmatrix false 65536  False     
ResolutionMappings  string  Løsningstilknytninger Løsningstilknytninger false 65536  False     
DefaultTierQueue  enum  Standardindstillet supportgruppe Standardindstillet supportgruppe false 256      IncidentTierQueuesEnum 
ResolveChildIncident  enum  Løs underordnede incidents Løs underordnede incidents false 256      ChildIncidentAdminSettings 
ActivateChildIncident  enum  Aktivér underordnede incidents Aktivér underordnede incidents false 256      ChildIncidentAdminSettings 
ActiveChildIncidentLinkStatus  enum  Linkstatus for aktiv underordnet incident Linkstatus for aktiv underordnet incident false 256      IncidentStatusEnum 
ChildIncidentReactivatedStatus  enum  Genaktiveringsstatus for underordnet incident Genaktiveringsstatus for underordnet incident false 256    CoreIncident!IncidentStatusEnum.Active  IncidentStatusEnum 
ChildIncidentResolutionCategory  enum  Løsningskategori for underordnet incident Løsningskategori for underordnet incident false 256    IncidentResolutionCategoryEnum.ResolvedByParentIncident  IncidentResolutionCategoryEnum 
ChildIncidentResolutionCategorySameAsParent  bool  Er løsningskategorien for underordnet incident den samme som den overordnede Er løsningskategorien for underordnet incident den samme som for den overordnede 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>