Discussions
suitelet staticlist hidden field problem?
I've created a suitelet that contains a staticlist with 2 checkboxes in columns 1 and 2, several other columns with general textual info, and then several hidden fields 2 of which are integers to store record and employee ids. when the suitelets "page init" event is fired, the first line item contains data in the aformemtioned hidden integer fields. (i.e. col12 contains 420, and col14 contains 47132.)
When i click on one of the check boxes in the first line item of the sublist, the "field changed" event is processed and when i print out the values of the hidden fields they no longer contain valid data. (i.e. col12 contains undefined, and col14 contains undefined.) note that this will happen with any line item not just the first.