<div dir="ltr">Hi Community,<br><br>I was trying to make a 1-N relationship, or, in vtiger terms, a dependents_list in module Accounts.<br><br>What I found its that its impossible to make this relationship because the function returing the results is an empty array:<br><br>file include/Webservices/Relation.php - line 11 (<a href="http://trac.vtiger.com/svn/vtiger/vtigercrm/trunk/include/Webservices/Relation.php">http://trac.vtiger.com/svn/vtiger/vtigercrm/trunk/include/Webservices/Relation.php</a>)<br><br><div>function GetRelatedList($module,$relatedmodule,$focus,$query,$button,$returnset,$id='',$edit_val='',$del_val='',$skipActions=false) {</div><div><span class="" style="white-space:pre">   </span>return array( 'query' => $query , 'entries' => array() );</div><div>}<br><br><br>As you can see, array is empty.<br><br>Actually, if you try to create an Asset for an Account, the related view shows 0 records because of this, so the solution is make new functions like "get_opportunities", "get_invoices" etc.<br><br>My concern is if vTiger team is aware of this <b>critical </b>bug?<br><br>Regards</div></div>