Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Not able to localize flow name in "Where am I"

SA-27525

Summary



Unable to localize flow name in "Where am I" with Pega 7.1.9.

Steps to Reproduce


1) Start Case Manager 7 portal.
2) Open any assignment.
3) Open Where am I.
4) Try to localize flow name by Field Value.


Resolution


In pyWAIBreadCrumb section, instead of 

//getting the label from the flowname 
flowActualLabel = pega_rules_utilities.lookup("pyLabel","Rule-Obj-Flow","pyClassName",sFlowClass,"pyFlowType",flowActualName,sFlowClass,"","false"); 

use the below code:

//getting the label from the flowname 
flowActualLabel = pega_rules_utilities.lookup("pyLabel","Rule-Obj-Flow","pyClassName",sFlowClass,"pyFlowType",flowActualName,sFlowClass,"pyCaption","false"); 

Make sure that the field value is created under "pyCaption" category.

Published September 14, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us