Hi,
I'm building a simple module O that contains a on-to-many relation-ship in the same Object, and I didn' t find the right way to do this.
Little explanation of the Problem :
I have 5 objects from type O (O1, O2, O3, O4, O5)
I would like to be able to group some of those objects : O1 and O2 are together, O3, O4, and O5 are in a group.
The result I'm looking for is to be able to see O2 in the Editview of O1 , as seeing O1in the editview of O2 etc ...
I tried configuring a one-to-one relation-ship, as one-to-many, as many-to-many, but non of them will give me this result.
The only workaround I found is creating a second module called Group, with a one-to-many relationship with the module O.
Is there any possibility of grouping objects without using this special workaround ?
For Information, I'm working on SugarCE Version 5.1.0RC (Build 4469)
Thanks in Advance
Best Regards
Woolite


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks