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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Generated Number or Auto Number Off

Robert-Altman
7-Bedrock

Generated Number or Auto Number Off

May I ask your opinion on "Object Initialization Rules" in regards to
numbering?



What are the pros/cons to the default "set the number to a generated
number" or changing it to "set auto number to off"





<attrvalue id="number"&lt;br"/>algorithm="com.ptc.windchill.enterprise.revisionControlled.server.impl.N
umberGenerator">


<arg>{GEN:wt.enterprise.SequenceGenerator:EPM_seq:10:0}</arg>

</attrvalue>



with



<attrconstraint id="number"&lt;br"/>algorithm="com.ptc.core.rule.server.impl.GatherAttributeConstraints">


<arg>{GEN:wt.enterprise.SequenceGenerator:EPM_seq:10:0}</arg>

</attrconstraint>





Thanks in advance,




1 REPLY 1

A bit confusing, but both are actually needed.

Need to null it in the top section of file, between
<attrvalue>
</attrvalue>

and also in the constraints section between
<attconstraint>
</attconstraint>

I've seen the "how to" on this presented over time by PTC at least a half dozen ways. Would be good to have one standard.
Top Tags