Skip to main content
12-Amethyst
August 18, 2015
Solved

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

  • August 18, 2015
  • 2 replies
  • 2384 views

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.

Best answer by satre-2

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

Hope it helps!!!

Thanks

Shreyas

2 replies

satre-21-VisitorAnswer
1-Visitor
August 18, 2015

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

Hope it helps!!!

Thanks

Shreyas

12-Amethyst
August 25, 2015

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

23-Emerald I
August 21, 2015

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?