Hi all,
I have a "problem" in regards to the fields of a custom entity rendered in the bottom panel and I am not sure whether my expectation can only be done via coding or whether it is just wrong config.
What I did:
- i have created a custom entity "invoices" ( with all needed fields)
- i have created a second custom entity "payments" ( with all needed fields)
- i have created the relationship "one-to.many" ( one invoices to many "payments") as there can be more than one payment for an invoice
- now i have added the "payments" entity to the bottom panel of "invoices" to see all "payments" assigned to the "invoice".
What is the problem ?
In invoices bottom panel, only the name field of payments will be rendered, my expectation would be similar to cases, that more fields of payment will also be rendered.
How can this be achieved, I want to just render existing fields of the entity "payments", nothing custom, still coding needed? If yes where?
Thank you for your help.
I have a "problem" in regards to the fields of a custom entity rendered in the bottom panel and I am not sure whether my expectation can only be done via coding or whether it is just wrong config.
What I did:
- i have created a custom entity "invoices" ( with all needed fields)
- i have created a second custom entity "payments" ( with all needed fields)
- i have created the relationship "one-to.many" ( one invoices to many "payments") as there can be more than one payment for an invoice
- now i have added the "payments" entity to the bottom panel of "invoices" to see all "payments" assigned to the "invoice".
What is the problem ?
In invoices bottom panel, only the name field of payments will be rendered, my expectation would be similar to cases, that more fields of payment will also be rendered.
How can this be achieved, I want to just render existing fields of the entity "payments", nothing custom, still coding needed? If yes where?
Thank you for your help.
Comment