You have to create the file:
custom/modules/YourModule/Ext/Vardefs/vardefs.ext.php
Inside it you reset the property you want.
LIke that:
PHP Code:
$dictionary['Meeting']['fields']['contact_id_c']['type'] = 'id';
$dictionary['Meeting']['fields']['contact_id_c']['vname'] = 'LBL_CONTACT_ID_C';
$dictionary['Meeting']['fields']['contact_id_c']['isnull'] = false;
$dictionary['Meeting']['fields']['contact_id_c']['module'] = 'Contacts';
Cheers
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
Bookmarks