[Vtigercrm-developers] Mass Edit operation can be done on 500 or less records at a time

Manu urs manu.k at vtiger.com
Tue Sep 29 12:36:15 GMT 2015


Hi  Alan ,

Blocking the Mass Edit option for the record number greater then the limit
may also lead to confusion for the new users . Adding this to
configuration  sounds good.  we have reported  this request here
<http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8630> .

Regards,
Manu Urs

On Tue, Sep 29, 2015 at 4:41 PM, Matteo Baranzoni <info at greenbitweb.com>
wrote:

> check file /layouts/vlayout/modules/Vtiger/resources/List.js
>
> triggerMassEdit : function(massEditUrl) {
> var selectedCount = this.getSelectedRecordCount();
> if(selectedCount > 500) {
>    var params = {
>    title : app.vtranslate('JS_MESSAGE'),
>    text: app.vtranslate('JS_MASS_EDIT_LIMIT'),
>    animation: 'show',
>    type: 'error'
>    };
>    Vtiger_Helper_Js.showPnotify(params);
>    return;
>
> 2015-09-29 13:00 GMT+02:00 Simone Travaglini <simonetravaglini at gmail.com>:
>
>> +1
>> If we force we can get problem?
>> Someone had experience?
>>
>> 2015-09-29 11:13 GMT+02:00 Alan Bell <alan.bell at libertus.co.uk>:
>>
>>> Hi all,
>>>
>>> Firstly this error message is very badly wrong, it should say "fewer"
>>> rather than "less".
>>>
>>> Secondly, why??? Can't this be configurable or implemented in a way that
>>> it goes to some kind of batch processing if there are more than 500 things
>>> to edit. Maybe replace it with a warning that it may take some time to
>>> complete rather than just block the edit.
>>>
>>> Alan.
>>> _______________________________________________
>>> http://www.vtiger.com/
>>>
>>
>>
>>
>> --
>> Simone Travaglini
>> 328 5499846
>> Linkedin: Simone Travaglini
>>
>>
>> Rispetta l'ambiente: non stampare questa mail se non ti è veramente
>> necessario!
>>
>> _______________________________________________
>> http://www.vtiger.com/
>>
>
>
> _______________________________________________
> http://www.vtiger.com/
>



-- 
Regards,
Manu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150929/04aaadbf/attachment.html>


More information about the vtigercrm-developers mailing list