File: /home/nexper/public_html/crm/custom/modules/Opportunities/Ext/Vardefs/vardefs.ext.php
<?php
//WARNING: The contents of this file are auto-generated
$dictionary['Opportunity']['fields']['SecurityGroups'] = array (
'name' => 'SecurityGroups',
'type' => 'link',
'relationship' => 'securitygroups_opportunities',
'module'=>'SecurityGroups',
'bean_name'=>'SecurityGroup',
'source'=>'non-db',
'vname'=>'LBL_SECURITYGROUPS',
);
$dictionary["Opportunity"]["fields"]["aos_quotes"] = array (
'name' => 'aos_quotes',
'type' => 'link',
'relationship' => 'opportunity_aos_quotes',
'module'=>'AOS_Quotes',
'bean_name'=>'AOS_Quotes',
'source'=>'non-db',
);
$dictionary["Opportunity"]["relationships"]["opportunity_aos_quotes"] = array (
'lhs_module'=> 'Opportunities',
'lhs_table'=> 'opportunities',
'lhs_key' => 'id',
'rhs_module'=> 'AOS_Quotes',
'rhs_table'=> 'aos_quotes',
'rhs_key' => 'opportunity_id',
'relationship_type'=>'one-to-many',
);
$dictionary["Opportunity"]["fields"]["aos_contracts"] = array (
'name' => 'aos_contracts',
'type' => 'link',
'relationship' => 'opportunity_aos_contracts',
'module'=>'AOS_Contracts',
'bean_name'=>'AOS_Contracts',
'source'=>'non-db',
);
$dictionary["Opportunity"]["relationships"]["opportunity_aos_contracts"] = array (
'lhs_module'=> 'Opportunities',
'lhs_table'=> 'opportunities',
'lhs_key' => 'id',
'rhs_module'=> 'AOS_Contracts',
'rhs_table'=> 'aos_contracts',
'rhs_key' => 'opportunity_id',
'relationship_type'=>'one-to-many',
);
// created: 2014-04-24 00:33:44
// created: 2014-04-24 00:33:44
// created: 2014-04-24 00:33:44
// created: 2014-04-24 00:33:44
// created: 2014-07-02 22:22:08
$dictionary['Opportunity']['fields']['c_main_product_c']['labelValue']='Producto Principal';
?>