System.GlobalSetting.ServiceRequestSettingsImpostazioni richiesta di servizio

System.GlobalSetting.ServiceRequestSettings (ClassType)

Impostazioni per le richieste di servizio, ad esempio prefisso ID e file allegati

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdf992b20b-8620-085a-d73c-d5e2092bea2a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False   
System.GlobalSetting.ServiceRequestSettings:
ServiceRequestPrefix  string  Prefisso ID richiesta di servizio Prefisso ID richiesta di servizio false 256  False  SR 
MaxFileAttachmentsCount  int  Numero max file allegati Numero massimo di file allegati false 256    10 
MaxFileAttachmentSizeinKB  int  Dimensione max file allegati (KB) Dimensione massima dei file allegati in KB false 256    64 

Health Model:

Source Code:

<ClassType ID="System.GlobalSetting.ServiceRequestSettings" Accessibility="Public" Base="AdminItem!System.SolutionSettings" Hosted="false" Abstract="false" Singleton="true">
<Property ID="ServiceRequestPrefix" Type="string" DefaultValue="SR"/>
<Property ID="MaxFileAttachmentsCount" Type="int" DefaultValue="10"/>
<Property ID="MaxFileAttachmentSizeinKB" Type="int" DefaultValue="64"/>
</ClassType>