I am looking for some help on displaying a column value as a combination of two or more Entity attributes.
For example: I have an entity named “Contact” with attributes “firstName”, “middleName” & “lastName”. How can I display the concatenation of values of these attributes under a column named “Name” in a simple table using CUBA framework?
In case you want to do filtering through the generic filter mechanism, you have to persist the column. That can be easily achieved via entity listeners.