[Vtigercrm-developers] change bloc to field using vtlibs
Adam Heinz
amh at metricwise.net
Wed Oct 24 07:48:44 PDT 2012
Sadly, it looks like field->save() [1] won't work here; the __update()
method [2] is a stub. I can't recommend deleting and recreating the
field, as that will throw away any permissions changes you've made. I
think your best bet is SQL.
[1] http://trac.vtiger.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.4.0/vtlib/Vtiger/FieldBasic.php#L237
[2] http://trac.vtiger.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.4.0/vtlib/Vtiger/FieldBasic.php#L188
On Wed, Oct 24, 2012 at 10:30 AM, Matteo Baranzoni
<barra at greenbitweb.com> wrote:
> what I need is to move field:
>
> phone
> otherphone
> email1
> email2
> fax
>
> ecc
> from block "LBL_ACCOUNT_INFORMATION"
> to other blok using vtlibs!
More information about the vtigercrm-developers
mailing list