Question
Cognizant
IN
Last activity: 20 Dec 2023 3:52 EST
Calling an expression in Field Value
I have a requirement for language localization where the field value rule contains property reference. I was able to localize the constant text and looking for the solution to localize the value of property referred
Eg:
Field Value Name- StageStatus
Localized value- Status:{.CaseStatus}
Here i need to get the localized value of .CaseStatus property value
Tried to the call localization function in Field value as below
Status : @getLocalizedValue("{.CaseStatus}","pyCaption",tools) but in UI system takes the function also as text.
Could anyone suggest if we can localize the value of property reference in Field value.
Thanks