This Event occurs after a row is inserted on form applications. Ex. After inserting a row it is possible to save a log registering this action in another SQL table. sc_exec_sql(" insert into log values ([glo_user],'table','insert',{key_field}) ");