Provance.ITAM.GlobalAdministrationSettingsProvance Global Administration Settings

Provance.ITAM.GlobalAdministrationSettings (ClassType)

Settings applicable to the entire management pack, such as currencies in use and their exchange rates

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId6effcfd4-d60d-3e27-f9d2-376d6b4bd778

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.GlobalAdministrationSettings:
IsAllowUserAffiliation  bool  Enable user auto affiliation feature Enable user auto affiliation feature false 256    false 
UserLocationAffilicatedField  string  Affilicated user property of location Affilicated user property of location false 256  False   
UserOrganizationAffilicatedField  string  Affilicated user property of organization Affilicated user property of organization false 256  False   
UserCostCenterAffilicatedField  string  Affilicated user property of cost center Affilicated user property of cost center false 256  False   

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.GlobalAdministrationSettings" Accessibility="Public" Abstract="false" Base="SystemAdminItemLibrary!System.SolutionSettings" Hosted="false" Singleton="true" Extension="false">
<Property ID="IsAllowUserAffiliation" Type="bool" Required="true" DefaultValue="false"/>
<Property ID="UserLocationAffilicatedField" Type="string"/>
<Property ID="UserOrganizationAffilicatedField" Type="string"/>
<Property ID="UserCostCenterAffilicatedField" Type="string"/>
</ClassType>