Hi all, I have to manually add a field to the contacts table. There are alot of reasons why this can not be done via custom_fields.
My issue is, that I have added the field to the contacts table, and I can not get it to show up. I have added this line in vardefs.php
'field' =>
array (
'name' => 'field',
'vname' => 'LBL_field',
'type' => 'field',
'required'=>true,
'reportable'=>false,
),
The db name in the database is called field. It shows up in the sugar fields, however, it does not populate with the data for the record in the database, it is always blank.
Michael


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks