This is tricky - I have a module that has three one-to-many relationships to the Notes module. Is there a function I can call that will give me an array of all the relationship names to that Notes module.
Some function like $ParentModuleBean->get_all_relationships('Notes');
That would return and array containing:
[0] contacts_notes
[1] contacts_notes1
[2] contacts_notes2


1Likes
LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks