<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to use different types of revisions</title><link>https://www.aras.com/community/f/development/3824/how-to-use-different-types-of-revisions</link><description>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 &amp;#39;A&amp;#39;, and if it is a kit, start with &amp;#39;00&amp;#39;

Is it possible?</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to use different types of revisions</title><link>https://www.aras.com/community/thread/1818?ContentTypeID=1</link><pubDate>Mon, 23 Jul 2018 15:05:12 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f1266496-4b26-427d-a1de-e3bd186a548a</guid><dc:creator>Eli Donahue</dc:creator><description>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

&lt;hr /&gt;

Eli Donahue

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use different types of revisions</title><link>https://www.aras.com/community/thread/1817?ContentTypeID=1</link><pubDate>Fri, 20 Jul 2018 02:30:24 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:bc19f079-d94b-4540-ae79-9e3a72b7947d</guid><dc:creator>AngelaIp</dc:creator><description>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.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>