Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<?xml version="1.0" encoding="utf-8"?>
<UserSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <!-- User will get these servers to connect to -->
  <MostRecentlyUsedServerHosts>
    <ServerHost>http://SERVER1/AssertServer</ServerHost>
    <ServerHost>http://SERVER1/AssertServer</ServerHost>
  </MostRecentlyUsedServerHosts>
  
  <!-- Catalogue template will be used -->
  <EnableCatalogueTemplate>true</EnableCatalogueTemplate>
  <!-- Persistent must be added before creating catalogue and persistent identity will be used for nodes in the catalogue -->
  <PersistentIdTemplate>false</PersistentIdTemplate>
  <!-- New nodes will get inherit presentation information if created by drag and drop from a storage of presentations -->
  <InitiateNodeInheritPresentation>true</InitiateNodeInheritPresentation> 
  <!-- Set limit for specification count to something different than default (version 5.1.1 and later) -->
  <SpecificationCountLimit>25</SpecificationCountLimit>
  
  <!-- Enable extended manager logs for calls to server (version 5.1.6 and later) -->
  <LogDebugWrites>true</LogDebugWrites>
  <!-- Limit number of replacements to max 1 per part (version 5.1.6 and later) -->
  <MaxReplacedPartsInChain>1</MaxReplacedPartsInChain>
  <!-- Allow optional replacements (version 5.1.6 and later) -->
  <AllowOptionalReplacements>false</AllowOptionalReplacements>
  <!-- New presentations will open in a new windown (version 5.1.7 and later) -->
  <OpenExtendedEdit>true</OpenExtendedEdit>
  
  <!-- Enforce manual notes at save (version 5.3 and later) -->
  <ManualChangeNotes>Product|Part|Section|Kit|Illustration|Image|ServiceItem|Specification</ManualChangeNotes>
  
  <!-- Set opacity on water marks in % (version 5.3 and later) -->
  <WatermarkOpacity>25</WatermarkOpacity>
  
  <!-- Predefined reasons in manual notes dialog box (version 5.3 and later) -->
  <ManualChangeNotesReasons>
	<ReasonType>Reason1</ReasonType>
	<ReasonType>Reason2</ReasonType>
	<ReasonType>Reason3</ReasonType>
	<ReasonType>Reason4</ReasonType>
  </ManualChangeNotesReasons>
  
</UserSettings>

...