Do I have to manually add changes to the file itself or is that done through creating relationships in the module builder?
Thanks for advice I will dig around and see if I can figure it out.
** Edit **
I added the following to the vardefs file for contacts. I then repaired the database which completed with no errors, however I can not see the new field anywhere. Also, Vendors is still not a selectable option when I try to create a relate type field. I am not sure if I entered in the correct information or not either; code is usually interpreted as martian by me.
PHP Code:
'vendors_id' =>
array (
'name' => 'vendors_id',
'rname' => 'id',
'id_name' => 'vendor_id',
'vname' => 'LBL_VENDOR_ID',
'type' => 'relate',
'table' => 'vend1_ven_accounts',
'isnull' => 'true',
'module' => 'Vendors',
'dbType' => 'id',
'reportable'=>false,
'source' => 'non-db',
'massupdate' => false,
'duplicate_merge'=> 'disabled',
'hideacl'=>true,
),
Bookmarks