This topic contains 2 replies, has 2 voices, and was last updated by Marko 3 years, 7 months ago.
-
Topic
-
Hi,
Is it possible to access and extend associative table on extended ManyToMany relation?
Example of use case:
BusinessUnit entity (extendable) has ManyToMany Language entity (configurable).
Update schema and clear / warmup entity-extend stuff and associative table is created e.g. “oro_rel_some_value” (columns are “business_unit_id”, “language_id”).I would like to access and extend “oro_rel_some_value” and add some extra columns along with getters and setters, for example I would like for “oro_rel_some_value” look like follow:
| business_unit_id | language_id | my_extra_column_1 (bool) | my_extra_column_2 (string)
Any ideas how this can be achieved using platform native features?
I’m running platform 2.6.
Many thanks,
Marko
The forum ‘OroPlatform – How do I? Questions’ is closed to new topics and replies.