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

We are happy to announce the new Windchill Customization board! Learn more.

Need API function to retrieve LifeCycle state Display name from Promotion Notice

TomazJeras
11-Garnet

Need API function to retrieve LifeCycle state Display name from Promotion Notice

I need to get Requested Promotion State from Promotion Notice object in WF expression robot.

Shreyas already helped me with correct function for LC state, but this function (getMaturityState()) returns Key name of LC state.

Anyone knows, how to get Display name of LC state?

Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions

You can use pr.getMaturityState().getDisplay(); to get the display name of lifecycle stat.

Hope it helps!!!

Thanks

Shreyas

View solution in original post

3 REPLIES 3

You can use pr.getMaturityState().getDisplay(); to get the display name of lifecycle stat.

Hope it helps!!!

Thanks

Shreyas

Hi Shreyas,

sorry for late response, I was out of town for few days.

Your answer is of course correct and I appreciate it a lot.

Kind regards

Tomaz

LoriSood
22-Sapphire II
(To:TomazJeras)

Did Shreyas suggested answer your question? If so, could you please mark the thread as Answered so that others may know of the confirmed solution?

Top Tags