System.WorkItem.Incident.GeneralSettingIncidensbeállítások

System.WorkItem.Incident.GeneralSetting (ClassType)

Az incidensekkel, például az incidensek azonosítójának előtagjával, a csatolt fájlokkal, a prioritásokkal és a megoldási időkkel kapcsolatos beállítások

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (HUN) Description (HUN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Megjelenített név Az objektum megjelenített neve false 4000  False     
System.WorkItem.Incident.GeneralSetting:
PrefixForId  string  Azonosító előtagja Azonosító előtagja false 256  False  IR   
MaxAttachments  int  Csatolható fájlok maximális száma Csatolható fájlok maximális száma false 256    10   
PriorityMinValue  int  Prioritás minimális értéke Prioritás minimális értéke false 256     
PriorityMaxValue  int  Prioritás maximális értéke Prioritás maximális értéke false 256     
DataRetentionTime  int  Adatmegőrzési idő Adatmegőrzési idő false 256       
DataRetentionTimeUnit  int  Adatmegőrzési idő egysége Adatmegőrzési idő egysége false 256       
OpsMgrWebConsoleUrl  string  Operations Manager webkonzol URL-címe Operations Manager webkonzol URL-címe false 256  False     
OpsMgrWebConsoleAlertPageUrl  string      false 256  False     
OpsMgrWebConsoleHealthPageUrl  string      false 256  False     
HideTargetResolutionTimeOnForm  bool      false 256       
MaxAttachmentSize  int  Csatolt fájlok maximális mérete Csatolt fájlok maximális mérete false 256    2048   
PriorityMatrix  string  Prioritási mátrix Prioritási mátrix false 65536  False     
ResolutionMappings  string  Megoldásmegfeleltetések Megoldásmegfeleltetések false 65536  False     
DefaultTierQueue  enum  Alapértelmezett támogatási csoport Alapértelmezett támogatási csoport false 256      IncidentTierQueuesEnum 
ResolveChildIncident  enum  Gyermekincidensek megoldása Gyermekincidensek megoldása false 256      ChildIncidentAdminSettings 
ActivateChildIncident  enum  Gyermekincidensek aktiválása Gyermekincidensek aktiválása false 256      ChildIncidentAdminSettings 
ActiveChildIncidentLinkStatus  enum  Aktív gyermekincidensek csatolási állapota Aktív gyermekincidensek csatolási állapota false 256      IncidentStatusEnum 
ChildIncidentReactivatedStatus  enum  Gyermekincidensek újraaktiválási állapota Gyermekincidensek újraaktiválási állapota false 256    CoreIncident!IncidentStatusEnum.Active  IncidentStatusEnum 
ChildIncidentResolutionCategory  enum  Gyermekincidensek megoldási kategóriája Gyermekincidensek megoldási kategóriája false 256    IncidentResolutionCategoryEnum.ResolvedByParentIncident  IncidentResolutionCategoryEnum 
ChildIncidentResolutionCategorySameAsParent  bool  Gyermekincidensek megoldási kategóriája azonos a szülőével Gyermekincidensek megoldási kategóriája azonos a szülő incidensével 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>