I have set up a simple form
It includes an ‘N-N Relations’ double select field updating a linked table.
I have completed the N-N Relations wizard and it works correctly.
HOWEVER, if I add a redirect in an
onAfterUpdate event or
onAfterInsert event
the N-N Relations bit no longer works. The linked table is never updated.
The redirect is completed using the SC macro
sc_redir(‘mynextapp’);