After the 24.2 Upgrade APEX, I'm facing issues with the FORM. It is throwing an error “Uncaught Error: Set value not allowed for record”. Upon analysis, i see that in 24.2 the JavaScript SetValue is not being allowed during the refresh of the IG and is allowed only after the refresh of IG completes. I'm unable to catch the afterrefresh IG event in JavaScript as i wanted to set the values after the refresh of IG. Please let me know if there is a way to over come this issue.