How to display fields of different entities in the same form widget

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

How to display fields of different entities in the same form widget

sqlien
Hi,

I have an entity witch contain partyId as field and others, I want to display all fields of this entity and the firstName and lastName of this actual partyId.

how can I replace the getRelatedOne() method to have access to another entity ?

Regards