Question

Capgemini Norge AS
NO
Last activity: 2 Jun 2025 8:40 EDT
Issue with Localized Property Names for Validation Errors Using Validate Rule on Flow Rule
Hi Pega Community,
I am facing an issue with displaying property names in localized mode when throwing validation errors using the validate rule on a flow rule. Here is the scenario:
When I throw a mandatory error, the field name appears as a localized value, like:
- Datoen da svangerskapet avsluttet: Kan ikke være tom (Termination Date: Cannot be empty)
However, when I throw any other validation error, the property name does not get localized and appears like this:
- Termination Date: Kan ikke være i fremtiden (Termination Date: Cannot be in the future)
It seems that the property corresponding to the error is not getting localized when the validation is from the server side using the validate rule on a flow rule.
As a temporary work around has modified the property rule's description which seems to be working but cannot proceed with this for all the property rules.
Hi Pega Community,
I am facing an issue with displaying property names in localized mode when throwing validation errors using the validate rule on a flow rule. Here is the scenario:
When I throw a mandatory error, the field name appears as a localized value, like:
- Datoen da svangerskapet avsluttet: Kan ikke være tom (Termination Date: Cannot be empty)
However, when I throw any other validation error, the property name does not get localized and appears like this:
- Termination Date: Kan ikke være i fremtiden (Termination Date: Cannot be in the future)
It seems that the property corresponding to the error is not getting localized when the validation is from the server side using the validate rule on a flow rule.
As a temporary work around has modified the property rule's description which seems to be working but cannot proceed with this for all the property rules.
Has anyone encountered this issue before? How can I ensure that property names are always displayed in the localized mode, regardless of the type of validation error?
Thanks in advance for your help!