<PartHistoryManagement>
Section:
WMConfig
Required:
No
Default:
See description.
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag must enclose the entire <PartHistoryManagement> section. You can place this section anywhere in the file within <WMConfig>, but not within any of the subsections (such as <Options> or <ClassDefs>).
Masterdata revisioning is not automatically enabled. Include the <PartHistoryManagement> tags in your custom xml file to enable revisioning Masterdata. Remove (or comment out) the <PartHistoryManagement> tags in your custom xml file to disable revisioning Masterdata.
The <StateBased> tag defines whether the system creates history elements when the Masterdata is revised (false) or when the state changes to Released (true).
Example
This example shows a configuration for the tag:
<PartHistoryManagement>
<StateBased>true</StateBased>
</PartHistoryManagement>
Was this helpful?