Hi,
I have two entities which have many-to-many relation. I created these entities using EntityManager. Now what I need is having the key fields available as MultipleLinks on each entity.
My question is, is there a way in the Entity Manager to create a multiple link? Or do I have to do this using json file?
I have two entities which have many-to-many relation. I created these entities using EntityManager. Now what I need is having the key fields available as MultipleLinks on each entity.
My question is, is there a way in the Entity Manager to create a multiple link? Or do I have to do this using json file?
Comment