hello friends, I am having the same problem than the partner described in this thread:
http://www.sugarcrm.com/forums/f6/do...55/index2.html
anybody know the solution?
Thanks, Daniel
hello friends, I am having the same problem than the partner described in this thread:
http://www.sugarcrm.com/forums/f6/do...55/index2.html
anybody know the solution?
Thanks, Daniel
Hi ,
Just now i got the same problem and finally it resolved for me as in listviewdefs i added a small code
'ACCOUNTNAME' =>
array (
'width' => '10',
'label' => 'LBL_ACCOUNTNAME',
'id' => 'ACCOUNT_ID',
'module' => 'Accounts',
'link' => true,
'default' => true,
//code added here -- start
'related_fields' => array('account_id'),
//code added here -- end
),
After adding code once repair & rebuild
Hey ramesh, thanks so much for your reply. Now it works!!
The solution was not exactly that you posted, but without your post I had not solved it
Previously, I removed the field NAME of listviewdefs.php, because in my module I don't need this field to be displayed in list views , for this motive, related field can not get the value of any record.
Adding the field NAME in order to be displayed in list view was the solution!!
Thanks so much ramesh
Daniel
Last edited by garciasanchezdaniel; 2011-10-04 at 01:51 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks