<EnabledDuringSave>
Section:
Attribute
Required:
No
Value type:
Boolean (true or false)
Default:
true
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag only applies to the Masterdata Name attribute. It is checked during a save to determine if the Masterdata Name should be generated from the Model Name, or if it should be generated using a business object attached to the attribute.
If false, the Masterdata Name is generated from the Model Name. If there is a business object on the attribute, it is ignored.
If true, the business object (typically a rolling number generator) attached to the attribute is used to generate the Masterdata Name. If there is no business object attached to the attribute, the Masterdata Name is generated from the Model Name.
Example
This example shows the tag disabled:
<EnabledDuringSave>false</EnabledDuringSave>
Was this helpful?