[Vtigercrm-developers] Multiple relatedLists to same module?
Conrado Maggi
comaggi at gmail.com
Wed Nov 12 17:08:52 GMT 2014
+1
We have created a new function that works exactly the same way
get_dependents_list does, but you can have multiple fields pointing to the
same related list or multiples related list between two modules using
uitype 10 fields.
We've used a simple table to store the dependentColumn /s ids for each
related list instead of searching in field table for the uitype 10 field.
With that information we built a dynamic query with multple join to the
same table.
Regards,
On Wed, Nov 12, 2014 at 3:12 PM, Alan Lord (News) <alanslists at gmail.com>
wrote:
> In vtiger 6.1. we can now have more than one UIType 10 field to the same
> module without breaking reports. But what I don't think we can yet do is
> have distinct Related Lists in the parent module, unless we create custom
> versions of get_dependents_list for each list. (This is not too bad if we
> are talking about our own custom modules but it will break the
> extensibility of vtiger if we need this for standard modules).
>
> For the next release could you address this so that this type of
> relatedList also has an interest in which UIType 10 field is their
> dependent?
>
> Cheers
>
> Al
>
> --
> Libertus Solutions
> http://www.libertus.co.uk
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20141112/6de49545/attachment.html>
More information about the vtigercrm-developers
mailing list