Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
My predecessor at my current company we are not able to change the Number. We can change the Name and File Name with no problem.
Guilherme, does<value algorithm="com.ptc.core.rule.server.impl.GetImmutableConstraint"/"> apply just at time of create or forever afterwards? Regards Darren
Mike
This is exactly were I am trying to get the system set to. But the way it is right now I have admin rights and I can't even renumber a file.
Marshall Sexton
Master Modeler
NABI USA
Mine number column is grayed out.
At one time auto numbering was turned on. We turned the auto number off but missed something in the
process to be able to re-number the existing components.
It is in the object OIR in each context or organization:
You will see this for autonumber generation for WTPart OIR:
<arg>{GEN:wt.enterprise.SequenceGenerator:WTPARTID_seq:10:0}</arg>
</attrvalue>
Just add this in the bottom of the OIR:
<attrconstraint id="number" algorithm="com.ptc.core.rule.server.impl.GatherAttributeConstraints">
</attrconstraint>
Hope this helps.
Patrick
In Reply to Marshall Sexton:
My predecessor at my current company we are not able to change the Number. We can change the Name and File Name with no problem.