Modify OOTB Confirmation Message for CUD Operations in Constellations s List View

Hi Team,

In Pega Constellation List view when we add , Delete , Edit a record , it gives a confirmation message in the bottom.

Ex : “Record added successfully”

Is there any way to modify this Pega OOTB Message?.

Thank you!.

@JagathP3My best bet is to update the localization rules to override the toast notification messages.

In v24, we need to modify the pyGenericFields (@baseclass : View) localization rule to adjust the field labels.

In v25, you need to update the generic bundle rule using overrides localization extension of Localization Configurations in application rule.

If you follow this approach, you can update the label values in english (base language) and also if the application is localized, you will still have an option to updated the content in localized language as well ensuring that we follow OOTB approach. Refer to this link for v25 approach of updating localization rules with additional labels - Exploring Localization Configurations in v25

I have verified this approach and it works in v24 and v25 without any issue.

Happy exploration!!!

Thanks

JC