database fetching issue

I was created one new field in database table of user. when I was fetch from $bean I was not getting that field. i was getting all data from table but not getting new field in array. how to get that. reply asap.

You need to make database field code also.

custom/Extension/modules/module_name/Ext/Vardefs.php.

a sample code would be like that…

$dictionary["Account"]["fields"]["accounts_d_drip_record_manager_1"] = array (
  'name' => 'accounts_d_drip_record_manager_1',
  'type' => 'varchar',
  'vname' => 'LBL_ACCOUNTS_D_DRIP_RECORD_MANAGER_1_FROM_D_DRIP_RECORD_MANAGER_TITLE',
);