Files
crm.e5.pl/custom/modules/Contacts/Ext/Vardefs/vardefs.ext.php
2024-04-27 09:23:34 +02:00

17 lines
517 B
PHP

<?php
//WARNING: The contents of this file are auto-generated
$dictionary['Contact']['fields']['ecmquotes'] = array (
'name' => 'ecmquotes',
'type' => 'link',
'relationship' => 'ecmquotes_contact',
'source' =>'non-db',
);
$dictionary['Contact']['relationships']['ecmquotes_contact'] = array (
'lhs_module' => 'Contacts', 'lhs_table' => 'contacts', 'lhs_key' => 'id',
'rhs_module' => 'EcmQuotes', 'rhs_table' => 'ecmquotes', 'rhs_key' => 'contact_id',
'relationship_type' => 'one-to-many'
);
?>