
Originally Posted by
majed If you follow the steps listed by Clint it should work.There is one more step that you need to do though. That is clear the vardef cache using admin->repair->clear vardef cache.
If you still have issues after that let me know. I just tested it on a 5.1 instance and it works fine.
Thanks,
Majed
I have tried the method Clint suggested in 5.0.0.g and done a reapair in fact in my dev copy of sugar I even tried deleting the whole cache but it does not work for me
What appears to be happening is that gets overwritten by includes\SugarObjects\templates\company\vardefs.ph p which includes the following
Code:
'ticker_symbol' =>
array (
'name' => 'ticker_symbol',
'vname' => 'LBL_TICKER_SYMBOL',
'type' => 'varchar',
'len' => 10,
'comment' => 'The stock trading (ticker) symbol for the company',
'merge_filter' => 'enabled',
),
Bookmarks