Provance.ITAM.HardwareAdministrationSettingsProvance Hardware Administration Settings

Provance.ITAM.HardwareAdministrationSettings (ClassType)

Settings for hardware asset management, such as permitting duplicate identifiers

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId84eda0b4-5401-0ba9-cf19-44ded954335a

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   
Provance.ITAM.HardwareAdministrationSettings:
AllowDuplicateAssetTags  bool  Allow Duplicate Asset Tags Can duplicate asset tags be created. false 256    false 
AllowDuplicateSerialNumbers  bool  Allow Duplicate Serial Numbers Can duplicate serial numbers be created. false 256    false 
AllowAutoSetAssetName  bool  Allow Automatically Set Asset Name Can asset name be set automatically. false 256    true 
IncludeHAInCIsWorkItem  bool  Include Hardware Asset in Config Item's Work Item Can Hardware Assets be automatically added to their Config Items' Work Items as an Affected Config Item false 256    false 
UtilisationCompter  int  Hardware asset maintenance batch size Hardware asset maintenance batch size false 256   

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.HardwareAdministrationSettings" Accessibility="Public" Abstract="false" Base="SystemAdminItemLibrary!System.SolutionSettings" Hosted="false" Singleton="true" Extension="false">
<Property ID="AllowDuplicateAssetTags" Type="bool" Required="true" DefaultValue="false"/>
<Property ID="AllowDuplicateSerialNumbers" Type="bool" Required="true" DefaultValue="false"/>
<Property ID="AllowAutoSetAssetName" Type="bool" Required="true" DefaultValue="true"/>
<Property ID="IncludeHAInCIsWorkItem" Type="bool" Required="true" DefaultValue="false"/>
<Property ID="UtilisationCompter" Type="int" DefaultValue="0"/>
</ClassType>