I’m having a difficult time understanding what is allowed in the onClick Ajax Event field. I can get macros like sc_ajax_refresh and sc_ajax_message to work, but any attempts at writing javascript code don’t seem to execute. Here’s what I’m trying to do:
I have a Blank application with 2 iframes, each with a different Grid application. When the user clicks a record in one of the grids, the Grid application in the other iframe should display the new query (using the field passed by the Ajax event).
The first hurdle is to get something to run in the Ajax Event. I have some ideas on how to handle the update of the second grid but any advice is welcome.