How to avoid calculated attribute? Best Practice Bot MXP001

0
In the “Best Practice Bot” tab, there lists some MXP001. I use the calculated attribute to translate English Names to Chinese, or merge status field and time field to another message that is useful to the user. And the calculated attribute is show on a Data Grid/Table on the page. As the calculated attribute is listed in the “Best Practice Bot”, how to avoid using the calculated attribute? Is there another way to do such thing?
asked
1 answers
1

Hey

You can do these translations or merge actions wherever the object is being committed instead.

Because calculated attributes have a huge overhead and result in many database queries, it is suggested to use them scarcely.


answered