System.WorkItem.Incident.GeneralSettingUstawienia zdarzenia

System.WorkItem.Incident.GeneralSetting (ClassType)

Ustawienia dla zdarzeń, takie jak prefiks identyfikatora, załączniki plików, priorytet i czasy rozwiązania

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False     
System.WorkItem.Incident.GeneralSetting:
PrefixForId  string  Prefiks dla identyfikatora Prefiks dla identyfikatora false 256  False  IR   
MaxAttachments  int  Maksymalna liczba załączników Maksymalna liczba załączników false 256    10   
PriorityMinValue  int  Minimalna wartość priorytetu Minimalna wartość priorytetu false 256     
PriorityMaxValue  int  Maksymalna wartość priorytetu Maksymalna wartość priorytetu false 256     
DataRetentionTime  int  Czas przechowywania danych Czas przechowywania danych false 256       
DataRetentionTimeUnit  int  Jednostka czasu przechowywania danych Jednostka czasu przechowywania danych false 256       
OpsMgrWebConsoleUrl  string  Adres URL konsoli internetowej programu Operations Manager Adres URL konsoli internetowej programu Operations Manager false 256  False     
OpsMgrWebConsoleAlertPageUrl  string      false 256  False     
OpsMgrWebConsoleHealthPageUrl  string      false 256  False     
HideTargetResolutionTimeOnForm  bool      false 256       
MaxAttachmentSize  int  Maksymalny rozmiar załączników Maksymalny rozmiar załączników false 256    2048   
PriorityMatrix  string  Macierz priorytetów Macierz priorytetów false 65536  False     
ResolutionMappings  string  Odwzorowania rozwiązań Odwzorowania rozwiązań false 65536  False     
DefaultTierQueue  enum  Domyślna grupa pomocy technicznej Domyślna grupa pomocy technicznej false 256      IncidentTierQueuesEnum 
ResolveChildIncident  enum  Rozwiąż zdarzenia podrzędne Rozwiąż zdarzenia podrzędne false 256      ChildIncidentAdminSettings 
ActivateChildIncident  enum  Aktywuj zdarzenia podrzędne Aktywuj zdarzenia podrzędne false 256      ChildIncidentAdminSettings 
ActiveChildIncidentLinkStatus  enum  Stan łącza aktywnych zdarzeń podrzędnych Stan łącza aktywnych zdarzeń podrzędnych false 256      IncidentStatusEnum 
ChildIncidentReactivatedStatus  enum  Stan ponownego uaktywnienia zdarzeń podrzędnych Stan ponownego uaktywnienia zdarzeń podrzędnych false 256    CoreIncident!IncidentStatusEnum.Active  IncidentStatusEnum 
ChildIncidentResolutionCategory  enum  Kategoria rozwiązania zdarzenia podrzędnego Kategoria rozwiązania zdarzenia podrzędnego false 256    IncidentResolutionCategoryEnum.ResolvedByParentIncident  IncidentResolutionCategoryEnum 
ChildIncidentResolutionCategorySameAsParent  bool  Czy kategoria rozwiązania zdarzenia podrzędnego jest taka sama jak nadrzędnego Czy kategoria rozwiązania zdarzenia podrzędnego jest taka sama jak zdarzenia nadrzędnego 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>