Hi
I have pixels on AdGropupEntity which is ManyToMany relation to PixelEntity.
The studio let me to add pixels to ad-group-entity-edit.xml.
when I open the screen I get the error: IllegalArgumentException: Can't create component for the 'pixels' with given meta class 'crm$AdGroupEntity'
Is fieldGroup able to manage ManyToMany? if now, what are my options?
Thanks
Many-to-many attribute is a collection, right? How do you suppose to edit a collection in a single field of a field group?
Probably you should use a table with Add/Remove actions.