Windchill Revisions
I am building a new Windchill 11.0 m030 CPS08 system.
Revisions is my current task to tackle.
OOTB, adding a document to Windchill, it comes in as revision A. Yet, when I look at the XML file for revisions using the command: java wt.series.LoadFileBasedSeries -read, I get a file that has numeric revisions at the top and then Alphas.
The OIR has: <AttrValue id="MBA|versionInfo" algorithm="com.ptc.core.foundation.vc.server.impl.VersionInfoGenerator">
<Arg>wt.series.HarvardSeries</Arg>
,/AttrValue>
What file is driving the revision scheme OOTB and what changes are needed in the OIR to use my own scheme which is alpha first, then numeric?
I also found the option to specify an alternate initial revision. Does using this create a drop down menu that would allow us to choose rev A or rev 0 as the initial version. Is there more coding needed in the OIR to enable a version choice?

