Question
2
Replies
2245
Views
CIBC
Posted: May 12, 2016
Last activity: August 26, 2020
Closed
Solved
Pega 7.1.7 Localize Feild Values for Short Description
Can you please let me know, how to localize short description values for Flow action, attachment category rules? For ex: create a field value rule named @baseclass.pyCaption.name
(where name is the Short Description of the standard rule) and enter the text that want in the Localized Label field. but it doesn't reflect in UI. Same thing tried to attachment category rule as well.
Hi Malinda,
I don't know for attachment categories, but for Flow Actions, you should only need a field value @baseclass on pyCaption. I'm on 7.1.8 and this works just fine. You may also want a field value on your Assignment label, which is often the same or similar text, i.e. the text on the green box in your flow. Again, this is @baseclass on pyCaption.
If you look at the code behind the control that displays the description item in your UI (find via Live UI), it should tell you where it's looking for a field value and which type.
Hope this helps a little bit!