[Vtigercrm-developers] Entries in related lists
Alan Lord
alanslists at gmail.com
Wed Nov 26 09:07:11 GMT 2014
On 26/11/14 08:55, Uma S wrote:
> Hi,
>
> Sorry, this option is right now not allowed in vtiger.
>
> Module configured summary fields, will show in related-list of that
> module in any other module.
This *was* possible in 5.4.0. It was fairly easy - you moved the
$list_fields and $list_fields_name arrays inside the module's class
constructor and just did a simple test, e.g.
> function __construct() {
...
> // Show different columns if related list is inside Accounts
> if($currentModule == "Accounts") {
>
> $this->list_fields = Array (
> /* Format: Field Label => Array(tablename, columnname) */
> // tablename should not have prefix 'vtiger_'
...
Does this not work at all now in the 6 arch?
Al
More information about the vtigercrm-developers
mailing list