That's an interesting point - why is this limitation here?
From jssource/src_files/include/javascript/sugar_3.js, lines 1886-1889
Code:
if(selectedArray.length > 10) {
alert(totalCountError);
return;
} // if Very similar block earlier in the function, lines 1844-1847. It seems to me that this limitation is arbitrary and unnecessary, unless it's intended to prevent a general system meltdown (Mass-select 4000 records and attempt to form an email). I think that 10 is too limiting and shouldn't pose a problem, though.
I could modify it to 50 and also modify the minified compilation of these scripts if Sugar would take it via a GitHub pull request?
Alternatively, to the original poster and anyone else with this issue: you can send emails to as many recipients as you want if you go the Email module and Compose a new email, then select the recipients or type them out. I do understand that you don't have the same ability to Search for recipients this way.
Bookmarks