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.
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