<ProtectUnlessNew>
Section:
Attribute
Required:
No
Value type:
Boolean (true or false)
Default:
false
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
If true on a non-versionable element, you can only edit the attribute when you first create the element and before the element is saved to the database. You will not be able to edit the attribute from the DB Properties dialog.
If true on a versionable element, you can only edit the attribute when you create the first version of the element. The attribute will not be editable when someone creates new versions of that element.
If you add the <ProtectUnlessNew> tag to a name attribute, you can turn off the ability to rename models, drawings, etc.
Example
This example shows a valid configuration for the tag:
<ProtectUnlessNew>true</ProtectUnlessNew>
Was this helpful?