[Vtigercrm-developers] Report on Documents related to Organization

lajeesh k lajeeshk at gmail.com
Thu Nov 1 14:10:26 GMT 2018


Found  solution for this issue

modified Documents.php

function setRelationTables($secmodule){
$rel_tables = array();
$rel_tables =  array (
    "Accounts" =>
array("vtiger_senotesrel"=>array("notesid","crmid"),"vtiger_notes"=>"notesid"),
);
return $rel_tables[$secmodule];
}


Regards,
Lajeesh
Freelance developer / entrepreneur



On Thu, Nov 1, 2018 at 2:27 PM lajeesh k <lajeeshk at gmail.com> wrote:

> Hi,
>
> I have set primary module  as document and selected organisation in
> related module
> and in list  column selected document title and organisation name, but the
> organisation name values are empty .
>
> Also if I put a filter to list records whose organisation name is not
> empty, then the result set is empty
>
> Regards,
> Lajeesh
> Freelance developer / entrepreneur
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20181101/10907781/attachment.html>


More information about the vtigercrm-developers mailing list