File-Based Revision Series
Hi,
I have implemented Custom Revision Scheme following the article -->
https://www.ptc.com/en/support/article/CS148182?source=search
I have the following content in my Verison Loader file
<series name="CustomVersioning">
<value>A</value>
<value>B</value>
<value>C</value>
<value>D</value>
<value>E</value>
</series>
After revising the E.1, I am getting the following error
The series value has reached its maximum value: E, series=CustomVersioning
I wanted to know that how combinations like AA, AB, AC, AD are generated?
Do we need to set this combinations in load file or is there any other way to implement?

