vtiger Forum Index vtiger
The Honest Open Source CRM
 

Where are the names of custom fields stored in database
Click here to go to the original topic

 
       vtiger Forum Index -> Help - 4.x
Previous topic :: Next topic  
Author Message
simbawoomba



Joined: 17 Apr 2007
Posts: 2

Posted: Tue Jun 12, 2007 9:43 am    Post subject: Where are the names of custom fields stored in database  

Hi
i just want to know, where in the database the custom field names are stored, for example if i have a field called 'subject' i want to know where the word 'subject' would be stored in the database.

thanks - Andrew
Back to top  
Lukas



Joined: 22 Sep 2006
Posts: 408
Location: Czech rep.

Posted: Tue Jun 12, 2007 10:49 am    Post subject: Where are the names of custom fields stored in database  

Hello Andrew,

custom field names are stored in table vtiger_field in column fieldlabel

SELECT fieldlabel
FROM vtiger_field

p.s. in version 5.x but a think in 4.x also

Regards,

LN
Back to top  
 
       vtiger Forum Index -> Help - 4.x
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group