Choices in CheckBox field get truncated in deluge Script

Choices in CheckBox field get truncated in deluge Script

My Client ... whose Application has been running for about 15 months ... reported a problem yesterday ... which upon further examination shows that somewhere around this Spring/Summer ZOHO Creator introduced a defect related to the CheckBox field ... specifically ...

1) A Stateless Form has a CheckBox with about 50 choices that the user can select
 
2) In the Click section of the Form's button, there is code of that looks something like ...

  1. allSelections = "";
  2. for each selectedValue in input.Music_Selection
  3. {
  4.     thisSelection = "[" + selectedValue + "]";
  5.     alert(thisSelection);
  6. }

Examining the output of the alert command, we found that when choices have the & character within the Text, ZOHO Creator only returns the text before this character.

This is another one of those defects that crept in with one of your platform updates ... examining older records, we can see that records from as late as August/2011 have the correct values.

Now the Client has unknown numbers of erroneous values stored in his Customer's records !!!. ... his Customers are not going to be too happy to find Music Selections for the JukeBox/karaoke Rentals were not delivered as requested !!!

I can recreate this problem in a form within my Lab Application if ZOHO Support wants to see it.

Please advise when you will fix this defect.


Gaev