Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
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>