Hi all,
I'm building a model driven app where I've two tables:
In my equipment order I've an lookup field added to the equipment table, named Owner (this is also a lookup field to the related user table).
It works fine, but when I save an order It's shows me only the primary key column in the Main form (form based in equipment order).
I want display the column: owner column not the Equipment ID (the primary key column).
How can I achieve this? I've already changed the views and forms in the equipment owner table, but that wasn't help