How to change attribute name of "Browser" screen and "Edit" screen?

Hi community,

I want to change like in the title the attribut for an entity.
Example: I have an entity Student with the attribut name…

In the browser screen, there shall stand “Student name” and for the editor screen only “Name”

So, what shall I do or modify, that the attribut will become a different name, depending on the screen?
Is there an easy way to change it from source code?

Thank you

Hello @spamhater.alex

It seems that you are talking about table column caption. In this case you can specify a caption for the column in screen XML descriptor and add required localization.

This approach is also recommended for changing field captions.

Regards,
Daniil.

1 Like

Thanks,

yes it works :slight_smile: