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.
Hi jing9,
I agree with Angela about the potential complications of trying to overwrite the standard versioning logic with your own. If you really need your own versioning scheme, it might be better to create one or more custom properties on the ItemType. You can then create your own logic in server events as needed to update these properties without interfering with the default versioning properties. Once you get the custom properties and logic working to your satisfaction, you could simply hide the default fields from grids and forms.
Eli
Eli Donahue
Aras Labs Software Engineer