Skip to main content
10-Marble
July 9, 2012
Question

Windchill - Renaming

  • July 9, 2012
  • 2 replies
  • 1394 views
Fresh test install of Windchill 10.0, I modified the xml file to disable
"Auto Number" and I cannot seem to remember what I also need to modify
in order to be able to completely rename a file in all three locations?



The field "New Number" is greyed out.







Thanks in advance,




2 replies

22-Sapphire I
July 9, 2012
Requires:

- Modify Identity ACL on the type at it's current state (EPM Doc)

- Modify Identity ACL also on all states in the history (e.g. if currently at B.2 In Work but A.1 Released exists, need Modify Identity on Released state)
HelesicPetr
22-Sapphire II
April 8, 2016

In this case you need modify also the ACLs as mentioned and modify the OIR rules where is defined a constraint rule for number that could not be changed.

folowing constrain should be removed from OIR

<Value algorithm="com.ptc.core.rule.server.impl.GetImmutableConstraint"/> (this value should be removed from OIR)

example:

<AttrConstraint id="number" algorithm="com.ptc.core.rule.server.impl.GatherAttributeConstraints">

     <Value algorithm="com.ptc.core.rule.server.impl.GetServerAssignedConstraint"/> ( this value is for autonumbering)

</AttrConstraint>