Hi,
i am struggling with the following situation:
I do have an entity invoices with a relation to contracts. The contracts entity has a relation with employees (and customers). So an invoice belongs to 1 contract and a contract belongs to 1 employee.
At the newedit page of invoices I want to select te employee and the customer (and not some contract id).
When I use a reference field, I cannot select the field for employee.name and customer.name
Is there a way of doing this?
Jay