System.WorkItem.Incident.GeneralSetting事件設定

System.WorkItem.Incident.GeneralSetting (ClassType)

事件的設定,例如識別碼首碼、檔案附件、優先順序和解決時間

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.WorkItem.Incident.GeneralSetting:
PrefixForId  string  識別碼的首碼 識別碼的首碼 false 256  False  IR   
MaxAttachments  int  附件上限 附件上限 false 256    10   
PriorityMinValue  int  優先順序最小值 優先順序最小值 false 256     
PriorityMaxValue  int  優先順序最大值 優先順序最大值 false 256     
DataRetentionTime  int  資料保留時間 資料保留時間 false 256       
DataRetentionTimeUnit  int  資料保留時間單位 資料保留時間單位 false 256       
OpsMgrWebConsoleUrl  string  Operations Manager Web 主控台 URL Operations Manager Web 主控台 URL false 256  False     
OpsMgrWebConsoleAlertPageUrl  string      false 256  False     
OpsMgrWebConsoleHealthPageUrl  string      false 256  False     
HideTargetResolutionTimeOnForm  bool      false 256       
MaxAttachmentSize  int  附件大小上限 附件大小上限 false 256    2048   
PriorityMatrix  string  優先順序矩陣 優先順序矩陣 false 65536  False     
ResolutionMappings  string  解決方式對應 解決方式對應 false 65536  False     
DefaultTierQueue  enum  預設支援群組 預設支援群組 false 256      IncidentTierQueuesEnum 
ResolveChildIncident  enum  解決子事件 解決子事件 false 256      ChildIncidentAdminSettings 
ActivateChildIncident  enum  啟動子事件 啟動子事件 false 256      ChildIncidentAdminSettings 
ActiveChildIncidentLinkStatus  enum  作用中子事件連結狀態 作用中子事件連結狀態 false 256      IncidentStatusEnum 
ChildIncidentReactivatedStatus  enum  子事件重新啟動狀態 子事件重新啟動狀態 false 256    CoreIncident!IncidentStatusEnum.Active  IncidentStatusEnum 
ChildIncidentResolutionCategory  enum  子事件解決類別 子事件解決類別 false 256    IncidentResolutionCategoryEnum.ResolvedByParentIncident  IncidentResolutionCategoryEnum 
ChildIncidentResolutionCategorySameAsParent  bool  子事件解決類別是否與父事件相同 子事件解決類別是否與父事件相同 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>