| 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: 406
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 |
|
| |