Good day.
There are two entities:
Entity1
- Field1
- Relation One-to-many Entity2
Entity2
- Field2
- CustomField
- Relation Many-to-one Entity1
Please tell me - how can I access the data of Field1 and Field2 from the view of a custom field? (Custom: views/fields/CustomField.js)
If possible, a small example, please.
There are two entities:
Entity1
- Field1
- Relation One-to-many Entity2
Entity2
- Field2
- CustomField
- Relation Many-to-one Entity1
Please tell me - how can I access the data of Field1 and Field2 from the view of a custom field? (Custom: views/fields/CustomField.js)
If possible, a small example, please.
Comment