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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

retrieve maturity history of an object by API

HenriMarchal
1-Newbie

retrieve maturity history of an object by API

Hello,

I don't find the java helper or utility to retrieve maturity history of a WTObject.

We can have these data with the GUI in the third level navigation tab. It is in History/Maturity.

I figured out in actionModels.xml that this button calls a UI Component named "THIRD_LEVEL_HISTORY_MATURITY" but I don't know what is called behind...

Do you know how I can retrieve this maturity history via API ?

Thank you

2 REPLIES 2

I didn't look into them but there's a MaturityHelper and service in the wt.maturity package.

It was not good (this helper appears useful for baselineItems and the Promote action).

But I found QueryResult result = com.ptc.windchill.enterprise.history.HistoryTablesCommands.maturityHistory(wtObject);

It is fine.

Top Tags