ok iv narrowed it own to adding this to vardefs
PHP Code:
<?php
// created: 2010-01-07 10:29:12
$dictionary["ad21_Dev_Request"]["fields"]["product_c_link"] = array (
'name' => 'product_c_link',
'type' => 'link',
'relationship' => 'cases_ad21_dev_request_c',
'source' => 'non-db',
'side' => 'right',
'vname' => 'LBL_CASES_AD21_DEV_REQUEST_FROM_CASES_PRODUCT',
);
?>
<?php
// created: 2010-01-07 10:29:12
$dictionary["ad21_Dev_Request"]["fields"]["product"] = array (
'name' => 'product',
'type' => 'relate',
'source' => 'non-db',
'vname' => 'LBL_CASES_AD21_DEV_REQUEST_FROM_CASES_PRODUCT',
'save' => true,
'id_name' => 'cases_ad21e427stcases_ida',
'link' => 'product_c_link',
'table' => 'cases',
'module' => 'Cases',
'rname' => 'name',
);
?>
but how would i change this to pull the products_c field from cases instead of the name of the case
Bookmarks