I’m trying to get my head around SC’s AJAX implementations. For my very simple familiarisation process I have a form with just TEXT fields; {fld_one} and {fld_two}
I create an AJAX onclick event for {fld_one}
The event has a simple assignment for {fld_two}
{fld_two} = "Clicked";
At this point when running the application and clicking in {fld_one} I would expect {fld_two} to be updated (SC displays “processing” briefly) and the {fld_two} to display “Clicked” on the form.
It doesn’t!
Is it me or is it SC9?
Thanks