<div dir="ltr"><div><div><div><div>Hello,<br><br></div>Mass edit for large number of records (several hundreds) will not work. This is likely due to the usage of http get rather than post. As an example, this long link is for just 3 records:<br>
<br><a href="http://crmsite.com/crm/index.php?campaignid=&pagenumber=&module=Leads&record=&mode=&action=&parenttab=Marketing&return_module=&return_id=&return_action=&return_viewname=&createmode=&massedit_recordids=5002%3B4997%3B5001%3B&massedit_module=Leads&module=Leads&action=MassEditSave&salutationtype=--None--&firstname=&lastname=&phone=&designation=&mobile=&company=&cf_659=&cf_694_mass_edit_check=on&cf_694%5B%5D=SWS+Marketing&industry=--None--&noofemployees=&leadsource=--None--&cf_676=&email=&cf_640=Partner&website=&assigntype=U&assigned_user_id=5&assigned_group_id=3&leadstatus=--None--&secondaryemail=&cf_691=&cf_644=&cf_643=&cf_670=no&cf_657=&cf_653=&cf_682=&lane=&pobox=&code=&city=&country=&description=&button=++Save++">http://crmsite.com/crm/index.php?campaignid=&pagenumber=&module=Leads&record=&mode=&action=&parenttab=Marketing&return_module=&return_id=&return_action=&return_viewname=&createmode=&massedit_recordids=5002%3B4997%3B5001%3B&massedit_module=Leads&module=Leads&action=MassEditSave&salutationtype=--None--&firstname=&lastname=&phone=&designation=&mobile=&company=&cf_659=&cf_694_mass_edit_check=on&cf_694%5B%5D=SWS+Marketing&industry=--None--&noofemployees=&leadsource=--None--&cf_676=&email=&cf_640=Partner&website=&assigntype=U&assigned_user_id=5&assigned_group_id=3&leadstatus=--None--&secondaryemail=&cf_691=&cf_644=&cf_643=&cf_670=no&cf_657=&cf_653=&cf_682=&lane=&pobox=&code=&city=&country=&description=&button=++Save++</a><br>
<br><br>So for for several hundred of records, it will be so long that the browser will concatenate it, meaning that the parameters will not be sent to the server.<br><br></div>One solution would be to use http post rather than get. Do you agree with it? Did someone tackle this issue? Is there a patch available for it? Any other ideas?<br>
<br></div>Thanks,<br></div>Joel<br></div>