System.GlobalSetting.ProblemSettingsProblem Settings

System.GlobalSetting.ProblemSettings (ClassType)

Settings for problems, such as ID prefix, file attachments and priority

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdda0eeac9-9c85-e72b-f321-44a3fcec9c9a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
System.GlobalSetting.ProblemSettings:
ProblemIdPrefix  string  Problem ID Prefix Problem ID Prefix false 256  False  PR 
MaxAttachments  int  Max number of attachments Maximum number of attachments false 256    10 
MaxAttachmentSize  int  Max size of each attachment Maximum size of each attachment false 256    64 
PriorityMinValue  int  Priority Minimum Value Priority Minimum Value false 256     
PriorityMaxValue  int  Priority Maximum Value Priority Maximum Value false 256     
PriorityMatrix  string  Priority Matrix Priority Matrix false 65536  False   

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ProblemSettings" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="ProblemIdPrefix" Type="string" DefaultValue="PR"/>
<Property ID="MaxAttachments" Type="int" DefaultValue="10"/>
<Property ID="MaxAttachmentSize" Type="int" DefaultValue="64"/>
<Property ID="PriorityMinValue" Type="int"/>
<Property ID="PriorityMaxValue" Type="int"/>
<Property ID="PriorityMatrix" Type="string" MaxLength="65536"/>
</ClassType>