I created a custom module with the module generator.
I chose āBasic Structureā for my module (with by default the fields : name, date entered, date modified, deleted, description).
I add some more fields to my module.
Now i want to make a āfull_nameā for this module coupling ānameā with another field. And i want it to be shown in relationships, in the title of my detail view, if the list of recents views.
You should have probably created your custom module using the person structure and this would have been included. Basically what you will need to do is look at how a person type module works such as contacts and pick it a part. In there you will see they have _create_proper_name_field() method in that specific moduleās bean class. And the definition used for it in a relationship is just ānameā where as the other name fields are first_name, last_name etc.