System.WorkItem.Incident.GeneralSettingIncidentinstellingen

System.WorkItem.Incident.GeneralSetting (ClassType)

Instellingen voor incidenten, zoals id-voorvoegsel, bestandsbijlagen, prioriteit en oplossingstijden

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NLD) Description (NLD) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Weergavenaam Weergavenaam van het object. false 4000  False     
System.WorkItem.Incident.GeneralSetting:
PrefixForId  string  Voorvoegsel voor id Voorvoegsel voor id false 256  False  IR   
MaxAttachments  int  Maximum aantal bijlagen Maximum aantal bijlagen false 256    10   
PriorityMinValue  int  Minimale waarde prioriteit Minimale waarde prioriteit false 256     
PriorityMaxValue  int  Maximale waarde prioriteit Maximale waarde prioriteit false 256     
DataRetentionTime  int  Gegevensretentietijd Gegevensretentietijd false 256       
DataRetentionTimeUnit  int  Eenheid gegevensretentietijd Eenheid gegevensretentietijd false 256       
OpsMgrWebConsoleUrl  string  URL Operations Manager-webconsole URL Operations Manager-webconsole false 256  False     
OpsMgrWebConsoleAlertPageUrl  string      false 256  False     
OpsMgrWebConsoleHealthPageUrl  string      false 256  False     
HideTargetResolutionTimeOnForm  bool      false 256       
MaxAttachmentSize  int  Maximale grootte bijlage Maximale grootte bijlage false 256    2048   
PriorityMatrix  string  Prioriteitsmatrix Prioriteitsmatrix false 65536  False     
ResolutionMappings  string  Oplossingstoewijzingen Oplossingstoewijzingen false 65536  False     
DefaultTierQueue  enum  Standaardondersteuningsgroep Standaardondersteuningsgroep false 256      IncidentTierQueuesEnum 
ResolveChildIncident  enum  Onderliggende incidenten oplossen Onderliggende incidenten oplossen false 256      ChildIncidentAdminSettings 
ActivateChildIncident  enum  Onderliggende incidenten activeren Onderliggende incidenten activeren false 256      ChildIncidentAdminSettings 
ActiveChildIncidentLinkStatus  enum  Status koppelen actief onderliggend incident Status koppelen actief onderliggend incident false 256      IncidentStatusEnum 
ChildIncidentReactivatedStatus  enum  Status Opnieuw activeren onderliggend incident Status Opnieuw activeren onderliggend incident false 256    CoreIncident!IncidentStatusEnum.Active  IncidentStatusEnum 
ChildIncidentResolutionCategory  enum  Oplossingscategorie onderliggend incident Oplossingscategorie onderliggend incident false 256    IncidentResolutionCategoryEnum.ResolvedByParentIncident  IncidentResolutionCategoryEnum 
ChildIncidentResolutionCategorySameAsParent  bool  Is oplossingscategorie voor onderliggend incident dezelfde als voor bovenliggend incident Is oplossingscategorie voor onderliggend incident dezelfde als voor bovenliggend incident 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>