Hi,
I'm just looking on info for using the link_type => 'relationship_info' in sugar 5.1a
I assume using this I can retrieve data from the relationship table instead of the module tables?
I've tried the following between two custom modules (made in module builder) but it doens't seem to populate the specified fields.
Any help on this would be appreciated.Code:'jobs_divisions_fields' => array ( 'name' => 'jobs_divisions_fields', 'rname' => 'id', 'relationship_fields'=>array('id' => 'jobs_division_id'), 'vname' => 'LBL_ACCOUNT_NAME', 'type' => 'relate', 'link' => 'rbg_jobs', 'link_type' => 'relationship_info', 'source' => 'non-db', 'Importable' => false ), 'jobs_division_id' => array( 'name' => 'jobs_division_id', 'type' => 'varchar', 'source' => 'non-db', 'vname' => 'LBL_OPPORTUNITY_ROLE_ID', ),


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks