System.WorkItem.Incident.GeneralSettingNastavení incidentu

System.WorkItem.Incident.GeneralSetting (ClassType)

Nastavení incidentů, například předpona ID, přílohy souborů, priorita a doba řešení

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CSY) Description (CSY) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Zobrazovaný název Zobrazovaný název objektu false 4000  False     
System.WorkItem.Incident.GeneralSetting:
PrefixForId  string  Předpona identifikátoru Předpona identifikátoru false 256  False  IR   
MaxAttachments  int  Max. počet příloh Max. počet příloh false 256    10   
PriorityMinValue  int  Minimální hodnota priority Minimální hodnota priority false 256     
PriorityMaxValue  int  Maximální hodnota priority Maximální hodnota priority false 256     
DataRetentionTime  int  Doba uchovávání dat Doba uchovávání dat false 256       
DataRetentionTimeUnit  int  Časová jednotka uchovávání dat Časová jednotka uchovávání dat false 256       
OpsMgrWebConsoleUrl  string  Adresa URL webové konzoly nástroje Operations Manager Adresa URL webové konzoly nástroje Operations Manager false 256  False     
OpsMgrWebConsoleAlertPageUrl  string      false 256  False     
OpsMgrWebConsoleHealthPageUrl  string      false 256  False     
HideTargetResolutionTimeOnForm  bool      false 256       
MaxAttachmentSize  int  Max. velikost přílohy Max. velikost přílohy false 256    2048   
PriorityMatrix  string  Matice priorit Matice priorit false 65536  False     
ResolutionMappings  string  Mapování řešení Mapování řešení false 65536  False     
DefaultTierQueue  enum  Výchozí skupina podpory Výchozí skupina podpory false 256      IncidentTierQueuesEnum 
ResolveChildIncident  enum  Vyřešit podřízené incidenty Vyřešit podřízené incidenty false 256      ChildIncidentAdminSettings 
ActivateChildIncident  enum  Aktivovat podřízené incidenty Aktivovat podřízené incidenty false 256      ChildIncidentAdminSettings 
ActiveChildIncidentLinkStatus  enum  Stav propojení aktivního podřízeného incidentu Stav propojení aktivního podřízeného incidentu false 256      IncidentStatusEnum 
ChildIncidentReactivatedStatus  enum  Stav opětovné aktivace podřízeného incidentu Stav opětovné aktivace podřízeného incidentu false 256    CoreIncident!IncidentStatusEnum.Active  IncidentStatusEnum 
ChildIncidentResolutionCategory  enum  Kategorie řešení podřízeného incidentu Kategorie řešení podřízeného incidentu false 256    IncidentResolutionCategoryEnum.ResolvedByParentIncident  IncidentResolutionCategoryEnum 
ChildIncidentResolutionCategorySameAsParent  bool  Je kategorie řešení podřízeného incidentu stejná jako u nadřazeného incidentu? Je kategorie řešení podřízeného incidentu stejná jako u nadřazeného incidentu? 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>