What’s New > Windchill > 11.0 M020 > Deployment and Configuration > Preferences, Properties, and APIs
  
Preferences, Properties, and APIs
Product: Windchill
Release: 11.0 M020
Benefit
Several preferences, properties, and APIs have been changed in, added to, or removed from Windchill.
Additional Details
The following preferences (listed by functional area) have been changed in, added to, or removed from Windchill:
Functional Area
Name
Status
Description
Default Value
Service Information Manager
Structure Population – Create Group or Section
New
Creates a group or a section if it does not exist in the structure.
No
Structure Population – Configuration file location
New
Defines the location of the configuration file for structure population. If the value of this preference is empty, Auto Population will be disabled.
Example value: Root project folder
Service Information Manager
Create Primary Information Structure on Product Creation
New
Specifies whether a primary Information Structure root will be created when a Service Information Manager Product is created.
No
Windchill Customer Experience Management
Quality container for import from spreadsheet
New
Determines the quality container in which failure mode, failure effect, and harm hazard objects are created.
Example value: Quality1
Windchill Customer Experience Management
Display Types in Failure Codes Tables
New
Determines if failure mode, failure effect, and harm hazard types appear in the Failure Codes table.
No
The following properties (listed by functional area) have been changed in, added to, or removed from Windchill:
Functional Area
Name
Status
Description
Default Value
Search
com.ptc.windchill.search.floatingPointPrecisionOffset
Removed
This property has been replaced by the NumericToolkit roundingRange API. For more information, see the Windchill Javadoc.
N/A
wt.index.enableXMLTagSearch
New
Determine how XML documents are indexed, and enable or disable XML tag searches.
In previous releases, the default behavior was to index all XML content and tags and allow specialized XML searches. With the introduction of this property, the default behavior has changed.
false
wt.index.indexSearchableAttributes
New
Limit attribute indexing to the attributes configured in SearchableAttributesByType.properties.
false
Service Translation
com.ptc.tml.preparation.useStaxParser
New
Allows users to enable the validation of translation package to verify that every XML content file (xliff or other content) in the package is well-formed before initiating the import process for translation.
true
Replication Packages
com.ptc.core.percol.replicationRefreshInBackground
New
Controls whether replication package collections are refreshed in the background.
false
com.ptc.windchill.wp.enableMissingObjectTrackingSource
New
Enables the tracking of missing objects on the source system.
false
com.ptc.windchill.wp.enableMissingObjectTrackingTarget
New
Enables the tracking of missing objects on the target system.
false
com.ptc.windchill.wp.rep.enableOutOfContextCollection
New
Enables the collection of linked objects outside of the replicated context.
false
com.ptc.windchill.wp.rep.outOfContextCollectionOptionOverride
New
Customizes out-of-context collection logic for replication packages.
WTPART_DEPENDENTS:All,CADDOC_DEPENDENTS:All,ASSOCIATED_WTDOCS:All,DRAWINGS:All,FAMILY:All,GENERICS:All,PROBLEM_REPORT:All,VARIANCE:All,CHANGE_REQUEST:All,CHANGE_ACTIVITY:All, CHANGE_NOTICE:All,ASSOCIATED_REPLACEMENTS:All,HANGING_CHANGE:All
com.ptc.windchill.wp.delivery.export.numExportQueues
New
Controls the number of processing queues used for processing background package export.
1
com.ptc.netmarkets.wp.showPersistedCollectionHolderContentTreeView
Removed
Previously, this property controlled the display style of package contents for all package types. It has since been replaced by the packages type-based property ShowPackageContentsTableAsTree.
N/A
The following APIs (listed by functional area) are supported, modified, or deleted in Windchill:
Functional Area
Classes
Status
Description
Folders
wt.clients.folder.CreateFolderDialog
wt.clients.folder.SubFolderTaskDelegate
Deleted
Use APIs in the wt.folder.FolderService class to create folders.