How to change the "Created By" property caption in filters

Hi,
I can change the caption of all the properties in filters by using messages.properties file. But can anyone say me how to change the caption for “Created At”, “Created By”,“Updated By” in filters.

Thanks !!

Hi.
Take a look at the example in the documentation of using the ‘name’ and ‘caption’ properties in filters.

Hi,

I have gone through the documentation, there I found to change the filter name caption. But can you say me how to change the property name caption (“Created By” which will come from database).
Please find the attached snapshot.

Thanks!

capital

In order to change the caption of the system attributes, use the message pack which places in the same package as your entity. Look at the example below:

Order.createTs = Test

Alternatively, if you want to change the localization of the attributes of entities from the base projects, you have to use message.properties file inside the main messages pack. You need to define the fully qualified name of the attribute as in the example below

com.company.sales.entity/Order.createTs = Test

It doesn’t work for me.

I changed the caption of the filter condition ‘Field 01’ of ‘New Entity’ on the screen ‘New Entity Browser’. The caption condition is ‘test’.

Where should be the ‘test’ term?
I tried on the main message package, on the entity package and on the screen package, and nothing works.

EDIT:
I forgot to start with ‘msg://’ on caption. It works now.

1 Like