Nested/indirect relationship in EditRecord
Hello Everyone!
Is it possible to set nested/indirect relationship on grid/section etc. in edit record page or I have to customize it?
Example:
Let's assume there are 3 tables in db
I need access to data from third table but method relationship() seems not to work with indirect relation like car.car_details so data from car_details is loaded in edit form.
Any idea?
Is it possible to set nested/indirect relationship on grid/section etc. in edit record page or I have to customize it?
Example:
Let's assume there are 3 tables in db
- 'vehicle'
- 'car'
- 'car_details'
I need access to data from third table but method relationship() seems not to work with indirect relation like car.car_details so data from car_details is loaded in edit form.
Any idea?