pinaki
Joined: 18 Oct 2007
Posts: 57
|
| Posted: Thu Aug 21, 2008 4:36 am Post subject: Removing / Hiding field |
|
|
Hi,
To hide a field in vtiger, just set its displaytype to 0, i.e.
update vtiger_field set displaytype=0 where fieldid=79;
To make a field readonly you will have to change the uitype to 3, i.e.
update vtiger_field set uitype=3 where fieldid=78;
Sorry for the inconvinience caused by improper documentation. Feel free to contact me for any further assistance.
Thanks
Pinaki
vTiger Team |
|