Dynamic Caption for an Entity

Hi…
I have a require, where i want to dynamically set the Caption(i.e., the localized message in the global module) for Entity attributes, So, it will reflect in all screens and modules… Can anybody suggest me the best approach to accomplish the needed…

Thanks…

Hi @Narayanan,

I don’t know if this is the best approch, but you can extend MessageTools (methods getEntityCaption and getPropertyCaption). Depending on your requirements, you may need to replace the platform default bean (extending business logic).

Regards.

1 Like