cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Windchill - Renaming

Robert-Altman
7-Bedrock

Windchill - Renaming

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 2

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)

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>

Top Tags