Hi,
I have an application where I have to do several things after insert: I need to add a record into another table and I have to redir to another update form. I have used several events for this but the main issue is that if I do not do a sc_redir things go well. But as soon as I have a sc_redir the programmed php in the event is done, but the update of the current table of the form application is not done.