This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Minor Revision/Generation as 0.1, 0.2, 0.3...

Vardhan - Thursday, July 3, 2014 3:16 AM:

Hi,

How to make minor revisions as 0.1, 0.2, 0.3... instead of 1, 2, 3.... for an Item? I saw 'Default' Revision under Revisions having A-Z. This is for Major revision.

Where to do the changes for minor revision?

 

Thank you, Vardh



DavidSpackman - Friday, July 4, 2014 4:04 AM:

Hi Vardh,

 

Are you talking about the generation field? Is so, I don't believe this can be changed, or that you would want to.

(para phrase from Just Ask Innovator)

 

  • Generation is an integer field that is the sequence number counter number of changes. Generation are automatically incremented by the Innovator core processes and rules, whenever an Item changed (i.e., locked, edited and unlocked) (if versionable is set to true)

 

It is independent to the revision field 

Revision (major revision) can be configured to change as required (Either manually, via code, etc)

See Just Ask Innovator or have a search of the forum, there are many posts on revision

 

There is also a minor revision field in the item type, I believe the project below shows you how it can be configured

http://www.aras.com/projects/project-view.aspx?id=030E7499D41B48AD849A963459DCF067

 

 

 

 




Vardhan - Monday, July 7, 2014 2:01 AM:

Thank you so much DavidSpackman,

The above project is doing similar what I wanted to do.