[Vtigercrm-developers] Sales Order > Projects
Stacey Johnson
stacey.johnson110 at gmail.com
Tue Feb 3 08:11:02 GMT 2015
I used this script:
<?php
// Turn on debugging level
$Vtiger_Utils_Log = true;
include_once('vtlib/Vtiger/Module.php');
$moduleInstance = Vtiger_Module::getInstance('Project');
$applicationsModule = Vtiger_Module::getInstance('SalesOrder');
$relationLabel = 'Sales orders';
$moduleInstance->setRelatedList(
$applicationsModule, $relationLabel, NULL, get_dependents_list
);
?>
Same as other modules where all working well...
Stacey
On Tue, Feb 3, 2015 at 1:55 PM, Uma S <uma.s at vtiger.com> wrote:
> Hi,
>
> I hope you have created custom relation-ship between sales-order to
> projects module, In this we need to check with api() generating
> related-list, what is the query that's been getting executed?
>
> On Mon, Feb 2, 2015 at 9:38 PM, Stacey Johnson <
> stacey.johnson110 at gmail.com> wrote:
>
>> Related SO to Projects but it not showing in Projects related list.
>> Relation set correctly so the reason sits somewhere else.
>> Any idea pls?
>>
>> Stacey
>>
>> _______________________________________________
>> http://www.vtiger.com/
>>
>
>
>
> --
> With
> Best Regards
> Uma.S
> Vtiger Team
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150203/94d0b36a/attachment.html>
More information about the vtigercrm-developers
mailing list