System.WorkItem.Incident.GeneralSettingDefinições de Incidente

System.WorkItem.Incident.GeneralSetting (ClassType)

Definições dos incidentes, tais como prefixo de ID, anexos de ficheiro, prioridade e tempos de resolução

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. false 4000  False     
System.WorkItem.Incident.GeneralSetting:
PrefixForId  string  Prefixo para Identificador Prefixo para Identificador false 256  False  IR   
MaxAttachments  int  Máximo de Anexos Máximo de Anexos false 256    10   
PriorityMinValue  int  Valor Mínimo da Prioridade Valor Mínimo da Prioridade false 256     
PriorityMaxValue  int  Valor Máximo da Prioridade Valor Máximo da Prioridade false 256     
DataRetentionTime  int  Tempo de Retenção de Dados Tempo de Retenção de Dados false 256       
DataRetentionTimeUnit  int  Unidade de Tempo de Retenção de Dados Unidade de Tempo de Retenção de Dados false 256       
OpsMgrWebConsoleUrl  string  URL da Consola da Web do Operations Manager URL da consola da Web do Operations Manager false 256  False     
OpsMgrWebConsoleAlertPageUrl  string      false 256  False     
OpsMgrWebConsoleHealthPageUrl  string      false 256  False     
HideTargetResolutionTimeOnForm  bool      false 256       
MaxAttachmentSize  int  Tamanho Máximo do Anexo Tamanho Máximo do Anexo false 256    2048   
PriorityMatrix  string  Matriz de Prioridade Matriz de Prioridade false 65536  False     
ResolutionMappings  string  Mapeamentos de Resolução Mapeamentos de Resolução false 65536  False     
DefaultTierQueue  enum  Grupo de Suporte Predefinido Grupo de Suporte Predefinido false 256      IncidentTierQueuesEnum 
ResolveChildIncident  enum  Resolver Incidentes Subordinados Resolver Incidentes Subordinados false 256      ChildIncidentAdminSettings 
ActivateChildIncident  enum  Activar Incidentes Subordinados Activar Incidentes Subordinados false 256      ChildIncidentAdminSettings 
ActiveChildIncidentLinkStatus  enum  Estado de Ligação de Incidente Subordinado Activo Estado de Ligação de Incidente Subordinado Activo false 256      IncidentStatusEnum 
ChildIncidentReactivatedStatus  enum  Estado de Reactivação de Incidente Subordinado Estado de Reactivação de Incidente Subordinado false 256    CoreIncident!IncidentStatusEnum.Active  IncidentStatusEnum 
ChildIncidentResolutionCategory  enum  Categoria de Resolução do Incidente Subordinado Categoria de Resolução do Incidente Subordinado false 256    IncidentResolutionCategoryEnum.ResolvedByParentIncident  IncidentResolutionCategoryEnum 
ChildIncidentResolutionCategorySameAsParent  bool  A Categoria de Resolução do Incidente Subordinado é igual a Principal? A Categoria de Resolução do Incidente Secundário é igual a Principal? 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>