Hello,
Here is my case:
I have 4 tables: “Coches”, “Coachees”, “Objectives”, “Actions”
Each table use an incremental ID as the unique identifier (E.g. 1, 2, 3 etc.)
Objectives are created for Coachees
Actions can be created independently of the objective
Actions are eventually assigned to Objectives
When I edit an objective via a, “Edit” button in a item details page, in the field “Actions” I see the unique identifier numbers which obviously is not user-friendly.
I would like to be able to display in the dropdown field the “Name” of the action which is another field of my “Actions” table, so that the user can assign actions using this field rather than the unique ID.
Is there a way to do that?