Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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.
Solved! Go to Solution.
You can use pr.getMaturityState().getDisplay(); to get the display name of lifecycle stat.
Hope it helps!!!
Thanks
Shreyas
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
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?
