lookup lists and the HIDDENVALUE
EmuApr 15 2012 — edited Apr 15 2012I'm using a apex lookup list which has a display value and a return value. The return value is stored in a hidden input value names [itemname]_HIDDENVALUE.
Now I have some javascript which I would love to access this hidden value. Instead I'm using the display value and then when the form is submitting I"m trying to calculate what the return value would have been. It more or less works though I've had some issues with special characters and whitespace etc. So I'm wondering is it safe to reference [itemname]_HIDDENVALUE - or could this name change one day when a future version of apex comes along?