Hi
I want to know if I can use multiple types of revisions in one item type
For example, If the classification is Part, I want the revision to start with 'A', and if it is a kit, start with '00'
Is it possible?
I once also planned to do something similar. I expect it´s possible to overwrite the default revision with a Method. But the main pitfall are the many additional Methdods that rely on the standard revision scheme. For ItemType Part you would have to change a lot of Methods to handle both revision types, e.g. PE_CreateNewRevision and PE_ChangeItemTransition just to mention two.
I once also planned to do something similar. I expect it´s possible to overwrite the default revision with a Method. But the main pitfall are the many additional Methdods that rely on the standard revision scheme. For ItemType Part you would have to change a lot of Methods to handle both revision types, e.g. PE_CreateNewRevision and PE_ChangeItemTransition just to mention two.