Add field Mass Update

There is a possibility to add fields to the mass update?

You can add fields into the mass update by enabling it from studio.
For example:
Navigate to Admin > Studio > Contacts >Fields

and edit the fields that you wants to and mark check box “Massupdate” true and resave the field. you will have it that field in mass update.

In case if it doesn’t work for specific field. You can do it manually.
custom/Extension/modules/{module}/Ext/Vardefs/sugarfield_yourfieldname_c.php
and

$dictionary['YourModule']['fields']['yourfieldname_c']['massupdate']=true;

Do quick repair & rebuild.

1 Like

Hello.
For this field (billing_address_state) it doesn’t work. Can you help me?
Thanks

Hello,
billing_address_state field is type of text area, which doesn’t support by suitecrm for massupdate.
by default it supports field types are

Bool, Enum, Multienum, radioenum, datetime, date

Here is the thread about it

The code snippet is working perfectly. Thanks a lot

Hi,
In Contact module phone_mobile field is there , i need that field in massupdate so, i follow your steps massupdate= true; from custom/Extension/modules/Contacts/Ext/Vardefs/_override_sugarfield_phone_mobile.php
But still it not showing in Massupdate interface.

Have you tried quick repair & rebuild from admin ?

Yes, Many times.But still Mobile field not showing in Massupdate interface.