<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    yes, that is indeed the line and I changed it to 1000 and my update
    worked, but if it is to be configurable then the translation strings
    should not reference a fixed number like 500. Personally I would
    rather have something like "Updating more than 500 records at once
    can take some time, OK/Cancel". If you have 501 records or more that
    you really do want to update then it is quite hard at the moment.<br>
    <br>
    Alan.<br>
    <br>
    <div class="moz-cite-prefix">On 29/09/15 12:11, Matteo Baranzoni
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAF3-bJpFob6jPNiuktaxCptr0Jsrky+QaEwC6b9iOsFu531bXA@mail.gmail.com"
      type="cite">
      <div dir="ltr">check file
        /layouts/vlayout/modules/Vtiger/resources/List.js
        <div><br>
        </div>
        <div>
          <div><span style="white-space:pre-wrap">        </span>triggerMassEdit
            : function(massEditUrl) {</div>
          <div><span style="white-space:pre-wrap">                </span>var
            selectedCount = this.getSelectedRecordCount();</div>
          <div><span style="white-space:pre-wrap">                </span>if(selectedCount
            > 500) {</div>
          <div><span style="white-space:pre-wrap">                </span>    var
            params = {</div>
          <div><span style="white-space:pre-wrap">                        </span>    title :
            app.vtranslate('JS_MESSAGE'),</div>
          <div><span style="white-space:pre-wrap">                        </span>    text:
            app.vtranslate('JS_MASS_EDIT_LIMIT'),</div>
          <div><span style="white-space:pre-wrap">                        </span>  
             animation: 'show',</div>
          <div><span style="white-space:pre-wrap">                        </span>    type:
            'error'</div>
          <div><span style="white-space:pre-wrap">                </span>    };</div>
          <div><span style="white-space:pre-wrap">                </span>  
             Vtiger_Helper_Js.showPnotify(params);</div>
          <div><span style="white-space:pre-wrap">                </span>    return;</div>
        </div>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">2015-09-29 13:00 GMT+02:00 Simone
            Travaglini <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:simonetravaglini@gmail.com" target="_blank">simonetravaglini@gmail.com</a>></span>:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div dir="ltr">+1
                <div>If we force we can get problem?</div>
                <div>Someone had experience?</div>
              </div>
              <div class="gmail_extra">
                <div>
                  <div><br>
                    <div class="gmail_quote">2015-09-29 11:13 GMT+02:00
                      Alan Bell <span dir="ltr"><<a
                          moz-do-not-send="true"
                          href="mailto:alan.bell@libertus.co.uk"
                          target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:alan.bell@libertus.co.uk">alan.bell@libertus.co.uk</a></a>></span>:<br>
                      <blockquote class="gmail_quote" style="margin:0 0
                        0 .8ex;border-left:1px #ccc
                        solid;padding-left:1ex">Hi all,<br>
                        <br>
                        Firstly this error message is very badly wrong,
                        it should say "fewer" rather than "less".<br>
                        <br>
                        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.<br>
                        <br>
                        Alan.<br>
                        _______________________________________________<br>
                        <a moz-do-not-send="true"
                          href="http://www.vtiger.com/" rel="noreferrer"
                          target="_blank">http://www.vtiger.com/</a><br>
                      </blockquote>
                    </div>
                    <br>
                    <br clear="all">
                    <div><br>
                    </div>
                  </div>
                </div>
                <span><font color="#888888">-- <br>
                    <div>Simone Travaglini<br>
                      328 5499846<br>
                      Linkedin: Simone Travaglini <br>
                      <br>
                      <br>
                      <span style="color:rgb(51,204,0)">Rispetta
                        l'ambiente: non stampare questa mail se non ti è
                        veramente necessario!</span><br>
                    </div>
                  </font></span></div>
              <br>
              _______________________________________________<br>
              <a moz-do-not-send="true" href="http://www.vtiger.com/"
                rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
    </blockquote>
    <br>
  </body>
</html>