cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

How to get revison information of part ?

saitha
1-Visitor

How to get revison information of part ?

Hi friends ,

How to get revison information of part ? can you suggest any api ?

ACCEPTED SOLUTION

Accepted Solutions

Hi

May be these methods will be useful for you:

RevisionControlled.getVersionInfo().getIdentifier().getValue();

RevisionControlled.getIterationIdentifier().getValue();

View solution in original post

5 REPLIES 5

Hi

May be these methods will be useful for you:

RevisionControlled.getVersionInfo().getIdentifier().getValue();

RevisionControlled.getIterationIdentifier().getValue();

How can we get the RevisonConrolled object of the part ?

You don't need do it. RevisionControlled is superclass for WTPart.

How to dispaly the latest revison of part ?

could u sggesst any api ?

Announcements


Top Tags