Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi All,
I have got a query on Windchill Versioning schemes and whenever we revise an object we are having an issue w.r.t version. So can you please let me know how to get it resolved.
I have got an entry in OIR as
<AttrValue id="MBA|versionInfo" algorithm="com.ptc.core.foundation.vc.server.impl.VersionInfoGenerator">
<Arg>wt.series.HarvardSeries.CustomSeries</Arg>
</AttrValue>
And within the State Based Versioning the series name is
<series name="StateBased">
<seed name="NUMERIC">
<value>1</value>
..
<value>99</value>
</seed>
<seed name="MILSTD">
<value>-</value>
<value>A</value>
..
<value>Y</value>
<value>AA</value>
..
<value>AY</value>
</seed>
</series>
Whenever we create an object it is getting created as A.1. However if we revise it is going as AA.1 instead of B.1 ? Can you please let me know where we had gone wrong and how to change the same ?
Best Regards,
Aditya